diff options
author | Michael Bien <[email protected]> | 2010-04-22 02:53:30 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-04-22 02:53:30 +0200 |
commit | b83e44a53af30d624e0485b92128bd98a45e6a67 (patch) | |
tree | 0044c6935f172cd6b8428017f7227a9f2e4c76c7 | |
parent | abb81ea5efc0d85b733771c2f322325ed564a169 (diff) |
fix nb project; set rootrel.build to 'build' in project.properties
-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 |