aboutsummaryrefslogtreecommitdiffstats
path: root/nbproject
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-04-22 02:19:41 +0200
committerSven Gothel <[email protected]>2010-04-22 02:19:41 +0200
commit4cf06d157053039e916b822d2f20ee56f387a7cd (patch)
tree0ef1b2cbfac60c874b5aefefe73c82eb685adec7 /nbproject
parent112180c6e72b5916604fddfe8cadde21b46bb241 (diff)
Add the property rootrel.build (used in gluegen/jogl)
Diffstat (limited to 'nbproject')
-rw-r--r--nbproject/project.properties26
1 files changed, 13 insertions, 13 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties
index d85b9790..cee9ac9c 100644
--- a/nbproject/project.properties
+++ b/nbproject/project.properties
@@ -5,10 +5,10 @@ javac.processorpath=\
${javac.classpath}
application.title=JOCL
application.vendor=Michael Bien
-build.classes.dir=${build.dir}/classes
build.classes.excludes=**/*.java,**/*.form,**/*.c
# This directory is removed when the project is cleaned:
-build.dir=build
+build.dir=${rootrel.build}
+build.classes.dir=${build.dir}/classes
build.generated.dir=${build.dir}/generated
build.generated.sources.dir=${build.dir}/generated-sources
# Only compile against the classpath explicitly listed here:
@@ -32,11 +32,11 @@ file.reference.junit-4.8.1.jar=lib/junit_4/junit-4.8.1.jar
#default value, overwrite this or pass it as -D ant property if required
gluegen.root=../gluegen
jogl.root=../jogl
-file.reference.gluegen-rt.jar=${gluegen.root}/build/gluegen-rt.jar
-file.reference.gluegen.jar=${gluegen.root}/build/gluegen.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
+file.reference.gluegen-rt.jar=${gluegen.root}/${rootrel.build}/gluegen-rt.jar
+file.reference.gluegen.jar=${gluegen.root}/${rootrel.build}/gluegen.jar
+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
includes=**
jar.compress=false
@@ -83,16 +83,16 @@ 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=-Xmx256m -Djava.library.path=\
- "${basedir}/build/natives/jocl${path.separator}\
- ${gluegen.root}/build/obj"
+ "${basedir}/${rootrel.build}/natives/jocl${path.separator}\
+ ${gluegen.root}/${rootrel.build}/obj"
run.test.classpath=\
${javac.test.classpath}:\
${build.test.classes.dir}
source.encoding=UTF-8
-source.reference.gluegen-rt.jar=${gluegen.root}/src/java:${gluegen.root}/build/gensrc/java
-source.reference.jogl.all.jar=${jogl.root}/build/jogl/classes
-source.reference.nativewindow.all.jar=${jogl.root}/build/nativewindow/gensrc/classes/
-source.reference.newt.all.jar=${jogl.root}/build/newt/classes
+source.reference.gluegen-rt.jar=${gluegen.root}/src/java:${gluegen.root}/${rootrel.build}/gensrc/java
+source.reference.jogl.all.jar=${jogl.root}/${rootrel.build}/jogl/classes
+source.reference.nativewindow.all.jar=${jogl.root}/${rootrel.build}/nativewindow/gensrc/classes/
+source.reference.newt.all.jar=${jogl.root}/${rootrel.build}/newt/classes
src.dir=src
src.java.dir=gensrc/java
src.native.dir=gensrc/native