From ac55c5bfa469537c755730d3be9617d97f82950d Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 30 Jan 2014 11:43:40 +0100 Subject: 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 --- make/build-common.xml | 5 +++++ make/build-newt.xml | 2 +- make/lib/plugin3/plugin3-public-src.zip | Bin 0 -> 7555 bytes make/lib/plugin3/plugin3-public.jar | Bin 0 -> 12298 bytes 4 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 make/lib/plugin3/plugin3-public-src.zip create mode 100644 make/lib/plugin3/plugin3-public.jar (limited to 'make') 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 @@ + + + @@ -462,6 +465,7 @@ + @@ -470,6 +474,7 @@ + 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 @@ + 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/*"/> 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 Binary files /dev/null and b/make/lib/plugin3/plugin3-public-src.zip differ diff --git a/make/lib/plugin3/plugin3-public.jar b/make/lib/plugin3/plugin3-public.jar new file mode 100644 index 000000000..3cec75a6a Binary files /dev/null and b/make/lib/plugin3/plugin3-public.jar differ -- cgit v1.2.3