summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2008-07-24 05:40:35 +0000
committermichelou <michelou@epfl.ch>2008-07-24 05:40:35 +0000
commit2e42f93bac81af7fcbb194c9f2722386c6aa3346 (patch)
treeab9f1008585e5dd38960eb6580de2dae98862ee6 /build.xml
parent34572d6e7aa24b93a0dba89e214ec2869b44d68c (diff)
downloadscala-2e42f93bac81af7fcbb194c9f2722386c6aa3346.tar.gz
scala-2e42f93bac81af7fcbb194c9f2722386c6aa3346.tar.bz2
scala-2e42f93bac81af7fcbb194c9f2722386c6aa3346.zip
corrected typo
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index eb1aecdef7..9229d9fe45 100644
--- a/build.xml
+++ b/build.xml
@@ -967,13 +967,12 @@ DISTRIBUTION
</target>
<target name="dist.latest.win" depends="dist.base" if="os.win">
- <copy todir="${dists.dir}">
+ <copy todir="${dists.dir}/latest">
<fileset dir="${dist.dir}"/>
</copy>
</target>
- <target name="dist.latest"
- depends="dist.latest.unix,dist.latest.win"/>
+ <target name="dist.latest" depends="dist.latest.unix,dist.latest.win"/>
<target name="dist.doc" depends="dist.latest">
<mkdir dir="${dist.dir}/doc/scala"/>