aboutsummaryrefslogtreecommitdiff
path: root/buildScripts
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2021-03-19 03:17:18 +0100
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2021-03-19 03:17:39 +0100
commit88f8cdb3a2d147f90c5a64e5cac27ec006dbf614 (patch)
tree70d32e8a5c28bff0185eba80e7ffdd39697842ba /buildScripts
parent937a4dfca209d30e567a4c4fcbc9fe868221680a (diff)
downloadlombok-88f8cdb3a2d147f90c5a64e5cac27ec006dbf614.tar.gz
lombok-88f8cdb3a2d147f90c5a64e5cac27ec006dbf614.tar.bz2
lombok-88f8cdb3a2d147f90c5a64e5cac27ec006dbf614.zip
[build] remove some errors in eclipse.
The ant task we use for streaming test reporting in the ant script needs deps we don't wanna include in eclipse, so I moved it to a src dir that we don't include in eclipse by default.
Diffstat (limited to 'buildScripts')
-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>