diff options
author | Sven Gothel <[email protected]> | 2010-11-17 21:54:34 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-17 21:54:34 +0100 |
commit | 8c6de21bc52b825788fc6290e0dbb50e6707d31c (patch) | |
tree | 11cb7c573a2bffa0e6afc382dbe9fb2a1c3a40a9 /make | |
parent | 39a1f30e6d014add2cfb46ef472905608bb3ddff (diff) |
Add general purpose WriteCloneable interface
Diffstat (limited to 'make')
-rwxr-xr-x | make/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml index 85df779..430128e 100755 --- a/make/build.xml +++ b/make/build.xml @@ -674,6 +674,7 @@ <include name="com/jogamp/gluegen/runtime/*.class" /> <include name="com/jogamp/common/impl/*.class" /> <include name="com/jogamp/common/jvm/*.class" /> + <include name="com/jogamp/common/type/*.class" /> <include name="com/jogamp/common/util/*.class" /> <include name="com/jogamp/common/util/locks/*.class" /> <include name="com/jogamp/common/nio/*.class" /> |