aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-06-12 08:34:04 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-06-12 08:34:04 +0200
commitd7434059c4492d9684f81b32c1f373b121c6a577 (patch)
treed5c881ff8502db6b9004f2f0d8d5a5609d224dd1 /.classpath
parent95c38be18c15334d02b50ade987ef3c6b2a8ff26 (diff)
downloadlombok-d7434059c4492d9684f81b32c1f373b121c6a577.tar.gz
lombok-d7434059c4492d9684f81b32c1f373b121c6a577.tar.bz2
lombok-d7434059c4492d9684f81b32c1f373b121c6a577.zip
Found 2 bugs in spi. This fixes both of them. Also enabled the spi processor in eclipse project.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath7
1 files changed, 6 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 9a89710e..f458b868 100644
--- a/.classpath
+++ b/.classpath
@@ -4,10 +4,15 @@
<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="lib/lombok/spi-0.2.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"/>
<classpathentry kind="lib" path="deps/lombok/org.eclipse.jdt.core_3.5.0.v_963.jar"/>
+ <classpathentry kind="src" path=".apt_generated">
+ <attributes>
+ <attribute name="optional" value="true"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="lib" path="lib/lombok/spi-0.2.3-pre.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>