diff options
Diffstat (limited to 'nbproject/project.properties')
-rw-r--r-- | nbproject/project.properties | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index cee9ac9c..48b609e8 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -1,3 +1,8 @@ +#default values, overwrite this or pass it as -D ant property if required +gluegen.root=../gluegen +jogl.root=../jogl +rootrel.build=build + annotation.processing.enabled=true annotation.processing.enabled.in.editor=false annotation.processing.run.all.processors=true @@ -29,9 +34,6 @@ endorsed.classpath= excludes= 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}/${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 |