summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-11-20 11:50:09 +0000
committermichelou <michelou@epfl.ch>2007-11-20 11:50:09 +0000
commit07235ebcd314cee9219c0873978c7577231a9c82 (patch)
tree4cb713466d1b2fb75be5879baf459324642a85fb /build.xml
parente117099d3ddcdfe87b5602887570087b9a443614 (diff)
downloadscala-07235ebcd314cee9219c0873978c7577231a9c82.tar.gz
scala-07235ebcd314cee9219c0873978c7577231a9c82.tar.bz2
scala-07235ebcd314cee9219c0873978c7577231a9c82.zip
fixed missing dependency in Ant script
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index ae6a6a7381..9862853558 100644
--- a/build.xml
+++ b/build.xml
@@ -1447,7 +1447,7 @@ GENERATES A DISTRIBUTION
</target>
<!-- Create the SBaz packages -->
- <target name="build.sbaz" depends="build.dist">
+ <target name="build.sbaz" depends="build.dist,cldclib">
<property name="sbaz.universe" value="http://www.scala-lang.org/downloads/packages"/>
<mkdir dir="${dist.dir}"/>
<!-- Create the Scala library package -->