diff options
author | Carsten Weisse <[email protected]> | 2004-10-24 13:01:32 +0000 |
---|---|---|
committer | Carsten Weisse <[email protected]> | 2004-10-24 13:01:32 +0000 |
commit | cabb42fbca528cc3d3dd92847d4c9e27923a4f24 (patch) | |
tree | b2f07a718b46d4c67834d09e6447b4afa9cdda5f | |
parent | 3ab5b09873864ef092288f53d63534318bdb6ccc (diff) |
add the new source path (patch)
-rw-r--r-- | .classpath | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -1,11 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="test"/> - <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="output" path="build"/> + <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/jogl/jogl.jar"/> + <classpathentry kind="lib" path="resources"/> + <classpathentry kind="output" path="build"/> </classpath> |