diff options
author | Carsten Weisse <[email protected]> | 2006-10-24 22:51:21 +0000 |
---|---|---|
committer | Carsten Weisse <[email protected]> | 2006-10-24 22:51:21 +0000 |
commit | 481d33d34793dd7830987e2a9ad4c372e9da4414 (patch) | |
tree | c17d92d15ebb49d8bc084e1a241c38b74e2cbd29 /.classpath | |
parent | 2f2869e9278bcbf51e2f8e9d66f289a40237e21a (diff) |
switch to joal 1.0b01
(new libraries, API changes)
TODO
* joal via webstart from sun
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -2,10 +2,9 @@ <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="test"/> - <classpathentry kind="src" path="patch"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="lib" path="lib/joal/linux/joal.jar"/> - <classpathentry kind="lib" path="lib/joal/windows/joal.jar"/> + <classpathentry kind="lib" path="lib/joal/joal.jar"/> + <classpathentry kind="lib" path="lib/joal/gluegen-rt.jar"/> <classpathentry kind="lib" path="lib/jogl/jogl.jar"/> <classpathentry kind="lib" path="resources"/> <classpathentry kind="lib" path="lib/lwjgl/lwjgl_util.jar"/> |