diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-16 04:19:00 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-16 04:19:00 +0200 |
commit | 8629a651a66aa5fba9e0ada7df00803528b0e34f (patch) | |
tree | 25b8fd203297f5cd0bafd65676ea8c50bb98370a /.classpath | |
parent | cac3a29d85bb9a9ae0da5abf19543461c0cfa0f4 (diff) | |
download | lombok-8629a651a66aa5fba9e0ada7df00803528b0e34f.tar.gz lombok-8629a651a66aa5fba9e0ada7df00803528b0e34f.tar.bz2 lombok-8629a651a66aa5fba9e0ada7df00803528b0e34f.zip |
Whoops - removed some unneccessary eclipse plugins but forgot to remove them from the eclipse project classpath.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -3,9 +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="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="lib" path="deps/lombok/org.eclipse.jdt.ui_3.5.1.r351_v20090821-0800.jar"/> <classpathentry kind="src" path=".apt_generated"> |