diff options
author | Michael Bien <[email protected]> | 2009-12-01 00:50:59 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2009-12-01 00:50:59 +0100 |
commit | fa7b42cb1b3f9932a07666a8886ef276efb2ddf0 (patch) | |
tree | 79b053dd005af9173e4dd351651455c0113a5119 /nbproject/project.properties | |
parent | 927ba4bbd684ad66da1da416562830af58d2cf57 (diff) |
build is now ready to be used in hudson.
updated demos due to api changes.
Diffstat (limited to 'nbproject/project.properties')
-rw-r--r-- | nbproject/project.properties | 32 |
1 files changed, 21 insertions, 11 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index f4815bf..889e607 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -20,11 +20,8 @@ debug.test.classpath=\ dist.dir=dist dist.jar=${dist.dir}/jocl-demos.jar dist.javadoc.dir=${dist.dir}/javadoc +endorsed.classpath= excludes= -file.reference.gluegen-rt.jar=../gluegen/build/gluegen-rt.jar -file.reference.jogl.all.jar=../jogl/build/jogl/jogl.all.jar -file.reference.nativewindow.all.jar=../jogl/build/nativewindow/nativewindow.all.jar -file.reference.newt.all.jar=../jogl/build/newt/newt.all.jar includes=** jar.compress=false javac.classpath=\ @@ -54,12 +51,25 @@ javadoc.splitindex=true javadoc.use=true javadoc.version=false javadoc.windowtitle= +jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api" main.class=com.mbien.opencl.demos.hellojocl.HelloJOCL manifest.file=manifest.mf meta.inf.dir=${src.dir}/META-INF +no.dependencies=true platform.active=default_platform -project.jocl=../jocl -reference.jocl.jar=${project.jocl}/dist/jocl.jar + +#default values +gluegen.root=${basedir}/../gluegen +jogl.root=${basedir}/../jogl +jocl.root=${basedir}/../jocl + +project.jocl=${jocl.root} +reference.jocl.jar=${jocl.root}/dist/jocl.jar +file.reference.gluegen-rt.jar=${gluegen.root}/build/gluegen-rt.jar +file.reference.jogl.all.jar=${jogl.root}/build/jogl/jogl.all.jar +file.reference.nativewindow.all.jar=${jogl.root}/build/nativewindow/nativewindow.all.jar +file.reference.newt.all.jar=${jogl.root}/build/newt/newt.all.jar + run.classpath=\ ${javac.classpath}:\ ${build.classes.dir} @@ -67,11 +77,11 @@ run.classpath=\ # (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=-Djava.library.path="\ - ${basedir}/../jocl/build/natives/jocl:\ - ${basedir}/../jogl/build/jogl/obj:\ - ${basedir}/../jogl/build/nativewindow/obj:\ - ${basedir}/../jogl/build/newt/obj:\ - ${basedir}/../gluegen/build/obj" + ${jocl.root}/build/natives/jocl:\ + ${jogl.root}/build/jogl/obj:\ + ${jogl.root}/build/nativewindow/obj:\ + ${jogl.root}/build/newt/obj:\ + ${gluegen.root}/build/obj" run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} |