diff options
author | Sven Gothel <[email protected]> | 2012-06-26 11:50:42 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-06-26 11:50:42 +0200 |
commit | 0e6bf2a0a9b3df729d6984bdc1a857889a3c1bdf (patch) | |
tree | b937945d9f7d9ea3e462745c5eca97ae38a79a9a | |
parent | 86540a113a4d304a1b8ed0af6149ea938e486e7a (diff) |
Adapt to gluegen commit 9a71703904ebfec343fb2c7266343d37a2e4c3dbv2.0-rc10
-rw-r--r-- | nbproject/project.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties index 130d0bf..9724ff6 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -38,7 +38,7 @@ includes=** jar.compress=false javac.classpath=\ ${reference.jocl.jar}:\ - ${file.reference.jogl.all.jar}:\ + ${file.reference.jogl-all.jar}:\ ${file.reference.gluegen-rt.jar} # Space-separated list of extra javac options javac.deprecation=false @@ -68,7 +68,7 @@ platform.active=default_platform project.jocl=${jocl.root} reference.jocl.jar=${jocl.root}/dist/jocl.jar file.reference.gluegen-rt.jar=${gluegen.root}/${rootrel.build}/gluegen-rt.jar -file.reference.jogl.all.jar=${jogl.root}/${rootrel.build}/jar/jogl.all.jar +file.reference.jogl-all.jar=${jogl.root}/${rootrel.build}/jar/jogl-all.jar run.classpath=\ ${javac.classpath}:\ |