aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2014-03-04 23:23:16 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2014-03-04 23:23:16 +0100
commitcf40bc031ca9afae5888662a1a598b6ede5c69e2 (patch)
tree99b58d1a3cc3decf4807b374fcd6aadc5132b806 /build.xml
parent8eeafcc6444097bcf07bb0bb279511bfec9167af (diff)
downloadlombok-cf40bc031ca9afae5888662a1a598b6ede5c69e2.tar.gz
lombok-cf40bc031ca9afae5888662a1a598b6ede5c69e2.tar.bz2
lombok-cf40bc031ca9afae5888662a1a598b6ede5c69e2.zip
we copied the tests into the build dir for some reason, that was not neccessary.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index d640acc8..8eea33b9 100644
--- a/build.xml
+++ b/build.xml
@@ -393,11 +393,11 @@ ${sourceWarning}</echo>
<src path="test/bytecode/src" />
<src path="test/configuration/src" />
</ivy:compile>
- <copy todir="build/tests">
+<!-- <copy todir="build/tests">
<fileset dir="test/pretty/resource" />
<fileset dir="test/transform/resource" />
<fileset dir="test/configuration/resource" />
- </copy>
+ </copy>-->
</target>
<target name="test-ecj" depends="dist, contrib" unless="tests.skip">