diff options
author | Sven Gothel <[email protected]> | 2010-12-15 12:32:37 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-15 12:32:37 +0100 |
commit | a7398aac183762174b0608ad7f83d9130c61523e (patch) | |
tree | 8fde45963a6e2c0b02c86cb25d9f09ed28bc14f5 /make/build-newt.xml | |
parent | 113c8a43457a11e53e3b088f53f997d0efd5aacf (diff) |
Add Version Applet
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r-- | make/build-newt.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml index 5ac6c7eed..3487da217 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -90,7 +90,7 @@ value="com/jogamp/newt/*, com/jogamp/newt/event/*, com/jogamp/newt/util/*, com/jogamp/newt/impl/*, com/jogamp/newt/impl/event/*"/> <property name="java.part.awt" - value="com/jogamp/newt/impl/awt/*, com/jogamp/newt/awt/*, com/jogamp/newt/event/awt/*"/> + value="com/jogamp/newt/awt/*, com/jogamp/newt/event/awt/*, com/jogamp/newt/impl/awt/**"/> <property name="java.part.x11" value="com/jogamp/newt/impl/x11/*"/> |