diff options
-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}:\ |