summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2011-09-13 18:50:08 +0000
committermichelou <michelou@epfl.ch>2011-09-13 18:50:08 +0000
commitac7152b8bb4ec81a44bd1964a282c20c55d16729 (patch)
treeca67ee4513656dcc7146c0c37110c77f969d2233 /build.xml
parentacc4c04b0c29436d2328d0e31a26bf2be4b96117 (diff)
downloadscala-ac7152b8bb4ec81a44bd1964a282c20c55d16729.tar.gz
scala-ac7152b8bb4ec81a44bd1964a282c20c55d16729.tar.bz2
scala-ac7152b8bb4ec81a44bd1964a282c20c55d16729.zip
updated scaladoc comments, did some cleanup
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index cac240a68a..9447528a24 100644
--- a/build.xml
+++ b/build.xml
@@ -1615,7 +1615,8 @@ DISTRIBUTION
============================================================================ -->
<target name="dist.start" depends="docs.done, pack.done">
- <property name="dist.dir" value="${dists.dir}/scala-${version.number}"/>
+ <property name="dist.name" value="scala-${version.number}"/>
+ <property name="dist.dir" value="${dists.dir}/${dist.name}"/>
</target>
<target name="dist.base" depends="dist.start">