aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2010-07-21 23:52:28 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2010-07-21 23:52:28 +0200
commit59e585a0c68959eb72be34524bdad19df5dc8a4d (patch)
tree72860f9fce0a62bb1d0e8dbe3a021f4bd8f20ab4 /build.xml
parent1a9f8f168aa17f77c6e27d0a740b5f7614fb5c90 (diff)
downloadlombok-59e585a0c68959eb72be34524bdad19df5dc8a4d.tar.gz
lombok-59e585a0c68959eb72be34524bdad19df5dc8a4d.tar.bz2
lombok-59e585a0c68959eb72be34524bdad19df5dc8a4d.zip
refactored the tests to prepare running ecj as well as delombok.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index e7b14761..1c0562b9 100644
--- a/build.xml
+++ b/build.xml
@@ -168,7 +168,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
<srcdir dir="src/installer" />
<srcdir dir="src/delombok" />
<srcdir dir="experimental/src" />
- <srcdir dir="test/delombok/src" />
+ <srcdir dir="test/transform/src" />
<srcdir dir="test/core/src" />
<conf name="build" sources="contrib" />
<conf name="test" sources="contrib" />
@@ -206,11 +206,11 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
<classpath refid="test.path" />
<classpath path="build/lombok" />
<src path="test/core/src" />
- <src path="test/delombok/src" />
+ <src path="test/transform/src" />
</ivy:compile>
<copy todir="build/tests">
<fileset dir="test/pretty/resource" />
- <fileset dir="test/delombok/resource" />
+ <fileset dir="test/transform/resource" />
</copy>
</target>
@@ -224,7 +224,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr
<fileset dir="test/core/src">
<include name="**/Test*.java" />
</fileset>
- <fileset dir="test/delombok/src">
+ <fileset dir="test/transform/src">
<include name="**/Test*.java" />
</fileset>
</batchtest>