diff options
author | Michael Bien <[email protected]> | 2011-08-03 16:57:50 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2011-08-03 16:57:50 +0200 |
commit | 9eb658932571d9d35bbd05b1527ffbb261adb7af (patch) | |
tree | a7a245b050d05fa3066134f1e0fba9b191036f96 /nbproject | |
parent | f8008024c3541f224705e2c293d68ffa2eafb347 (diff) |
initial import of CLForkJoinPool, a JOCL variant of the Java 7 ForkJoinPool + rudimentary test.
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/project.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index 0214d3dd..1078020a 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -30,8 +30,8 @@ debug.test.classpath=\ dist.dir=dist dist.jar=${dist.dir}/jocl.jar dist.javadoc.dir=${dist.dir}/javadoc/jocl/javadoc +mkdist.disabled=false endorsed.classpath= -excludes= file.reference.junit-4.8.1.jar=lib/junit_4/junit-4.8.1.jar file.reference.gluegen-rt.jar=${gluegen.root}/${rootrel.build}/gluegen-rt.jar @@ -40,6 +40,7 @@ file.reference.jogl.all.jar=${jogl.root}/${rootrel.build}/jogl/jogl.all.jar file.reference.nativewindow.all.jar=${jogl.root}/${rootrel.build}/nativewindow/nativewindow.all.jar file.reference.newt.all.jar=${jogl.root}/${rootrel.build}/newt/newt.all.jar +excludes=${src.excludes} includes=** jar.compress=false javac.classpath=\ @@ -110,6 +111,7 @@ jocl_base_version=0.9 #force enable jdk7 features #enable.jdk7.features=true +src.excludes=**/concurrent/CLForkJoin*,**/concurrent/CLRecursive* #crosscompile=true |