diff options
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r-- | make/build-newt.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml index 820c50a3a..5c2ba8d7f 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -692,6 +692,10 @@ <fileset dir="${classes}" includes="com/jogamp/newt/**" /> </jar> + <jar manifest="tempversion" destfile="${newt.event.jar}" filesonly="true"> + <fileset dir="${classes}" + includes="com/jogamp/newt/Display* com/jogamp/newt/Screen* com/jogamp/newt/Window* com/jogamp/newt/ScreenMode* com/jogamp/newt/event/** com/jogamp/newt/impl/Debug*" /> + </jar> </target> <target name="build-jars-all-noawt" depends="setup-manifestfile"> |