diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-11-28 23:38:39 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-11-29 04:06:23 +0100 |
commit | 2cb1ef66fbb702153199a8b3270087c15162cb80 (patch) | |
tree | b57d92428a0fd1993b7d393a29d08bdf7c9cd861 /build.xml | |
parent | a9c1d3dd9569bc12d5f0d3096d9d1f0f3f0c2106 (diff) | |
download | lombok-2cb1ef66fbb702153199a8b3270087c15162cb80.tar.gz lombok-2cb1ef66fbb702153199a8b3270087c15162cb80.tar.bz2 lombok-2cb1ef66fbb702153199a8b3270087c15162cb80.zip |
bugfix: Delombok command wasn’t registered, so ‘java -jar lombok.jar delombok’ did not work.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -245,6 +245,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr <src path="src/core" /> <src path="src/installer" /> <src path="src/eclipseAgent" /> + <src path="src/delombok" /> <classpath location="build/lombok" /> <classpath refid="build.path" /> </ivy:compile> |