summaryrefslogtreecommitdiffstats
path: root/nbproject
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2009-10-19 23:02:09 +0200
committerMichael Bien <[email protected]>2009-10-19 23:02:09 +0200
commit224985638b2a1486e4b7da1642a4f2cc22fc8644 (patch)
tree2540189dc43f6d6b67001cab1e7d1332ffa14dc3 /nbproject
parentcb7fa23952a10795215eda50848530828b92895e (diff)
initial import of CLCommandQueue.
updated JUnit test to test CLCommandQueue. cleand up project dependencies.
Diffstat (limited to 'nbproject')
-rw-r--r--nbproject/project.properties13
1 files changed, 6 insertions, 7 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties
index 1138fc56..057aed77 100644
--- a/nbproject/project.properties
+++ b/nbproject/project.properties
@@ -18,7 +18,7 @@ debug.test.classpath=\
${run.test.classpath}
# This directory is removed when the project is cleaned:
dist.dir=dist
-dist.jar=${dist.dir}/JOCL.jar
+dist.jar=${dist.dir}/jocl.jar
dist.javadoc.dir=${dist.dir}/javadoc
excludes=
file.reference.gluegen-rt.jar=../gluegen/build/gluegen-rt.jar
@@ -26,12 +26,12 @@ file.reference.gluegen.jar=../gluegen/build/gluegen.jar
includes=**
jar.compress=false
javac.classpath=\
- ${file.reference.gluegen.jar}
+ ${file.reference.gluegen-rt.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=true
-javac.source=1.6
-javac.target=1.6
+javac.source=1.5
+javac.target=1.5
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}:\
@@ -46,7 +46,7 @@ javadoc.private=false
javadoc.splitindex=true
javadoc.use=true
javadoc.version=false
-javadoc.windowtitle=Java Binding to OpenCL
+javadoc.windowtitle=Java Binding for the OpenCL API
jnlp.codebase.type=local
jnlp.codebase.url=file:${basedir}/dist/
jnlp.descriptor=application
@@ -59,8 +59,7 @@ meta.inf.dir=${src.dir}/META-INF
platform.active=default_platform
run.classpath=\
${javac.classpath}:\
- ${build.classes.dir}:\
- ${file.reference.gluegen-rt.jar}
+ ${build.classes.dir}
# Space-separated list of JVM arguments used when running the project
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
# or test-sys-prop.name=value to set system properties for unit tests):