diff options
author | Sven Gothel <[email protected]> | 2011-12-18 16:38:24 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-18 16:38:24 +0100 |
commit | 970afd0ee8d69c09d90a59b90afd2149a6b211b5 (patch) | |
tree | 92b3566ccbbc46eb25b81b1f8c85dd8b659a7783 /nbproject | |
parent | 70407434fd4cd205b127ed7d73832eb0b3d01263 (diff) |
Add TempJarCache usage
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/project.properties | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index 5d0b8189..f9458c74 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -75,17 +75,18 @@ manifest.file=${rootrel.build}/manifest.mf meta.inf.dir=${src.dir}/META-INF platform.active=default_platform run.classpath=\ - ${javac.classpath}:\ + ${dist.jar}:${javac.classpath}:\ ${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): -run.jvmargs=${jvmDataModel.arg} -Xmx256m -Djava.library.path=\ +run.jvmargs=${jvmDataModel.arg} -Xmx256m \ + -Djava.library.path=\ "${basedir}/${rootrel.build}/natives/jocl${path.separator}\ ${jogl.root}/${rootrel.build}/lib${path.separator}\ ${gluegen.root}/${rootrel.build}/obj" run.test.classpath=\ - ${javac.test.classpath}:\ + ${dist.jar}:${javac.test.classpath}:\ ${build.test.classes.dir} source.encoding=UTF-8 source.reference.gluegen-rt.jar=${gluegen.root}/src/java:${gluegen.root}/${rootrel.build}/gensrc/java |