summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2008-05-09 09:04:25 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2008-05-09 09:04:25 +0000
commit774b845a3a2a86b2b9e2df74cc15e103e96c9e92 (patch)
tree56a40f9842ce14f655d9cfefd42a069601e498ff /build.xml
parent76068fd352c878614a4bf4edc13d83278487c854 (diff)
downloadscala-774b845a3a2a86b2b9e2df74cc15e103e96c9e92.tar.gz
scala-774b845a3a2a86b2b9e2df74cc15e103e96c9e92.tar.bz2
scala-774b845a3a2a86b2b9e2df74cc15e103e96c9e92.zip
just fixes the check-in build. cleaning up later.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index d3389aa526..e0af778b21 100644
--- a/build.xml
+++ b/build.xml
@@ -946,7 +946,7 @@ DEPENDENCIES DISTRIBUTIONS
TEST AND DISTRIBUTION BUNDLE (ALL)
============================================================================ -->
- <target name="all.done" depends="dist-deps.done, test.done"/>
+ <target name="all.done" depends="dist.done, test.done"/>
<target name="all.clean" depends="locker.clean, docs.clean, dist.clean"/>
@@ -1020,7 +1020,7 @@ FORWARDED TARGETS FOR MSIL BUILD
FORWARDED TARGETS FOR PACKAGING
============================================================================ -->
- <target name="distpack" depends="dist-deps.done">
+ <target name="distpack" depends="dist.done">
<ant antfile="${src.dir}/build/pack.xml" target="pack-all.done" inheritall="yes" inheritrefs="yes"/>
</target>