diff options
author | Sven Gothel <[email protected]> | 2010-11-08 05:50:50 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-08 05:50:50 +0100 |
commit | 08a74fb5d45f29f4d77a2713d1ebca4343519eb0 (patch) | |
tree | d543c60bcb9b45cb31de253b7b33bbc950b25c55 /make/build.xml | |
parent | 2c6ec665b1a755bbb7538a0c20075d5f640d57c9 (diff) |
Proper antlr.jar in NB projects.xml (2nd try)
Diffstat (limited to 'make/build.xml')
-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" |