summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jocl.iml2
-rw-r--r--nbproject/project.properties6
2 files changed, 4 insertions, 4 deletions
diff --git a/jocl.iml b/jocl.iml
index 5d7f259a..c816aea7 100644
--- a/jocl.iml
+++ b/jocl.iml
@@ -25,7 +25,7 @@
<orderEntry type="module-library">
<library>
<CLASSES>
- <root url="jar://$MODULE_DIR$/../jogl/build/jogl/jogl.all.jar!/" />
+ <root url="jar://$MODULE_DIR$/../jogl/build/jogl/jogl-all.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
diff --git a/nbproject/project.properties b/nbproject/project.properties
index 6ad9ee02..7d5faa78 100644
--- a/nbproject/project.properties
+++ b/nbproject/project.properties
@@ -36,13 +36,13 @@ excludes=
file.reference.junit-4.8.1.jar=lib/junit_4/junit-4.8.1.jar
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}/jar/jogl.all.jar
+file.reference.jogl-all.jar=${jogl.root}/${rootrel.build}/jar/jogl-all.jar
includes=**
jar.compress=false
javac.classpath=\
${file.reference.gluegen-rt.jar}:\
- ${file.reference.jogl.all.jar}
+ ${file.reference.jogl-all.jar}
javac.deprecation=true
javac.test.classpath=\
${javac.classpath}:\
@@ -89,7 +89,7 @@ run.test.classpath=\
${build.test.classes.dir}
source.encoding=UTF-8
source.reference.gluegen-rt.jar=${gluegen.root}/src/java:${gluegen.root}/${rootrel.build}/gensrc/java
-source.reference.jogl.all.jar=${jogl.root}/${rootrel.build}/jogl/classes:${jogl.root}/${rootrel.build}/nativewindow/gensrc/classes/:${jogl.root}/${rootrel.build}/newt/classes
+source.reference.jogl-all.jar=${jogl.root}/${rootrel.build}/jogl/classes:${jogl.root}/${rootrel.build}/nativewindow/gensrc/classes/:${jogl.root}/${rootrel.build}/newt/classes
src.dir=src
src.java.dir=gensrc/java
src.native.dir=gensrc/native