Update to the latest 2.0 release candidate of JOGL (Build 57).

Move JOGL Libraries from lib/native to lib/jogl, which is less misleading.
Update .classpath and build.xml with new directory name.
This commit is contained in:
Bill Kuker 2012-06-20 00:34:02 +00:00
parent 79d1fe38e3
commit 8babd54f4f
25 changed files with 5 additions and 5 deletions

View File

@ -27,8 +27,8 @@
<classpathentry kind="lib" path="resources"/>
<classpathentry kind="lib" path="lib/jspf.core-1.0.2.jar" sourcepath="/home/sampo/Projects/lib/jspf/documentation/api"/>
<classpathentry kind="lib" path="lib/opencsv-2.3.jar"/>
<classpathentry kind="lib" path="lib/native/gluegen-rt.jar"/>
<classpathentry kind="lib" path="lib/native/jogl.all.jar"/>
<classpathentry kind="lib" path="lib/exp4j-0.2.9.jar"/>
<classpathentry kind="lib" path="lib/jogl/gluegen-rt.jar"/>
<classpathentry kind="lib" path="lib/jogl/jogl.all.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -95,7 +95,7 @@
<zipfileset dir="${lib.dir}" prefix="lib">
<include name="*.jar"/>
</zipfileset>
<zipfileset dir="${lib.dir}/native" prefix="lib">
<zipfileset dir="${lib.dir}/jogl" prefix="lib">
<include name="*.jar"/>
</zipfileset>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.