diff options
| author | Reinier Zwitserloot <reinier@tipit.to> | 2009-11-27 09:49:04 +0100 |
|---|---|---|
| committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-11-27 09:49:04 +0100 |
| commit | 1a3bd818bd956c297fffd0ebd9d11290272f3294 (patch) | |
| tree | eaa4bcd193a6a99e779671cec438a211174bc3c2 /.classpath | |
| parent | 9ac004b385f5fdc1a113a7b6fc38098c86e8ac8a (diff) | |
| download | lombok-1a3bd818bd956c297fffd0ebd9d11290272f3294.tar.gz lombok-1a3bd818bd956c297fffd0ebd9d11290272f3294.tar.bz2 lombok-1a3bd818bd956c297fffd0ebd9d11290272f3294.zip | |
Added cmdreader dependency, as delombok uses it to have a nice command line.
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,5 +17,6 @@ <classpathentry combineaccessrules="false" kind="src" path="/lombok.patcher"/> <classpathentry kind="lib" path="deps/lombok/tools.jar" sourcepath="C:/javasource/javasources.zip"/> <classpathentry kind="lib" path="deps/lombok/spi-0.2.4.jar"/> + <classpathentry combineaccessrules="false" kind="src" path="/com.zwitserloot.cmdreader"/> <classpathentry kind="output" path="bin"/> </classpath> |
