aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
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>