summaryrefslogtreecommitdiff
path: root/sabbus.xml
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2008-04-14 10:18:35 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2008-04-14 10:18:35 +0000
commitc0090ac04b035db94a4febd9bfbc7e9e28efa29a (patch)
tree7a00b04fc871306aff62a8a90bafac7b245bea65 /sabbus.xml
parentdf1c1931cf2b1e0191e444d72a548355c8bf1451 (diff)
downloadscala-c0090ac04b035db94a4febd9bfbc7e9e28efa29a.tar.gz
scala-c0090ac04b035db94a4febd9bfbc7e9e28efa29a.tar.bz2
scala-c0090ac04b035db94a4febd9bfbc7e9e28efa29a.zip
Tiny fixes to SuperSabbus.
Diffstat (limited to 'sabbus.xml')
-rw-r--r--sabbus.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/sabbus.xml b/sabbus.xml
index c42ba65e71..2847271761 100644
--- a/sabbus.xml
+++ b/sabbus.xml
@@ -78,7 +78,6 @@ PROPERTIES
<property name="msil.jar" value="${lib.dir}/msil.jar"/>
<property name="jline.jar" value="${lib.dir}/jline.jar"/>
<property name="ant.jar" value="${ant.home}/lib/ant.jar"/>
- <property name="ant-contrib.jar" value="${lib.dir}/ant-contrib.jar"/>
<!-- Sets location of build folders -->
<property name="build.dir" value="${basedir}/build"/>
@@ -100,8 +99,7 @@ INITIALISATION
<target name="init">
<!-- Setting-up Ant contrib tasks -->
- <taskdef resource="net/sf/antcontrib/antlib.xml"
- classpath="${ant-contrib.jar}"/>
+ <taskdef resource="net/sf/antcontrib/antlib.xml" classpath="${lib.dir}/ant-contrib.jars"/>
<!-- This is the start time for the distribution -->
<tstamp prefix="time">
<format property="human" pattern="d MMMM yyyy, HH:mm:ss"/>
@@ -944,7 +942,7 @@ FORWARDED TARGETS FOR JVM 1.4 BUILD
<ant antfile="${src.dir}/build/four.xml" target="four-test.done" inheritall="yes" inheritrefs="yes"/>
</target>
- <target name="fourdist" depends="pack.done">
+ <target name="fourdist" depends="all.done">
<ant antfile="${src.dir}/build/four.xml" target="four-all.done" inheritall="yes" inheritrefs="yes"/>
</target>