diff options
| author | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-18 20:16:01 +0200 |
|---|---|---|
| committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-18 20:16:01 +0200 |
| commit | 5b54922d53eb8be3a42cecf73105ec8515805fc8 (patch) | |
| tree | ab5d95d1b4b0fcb945e214341ab8e4f4c47e750b /.classpath | |
| parent | 4609d8f411241d43d273bb0d6c57c48508f91e16 (diff) | |
| download | lombok-5b54922d53eb8be3a42cecf73105ec8515805fc8.tar.gz lombok-5b54922d53eb8be3a42cecf73105ec8515805fc8.tar.bz2 lombok-5b54922d53eb8be3a42cecf73105ec8515805fc8.zip | |
Roel applied the patches I sent in for fixes to spi to the official spi jar, so the custom rolled version that used to be checked in (-pre) is no longer needed, we're now on the official spi-0.2.4.jar.
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,8 +9,8 @@ <classpathentry kind="lib" path="deps/lombok/org.eclipse.core.runtime_3.5.0.v20090525.jar"/> <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 combineaccessrules="false" kind="src" path="/lombok.patcher"/> <classpathentry kind="lib" path="deps/lombok/tools.jar"/> + <classpathentry kind="lib" path="deps/lombok/spi-0.2.4.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |
