aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
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">