diff options
author | Roel Spilker <r.spilker@gmail.com> | 2009-07-17 23:48:30 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2009-07-17 23:48:30 +0200 |
commit | a0c0ef3f5e05596c9a0b78df4d9c471cfee88e9c (patch) | |
tree | 74be9c47e021b829aadf02d4608ae272989fffaf | |
parent | c3d31c31d891c03a82eb29d2fe01234c992fb396 (diff) | |
download | lombok-a0c0ef3f5e05596c9a0b78df4d9c471cfee88e9c.tar.gz lombok-a0c0ef3f5e05596c9a0b78df4d9c471cfee88e9c.tar.bz2 lombok-a0c0ef3f5e05596c9a0b78df4d9c471cfee88e9c.zip |
Use tools.jar
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,5 +17,6 @@ <classpathentry kind="lib" path="deps/lombok/org.eclipse.osgi_3.5.0.v20090520.jar"/> <classpathentry kind="lib" path="deps/lombok/org.eclipse.equinox.common_3.5.0.v20090520-1800.jar"/> <classpathentry kind="lib" path="deps/lombok/spi-0.2.3-pre.jar"/> + <classpathentry kind="lib" path="deps/tools.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |