diff options
author | Sven Gothel <[email protected]> | 2012-08-25 15:31:28 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-08-25 15:31:28 +0200 |
commit | 8ca4f3c84db2793a0e1dab5dcfc38590de5ca64f (patch) | |
tree | fa537e9675c11634e316297a6c4b719fd0db07f0 /nbproject | |
parent | 741e97a3efddb5c489cb00a791cd7f84dd296fb0 (diff) |
Fix new JOCL artifacts location ; Fix new jocl.jar locationv2.0-rc11
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/project.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index efda83e..e57700b 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -30,7 +30,7 @@ debug.test.classpath=\ ${run.test.classpath} # This directory is removed when the project is cleaned: dist.dir=${build.dir} -dist.jar=${dist.dir}/jar/jocl-demos.jar +dist.jar=${build.dir}/jar/jocl-demos.jar dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= @@ -66,7 +66,7 @@ no.dependencies=true platform.active=default_platform project.jocl=${jocl.root} -reference.jocl.jar=${jocl.root}/dist/jocl.jar +reference.jocl.jar=${jocl.root}/${rootrel.build}/jar/jocl.jar file.reference.gluegen-rt.jar=${gluegen.root}/${rootrel.build}/gluegen-rt.jar file.reference.jogl-all.jar=${jogl.root}/${rootrel.build}/jar/jogl-all.jar |