diff options
author | Roel Spilker <r.spilker@gmail.com> | 2009-11-25 11:40:36 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2009-11-25 11:41:53 +0100 |
commit | 1c77e9aaad1554280f9620de799bd20ab29de6ea (patch) | |
tree | 97bf7591273b04ac5f6a14c222eaff2412a4685c /.classpath | |
parent | 1a0e611a9c5e1ee518670647ce1a44beae559b44 (diff) | |
download | lombok-1c77e9aaad1554280f9620de799bd20ab29de6ea.tar.gz lombok-1c77e9aaad1554280f9620de799bd20ab29de6ea.tar.bz2 lombok-1c77e9aaad1554280f9620de799bd20ab29de6ea.zip |
Work in progress on delombok.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ <classpathentry kind="src" path="src/core"/> <classpathentry kind="src" path="src/eclipseAgent"/> <classpathentry kind="src" path="src/installer"/> + <classpathentry kind="src" path="src/delombok"/> <classpathentry kind="src" path="experimental/src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="lib" path="deps/lombok/org.eclipse.jdt.core_3.5.0.v_963.jar"/> |