diff options
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/project.properties | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index d6aa3bb..2b07292 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -1,3 +1,10 @@ + +#default values +gluegen.root=${basedir}/../gluegen +jogl.root=${basedir}/../jogl +jocl.root=${basedir}/../jocl +rootrel.build=build + application.title=JOCL Demos application.vendor=jogamp build.classes.excludes=**/*.java,**/*.form @@ -58,11 +65,6 @@ meta.inf.dir=${src.dir}/META-INF no.dependencies=true platform.active=default_platform -#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}/${rootrel.build}/gluegen-rt.jar |