aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildScripts/tests.ant.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml
index ae969ee3..4cd36b9e 100644
--- a/buildScripts/tests.ant.xml
+++ b/buildScripts/tests.ant.xml
@@ -26,7 +26,7 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn
<target name="test.formatter.compile" depends="deps">
<mkdir dir="build/ant" />
- <ivy:compile ecj="true" srcdir="src/support" includes="**/SimpleTestFormatter.java" destdir="build/ant" source="1.6" target="1.6">
+ <ivy:compile ecj="true" srcdir="src/ant" includes="**/SimpleTestFormatter.java" destdir="build/ant" source="1.6" target="1.6">
<classpath refid="cp.build" />
<classpath refid="cp.test" />
</ivy:compile>