diff options
author | Wade Walker <[email protected]> | 2011-02-14 09:24:31 +0800 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-25 11:47:47 +0800 |
commit | c35b9df4b3f25003b34b04108473744232ce1650 (patch) | |
tree | 5bb07601a699fa695cc1e56d8f42013a7e2ccea8 /.classpath | |
parent | 2c758a3f2defcc06e0c5bb29bb5549b45dce194d (diff) |
Speed up Eclipse build
Changes Eclipse's build settings to reduce the amount of stuff
rebuilt by the build.xml flow.
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> |