diff options
Diffstat (limited to 'make/build.xml')
-rwxr-xr-x | make/build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml index 0ed82e9..4babd6b 100755 --- a/make/build.xml +++ b/make/build.xml @@ -634,6 +634,7 @@ <include name="com/jogamp/common/impl/*.class" /> <include name="com/jogamp/common/jvm/*.class" /> <include name="com/jogamp/common/util/*.class" /> + <include name="com/jogamp/common/util/locks/*.class" /> <include name="com/jogamp/common/nio/*.class" /> <include name="com/jogamp/common/os/*.class" /> <include name="com/jogamp/common/*.class" /> @@ -682,6 +683,7 @@ <include name="com/sun/gluegen/**Test*"/> <include name="com/jogamp/common/nio/**Test*"/> <include name="com/jogamp/common/util/**Test*"/> + <include name="com/jogamp/common/util/locks/**Test*"/> </fileset> <formatter usefile="false" type="plain"/> <formatter usefile="true" type="xml"/> |