diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/build-junit.xml | 2 | ||||
-rw-r--r-- | make/build-newt.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/make/build-junit.xml b/make/build-junit.xml index ebf3f683e..f0217263b 100644 --- a/make/build-junit.xml +++ b/make/build-junit.xml @@ -160,11 +160,11 @@ <jvmarg value="-Djava.library.path=${obj.all.paths}"/> <!-- + <jvmarg value="-Djogl.debug=all"/> <jvmarg value="-Dgluegen.debug.NativeLibrary=true"/> <jvmarg value="-Dgluegen.debug.ProcAddressHelper=true"/> <jvmarg value="-Djogl.debug.GLSLState"/> <jvmarg value="-Dnativewindow.debug=all"/> - <jvmarg value="-Djogl.debug=all"/> <jvmarg value="-Dnewt.debug=all"/> <jvmarg value="-verbose:jni"/> <jvmarg value="-client"/> diff --git a/make/build-newt.xml b/make/build-newt.xml index db357bf37..22b34fdc2 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -87,7 +87,7 @@ <!-- partitioning --> <property name="java.part.core" - value="com/jogamp/newt/*, com/jogamp/newt/util/*, com/jogamp/newt/impl/*, com/jogamp/newt/intel/gdl/*"/> + value="com/jogamp/newt/*, com/jogamp/newt/event/*, com/jogamp/newt/util/*, com/jogamp/newt/impl/*, com/jogamp/newt/intel/gdl/*"/> <property name="java.part.x11" value="com/jogamp/newt/x11/*"/> @@ -105,7 +105,7 @@ value="com/jogamp/newt/opengl/broadcom/egl/*"/> <property name="java.part.awt" - value="com/jogamp/newt/awt/*"/> + value="com/jogamp/newt/awt/**"/> <!-- condition excludes --> |