aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Weisse <[email protected]>2004-10-24 13:01:32 +0000
committerCarsten Weisse <[email protected]>2004-10-24 13:01:32 +0000
commitcabb42fbca528cc3d3dd92847d4c9e27923a4f24 (patch)
treeb2f07a718b46d4c67834d09e6447b4afa9cdda5f
parent3ab5b09873864ef092288f53d63534318bdb6ccc (diff)
add the new source path (patch)
-rw-r--r--.classpath17
1 files changed, 9 insertions, 8 deletions
diff --git a/.classpath b/.classpath
index 79fd6bb..00f9b82 100644
--- a/.classpath
+++ b/.classpath
@@ -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>