diff options
author | Michael Bien <[email protected]> | 2010-02-26 03:22:49 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-02-26 03:22:49 +0100 |
commit | 4d348191412077970954f3bc6e672a34f4a7980b (patch) | |
tree | 8a0e43cb5e5252fc79963865523d684e2513486d /nbproject | |
parent | 0857dbb04fe9259f1076e9559b822c5032c23461 (diff) |
implemented Serialization for CLProgramBuilder.
CLProgram.getBinaries() is now ordered.
updated junit to 4.8.1.
javadoc fixes.
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/project.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index 8622d80a..41e04c4a 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -23,6 +23,7 @@ dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= +file.reference.junit-4.8.1.jar=lib/junit_4/junit-4.8.1.jar #default value, overwrite this or pass it as -D ant property if required gluegen.root=../gluegen jogl.root=../jogl @@ -47,7 +48,7 @@ javac.target=1.5 javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir}:\ - ${libs.junit_4.classpath} + ${file.reference.junit-4.8.1.jar} javadoc.additionalparam= javadoc.author=true javadoc.encoding=${source.encoding} |