aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-common.xml
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/build-common.xml
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/build-common.xml')
-rw-r--r--make/build-common.xml5
1 files changed, 5 insertions, 0 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" />