aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-10-07 23:54:12 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-10-07 23:54:12 +0200
commitbb09fa4f050a7f3cb172af69487de21d6d630bbd (patch)
tree77719ba6e3e092ab47ac1edff3d78e70af2de94a /.classpath
parentc2f1858781a4a1a5ae6f47a961172ee0b4cb6d53 (diff)
parent23da5b1e80bd03ee3fc02b7d7ee03130f158e7c4 (diff)
downloadlombok-bb09fa4f050a7f3cb172af69487de21d6d630bbd.tar.gz
lombok-bb09fa4f050a7f3cb172af69487de21d6d630bbd.tar.bz2
lombok-bb09fa4f050a7f3cb172af69487de21d6d630bbd.zip
Merge branch 'lombokpatcher'
Diffstat (limited to '.classpath')
-rw-r--r--.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index adbcc311..f1f8e5fa 100644
--- a/.classpath
+++ b/.classpath
@@ -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,6 +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>