aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-03-31 23:53:39 +0200
committerMichael Bien <[email protected]>2010-03-31 23:53:39 +0200
commit60790e1f5963c439aadb3511b417e66fd4748001 (patch)
treeba44f61dfd2fe1d1426bcf973ee9af9e2aceed6f /make
parente37c383c4a09432fff009e81d572c8a92b42eef6 (diff)
fixed generated imports rudimentary (not DRY).. cleanup in work.
Diffstat (limited to 'make')
-rwxr-xr-xmake/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index a79a38e..6b51f7e 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -551,6 +551,8 @@
<fileset dir="${classes-cdc}">
<include name="com/jogamp/gluegen/runtime/*.class" />
<include name="com/jogamp/gluegen/runtime/opengl/*.class" />
+ <include name="com/jogamp/common/nio/*.class" />
+ <include name="com/jogamp/common/os/*.class" />
<include name="com/jogamp/common/*.class" />
</fileset>
</jar>