diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-11-30 00:49:42 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-11-30 00:49:42 +0100 |
commit | dfa401018d0eff370b34f1e9d7bb1d5fd498a631 (patch) | |
tree | 109c13994d6aaffce600fd300af88578bd892313 /.classpath | |
parent | 29c2ba1bbba7393423463b6c92da2068b6fea7bb (diff) | |
download | lombok-dfa401018d0eff370b34f1e9d7bb1d5fd498a631.tar.gz lombok-dfa401018d0eff370b34f1e9d7bb1d5fd498a631.tar.bz2 lombok-dfa401018d0eff370b34f1e9d7bb1d5fd498a631.zip |
All basic elements of netbeans support are here except the actual agent part.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ <classpathentry kind="lib" path="deps/lombok/eclipse/org.eclipse.osgi_3.5.0.v20090520.jar"/> <classpathentry kind="lib" path="deps/lombok/eclipse/org.eclipse.equinox.common_3.5.0.v20090520-1800.jar"/> <classpathentry kind="lib" path="deps/lombok/netbeans/org-netbeans-modules-java-source_6.8beta.jar"/> + <classpathentry kind="lib" path="deps/lombok/netbeans/org-openide-util_6.8beta.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"/> |