diff options
author | Carsten Weisse <[email protected]> | 2006-10-07 19:57:34 +0000 |
---|---|---|
committer | Carsten Weisse <[email protected]> | 2006-10-07 19:57:34 +0000 |
commit | c657a023559265a6d389b677d075d7cb43b8cb33 (patch) | |
tree | 4f27f7cb846112272bbcd5ab9ce042cb6eb4380e /.classpath | |
parent | 0f4484d9e0795a3f61b25911d4e7e5e2b593e412 (diff) |
add the jsr231/jogl.jar to classpath
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,9 +6,10 @@ <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/jogl/jogl.jar"/> <classpathentry kind="lib" path="resources"/> <classpathentry kind="lib" path="lib/lwjgl/lwjgl_util.jar"/> <classpathentry kind="lib" path="lib/lwjgl/lwjgl.jar"/> + <classpathentry kind="lib" path="lib/jogl/jogl.jar"/> + <classpathentry kind="lib" path="lib/jsr231/jogl.jar"/> <classpathentry kind="output" path="build"/> </classpath> |