diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-11-27 11:46:40 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-11-27 11:46:40 +0100 |
commit | 6d29e0c745428b36cc8f8f9d2e0d77ec15f45808 (patch) | |
tree | cfa852504d5f12881289feb1c26bbbe16c322230 /.classpath | |
parent | fb71e1bee37af989c7ff8d6df635b7ab3c5b5710 (diff) | |
download | lombok-6d29e0c745428b36cc8f8f9d2e0d77ec15f45808.tar.gz lombok-6d29e0c745428b36cc8f8f9d2e0d77ec15f45808.tar.bz2 lombok-6d29e0c745428b36cc8f8f9d2e0d77ec15f45808.zip |
Preliminary version of the delombok ant task.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,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/junit-4.7.jar"/> + <classpathentry kind="lib" path="deps/lombok/ant.jar"/> <classpathentry combineaccessrules="false" kind="src" path="/lombok.patcher"/> <classpathentry kind="lib" path="deps/lombok/tools.jar" sourcepath="C:/javasource/javasources.zip"/> <classpathentry kind="lib" path="deps/lombok/spi-0.2.4.jar"/> |