diff options
author | Sven Gothel <[email protected]> | 2011-03-19 08:36:00 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-03-19 08:36:00 +0100 |
commit | 90824b172b7c47dcaff306bd8b35d2fb82c2684f (patch) | |
tree | 5f39f4138f86cef0b731f9313b38f69ff79417bc /.classpath | |
parent | 0b25e90d700d0c036883bebba4be8969584d68d0 (diff) | |
parent | c35b9df4b3f25003b34b04108473744232ce1650 (diff) |
Merge branch 'pulled' of github.com:sgothel/gluegen into pulled
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,9 +20,9 @@ <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="gluegen/build/obj"/> </attributes> </classpathentry> - <classpathentry kind="lib" path="build/antlr.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/> + <classpathentry kind="lib" path="make/lib/antlr.jar"/> <classpathentry kind="output" path="build/eclipse-classes"/> </classpath> |