diff options
author | Roel Spilker <r.spilker@gmail.com> | 2009-10-10 02:24:12 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2009-10-10 02:24:12 +0200 |
commit | 09d5dad9f51c1b57bb75ce999a25254467bf23fd (patch) | |
tree | 6b46a4c38723bf3ee3b4ec10e1c253b16ae28ae9 /.classpath | |
parent | 420cd67fe1ab7b3da48c35856256e816fa9b4776 (diff) | |
download | lombok-09d5dad9f51c1b57bb75ce999a25254467bf23fd.tar.gz lombok-09d5dad9f51c1b57bb75ce999a25254467bf23fd.tar.bz2 lombok-09d5dad9f51c1b57bb75ce999a25254467bf23fd.zip |
We need to patch some code in a new eclipse plugin, so, added it to the deps.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ <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="lib" path="deps/lombok/org.eclipse.jdt.ui_3.5.1.r351_v20090821-0800.jar"/> <classpathentry kind="src" path=".apt_generated"> <attributes> <attribute name="optional" value="true"/> |