diff options
| author | Reinier Zwitserloot <reinier@tipit.to> | 2009-11-27 07:18:48 +0100 |
|---|---|---|
| committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-11-27 07:18:48 +0100 |
| commit | 4316e77e1eb6654eec18d04780a6da78c22fb644 (patch) | |
| tree | 6c879d4190ee36f674c740e3755b46fb55098704 /.classpath | |
| parent | 391db3dcecdd0d94eb76b656e655346891b02bb4 (diff) | |
| download | lombok-4316e77e1eb6654eec18d04780a6da78c22fb644.tar.gz lombok-4316e77e1eb6654eec18d04780a6da78c22fb644.tar.bz2 lombok-4316e77e1eb6654eec18d04780a6da78c22fb644.zip | |
Added a class that is easier to use than the parser itself for delombok, as well as code to process entire directories at a time.
Also removed duplication from the testcases.
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ <classpathentry kind="src" path="src/delombok"/> <classpathentry kind="src" path="experimental/src"/> <classpathentry kind="src" path="test/delombok/src"/> + <classpathentry kind="src" path="test/core/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"/> <classpathentry kind="lib" path="deps/lombok/org.eclipse.jdt.ui_3.5.1.r351_v20090821-0800.jar"/> |
