aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2015-01-30 03:45:27 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2015-01-30 03:46:42 +0100
commit8ed49ce0b5c0dbddb66a5519086a033889e6e2e2 (patch)
tree2f1914d429348658650cb65de6925667af03ee96 /build.xml
parentb6e54e73e11804c2d242a7772ad12c160349896a (diff)
downloadlombok-8ed49ce0b5c0dbddb66a5519086a033889e6e2e2.tar.gz
lombok-8ed49ce0b5c0dbddb66a5519086a033889e6e2e2.tar.bz2
lombok-8ed49ce0b5c0dbddb66a5519086a033889e6e2e2.zip
[i775] We broke the ant task with shadowloader; fixed again.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 271cf9d4..3d51c412 100644
--- a/build.xml
+++ b/build.xml
@@ -215,6 +215,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
<include name="lombok/experimental/**" />
<include name="lombok/extern/**" />
<include name="lombok/launch/**" />
+ <include name="lombok/delombok/ant/Tasks*" />
</fileset>
<mappedresources>
<fileset dir="build/lombok">
@@ -223,6 +224,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
<exclude name="lombok/experimental/**" />
<exclude name="lombok/extern/**" />
<exclude name="lombok/launch/**" />
+ <exclude name="lombok/delombok/ant/Tasks*" />
</fileset>
<firstmatchmapper>
<globmapper from="*.class" to="*.SCL.lombok" />