diff options
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,7 +3,6 @@ <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src_eclipseagent"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="lib" path="lib/eclipse.agent/asm-3.1.jar"/> <classpathentry kind="lib" path="deps/lombok/org.eclipse.jdt.apt.core_3.3.200.v20090528-1135.jar"/> <classpathentry kind="lib" path="deps/lombok/org.eclipse.jdt.apt.pluggable.core_1.0.200.v20090526-2130.jar"/> <classpathentry kind="lib" path="deps/lombok/org.eclipse.jdt.compiler.apt_1.0.200.v20090528-1135.jar"/> @@ -17,7 +16,7 @@ <classpathentry kind="lib" path="deps/lombok/org.eclipse.osgi_3.5.0.v20090520.jar"/> <classpathentry kind="lib" path="deps/lombok/org.eclipse.equinox.common_3.5.0.v20090520-1800.jar"/> <classpathentry kind="lib" path="deps/lombok/spi-0.2.3-pre.jar"/> - <classpathentry kind="lib" path="deps/tools.jar"/> <classpathentry combineaccessrules="false" kind="src" path="/lombok.patcher"/> + <classpathentry kind="lib" path="deps/lombok/tools.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |