aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-11-27 07:18:48 +0100
committerReinier Zwitserloot <reinier@tipit.to>2009-11-27 07:18:48 +0100
commit4316e77e1eb6654eec18d04780a6da78c22fb644 (patch)
tree6c879d4190ee36f674c740e3755b46fb55098704 /.classpath
parent391db3dcecdd0d94eb76b656e655346891b02bb4 (diff)
downloadlombok-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--.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index 0d702795..a33a68d9 100644
--- a/.classpath
+++ b/.classpath
@@ -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"/>