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 /.classpath | |
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 '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath index 817f2b8ec..b0ed782b0 100644 --- a/.classpath +++ b/.classpath @@ -33,5 +33,6 @@ <classpathentry kind="lib" path="/gluegen/make/lib/android-sdk/15/android.jar" sourcepath="/gluegen/make/lib/android-sdk/15/android-java-src.zip"/> <classpathentry combineaccessrules="false" kind="src" path="/joal"/> <classpathentry kind="lib" path="/gluegen/make/lib/junit.jar" sourcepath="/gluegen/make/lib/junit-sources.jar"/> + <classpathentry kind="lib" path="make/lib/plugin3/plugin3-public.jar" sourcepath="make/lib/plugin3/plugin3-public-src.zip"/> <classpathentry kind="output" path="build/eclipse-classes"/> </classpath> |