aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2017-11-28 23:38:39 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2017-11-29 04:06:23 +0100
commit2cb1ef66fbb702153199a8b3270087c15162cb80 (patch)
treeb57d92428a0fd1993b7d393a29d08bdf7c9cd861 /build.xml
parenta9c1d3dd9569bc12d5f0d3096d9d1f0f3f0c2106 (diff)
downloadlombok-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.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index d2d8758e..5cd179cb 100644
--- a/build.xml
+++ b/build.xml
@@ -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>