aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-01-30 11:43:40 +0100
committerSven Gothel <[email protected]>2014-01-30 11:43:40 +0100
commitac55c5bfa469537c755730d3be9617d97f82950d (patch)
treeb820c04f9a170da2a90c94642e800b9a300f8ac6 /make
parent6b37c1c3d109d3ae83d19ac84b50c7b3249af95a (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')
-rw-r--r--make/build-common.xml5
-rw-r--r--make/build-newt.xml2
-rw-r--r--make/lib/plugin3/plugin3-public-src.zipbin0 -> 7555 bytes
-rw-r--r--make/lib/plugin3/plugin3-public.jarbin0 -> 12298 bytes
4 files changed, 6 insertions, 1 deletions
diff --git a/make/build-common.xml b/make/build-common.xml
index e38e296ee..1a5703aa9 100644
--- a/make/build-common.xml
+++ b/make/build-common.xml
@@ -177,6 +177,9 @@
</condition>
<echo message="swt.jar=${swt.jar}" />
+ <property name="plugin3.jar" value="${project.root}/make/lib/plugin3/plugin3-public.jar"/>
+ <echo message="plugin3.jar=${plugin3.jar}" />
+
<condition property="isSWTRuntimeAvailable">
<or>
<istrue value="${isWindowsAMD64}" />
@@ -462,6 +465,7 @@
<!-- NEWT Compilation .. -->
<path id="jogl_nativewindow_gluegen.classpath">
<pathelement location="${gluegen-rt.jar}" />
+ <pathelement location="${plugin3.jar}" />
<pathelement location="${swt.jar}" />
<path refid="nativewindow_all_atoms.classpath" />
<path refid="jogl_all_atoms.classpath" />
@@ -470,6 +474,7 @@
<path id="jogl_nativewindow_gluegen_android.classpath">
<pathelement location="${android.jar}" />
<pathelement location="${gluegen-rt-android.jar}" />
+ <pathelement location="${plugin3.jar}" />
<pathelement location="${swt.jar}" />
<path refid="nativewindow_all_atoms.classpath" />
<path refid="jogl_all_atoms.classpath" />
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/**"/>
diff --git a/make/lib/plugin3/plugin3-public-src.zip b/make/lib/plugin3/plugin3-public-src.zip
new file mode 100644
index 000000000..f9b7b8ea0
--- /dev/null
+++ b/make/lib/plugin3/plugin3-public-src.zip
Binary files differ
diff --git a/make/lib/plugin3/plugin3-public.jar b/make/lib/plugin3/plugin3-public.jar
new file mode 100644
index 000000000..3cec75a6a
--- /dev/null
+++ b/make/lib/plugin3/plugin3-public.jar
Binary files differ