diff options
Diffstat (limited to 'make')
-rwxr-xr-x | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 61a1e8c..7bc63c6 100755 --- a/make/build.xml +++ b/make/build.xml @@ -422,7 +422,7 @@ excludes="com/jogamp/gluegen/runtime/** com/jogamp/gluegen/test/**" /> </copy> - <!-- bootclasspath="${javac.bootclasspath-cdc.jar}"--> + <!-- bootclasspath="${javac.bootclasspath-cdc.jar}"--> <javac destdir="${classes-cdc}" source="1.4" debug="true" |