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 | |
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.
-rw-r--r-- | .classpath | 2 | ||||
-rw-r--r-- | .factorypath | 2 | ||||
-rw-r--r-- | deps/lombok/spi-0.2.3-pre.jar | bin | 23926 -> 0 bytes | |||
-rw-r--r-- | deps/lombok/spi-0.2.4.jar | bin | 0 -> 23904 bytes |
4 files changed, 2 insertions, 2 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> diff --git a/.factorypath b/.factorypath index 5b249260..d4e5b82c 100644 --- a/.factorypath +++ b/.factorypath @@ -1,3 +1,3 @@ <factorypath> - <factorypathentry kind="WKSPJAR" id="/lombok/deps/lombok/spi-0.2.3-pre.jar" enabled="true" runInBatchMode="false"/> + <factorypathentry kind="WKSPJAR" id="/lombok/deps/lombok/spi-0.2.4.jar" enabled="true" runInBatchMode="false"/> </factorypath> diff --git a/deps/lombok/spi-0.2.3-pre.jar b/deps/lombok/spi-0.2.3-pre.jar Binary files differdeleted file mode 100644 index ecd70464..00000000 --- a/deps/lombok/spi-0.2.3-pre.jar +++ /dev/null diff --git a/deps/lombok/spi-0.2.4.jar b/deps/lombok/spi-0.2.4.jar Binary files differnew file mode 100644 index 00000000..39999092 --- /dev/null +++ b/deps/lombok/spi-0.2.4.jar |