diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-12-02 00:05:21 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-12-02 00:05:21 +0100 |
commit | 8165f4628f75618f1cd105ad8901f273ada261e4 (patch) | |
tree | df16c2db4f585d5dfb2f2473a3484edd772107e0 /.classpath | |
parent | 199f7f74fd35462dced087280af066cf2cad7596 (diff) | |
download | lombok-8165f4628f75618f1cd105ad8901f273ada261e4.tar.gz lombok-8165f4628f75618f1cd105ad8901f273ada261e4.tar.bz2 lombok-8165f4628f75618f1cd105ad8901f273ada261e4.zip |
netbeans agent now works!
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,8 +14,9 @@ <classpathentry kind="lib" path="deps/lombok/eclipse/org.eclipse.core.runtime_3.5.0.v20090525.jar"/> <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/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-netbeans-modules-java-source_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"/> |