diff options
author | Sven Gothel <[email protected]> | 2014-01-30 11:43:40 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-30 11:43:40 +0100 |
commit | ac55c5bfa469537c755730d3be9617d97f82950d (patch) | |
tree | b820c04f9a170da2a90c94642e800b9a300f8ac6 /make/build-newt.xml | |
parent | 6b37c1c3d109d3ae83d19ac84b50c7b3249af95a (diff) |
NEWT: Add Support for AWT-Less Applet3
- Adding 'plugin3-public' jar and sources for Applet3 support, copied from icedtea-web3
- Added com.jogamp.newt.util.applet.JOGLNewtApplet3Run capable to run Applet3
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r-- | make/build-newt.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml index 9bc2e0e83..dd0ccc1d6 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -100,7 +100,7 @@ <!-- partitioning --> <property name="java.part.core" - value="com/jogamp/newt/* com/jogamp/newt/event/* com/jogamp/newt/util/* jogamp/newt/* jogamp/newt/event/* jogamp/newt/driver/*"/> + value="com/jogamp/newt/* com/jogamp/newt/event/* com/jogamp/newt/util/* com/jogamp/newt/util/applet/* jogamp/newt/* jogamp/newt/event/* jogamp/newt/driver/*"/> <property name="java.part.opengl" value="com/jogamp/newt/opengl/** jogamp/newt/driver/opengl/**"/> |