summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2008-02-29 16:33:25 +0000
committermichelou <michelou@epfl.ch>2008-02-29 16:33:25 +0000
commitac08734864e41a50f07fad84f1b0ea536fc1bd42 (patch)
treed14e75446e91017aafbf271681cf9167689d7da7 /build.xml
parente902d4a0486a66dd0dabd727c4fcc31da2468a9c (diff)
downloadscala-ac08734864e41a50f07fad84f1b0ea536fc1bd42.tar.gz
scala-ac08734864e41a50f07fad84f1b0ea536fc1bd42.tar.bz2
scala-ac08734864e41a50f07fad84f1b0ea536fc1bd42.zip
fixed missing Ant dependency
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 3f4859ee19..d5407e2e7e 100644
--- a/build.xml
+++ b/build.xml
@@ -1420,6 +1420,7 @@ TEST
<pathelement location="${strap.dir}/lib/library"/>
<pathelement location="${strap.dir}/lib/compiler"/>
<pathelement location="${strap.dir}/lib/actors"/>
+ <pathelement location="${ant.jar}"/>
</classpath>
</quick>
<echo