diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-12-02 10:26:59 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-12-02 10:26:59 +0100 |
commit | bc88c1f99b1d0972f5a209a6de81739b6e00e61e (patch) | |
tree | 6cba678ff37d55aec9fee16af3dd9e6fbedb916c /.classpath | |
parent | d2fc0df773912f8116bdcea88f4ded6343a13040 (diff) | |
download | lombok-bc88c1f99b1d0972f5a209a6de81739b6e00e61e.tar.gz lombok-bc88c1f99b1d0972f5a209a6de81739b6e00e61e.tar.bz2 lombok-bc88c1f99b1d0972f5a209a6de81739b6e00e61e.zip |
We need this org-openide-modules.jar too. No direct dependencies, but javac needs some class in it to finish the compile.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ <classpathentry kind="lib" path="deps/lombok/eclipse/org.eclipse.equinox.common_3.5.0.v20090520-1800.jar"/> <classpathentry kind="lib" path="deps/lombok/netbeans/boot_6.8beta.jar"/> <classpathentry kind="lib" path="deps/lombok/netbeans/org-openide-util_6.8beta.jar"/> + <classpathentry kind="lib" path="deps/lombok/netbeans/org-openide-modules_6.8beta.jar"/> <classpathentry kind="lib" path="deps/lombok/netbeans/org-netbeans-modules-java-source_6.8beta.jar"/> <classpathentry kind="lib" path="deps/junit-4.7.jar"/> <classpathentry kind="lib" path="deps/lombok/ant.jar"/> |