summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2006-01-19 09:52:23 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2006-01-19 09:52:23 +0000
commit445d2630c22796d6fc122cae8881ed2da2751df8 (patch)
tree45c53582b22f14b06a2fb55f953ef6e5edbf4998 /build.xml
parenta6d825e5afd6afd9a3d0281f6f901b15a7c8e858 (diff)
downloadscala-445d2630c22796d6fc122cae8881ed2da2751df8.tar.gz
scala-445d2630c22796d6fc122cae8881ed2da2751df8.tar.bz2
scala-445d2630c22796d6fc122cae8881ed2da2751df8.zip
Changed the product name in SABBUS to 'scala2'.
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 3f4dcbe2df..bad60db108 100644
--- a/build.xml
+++ b/build.xml
@@ -63,7 +63,7 @@ PROPERTIES
<!-- Location of structure of the distribution properties -->
<property name="dist.dir" value="${basedir}/dists"/>
<property name="dist.latest.dir" value="${dist.dir}/latest"/>
- <property name="dist.name" value="scala-core"/>
+ <property name="dist.name" value="scala2"/>
<property name="lib.jar.name" value="${dist.name}-${lib.dir.name}.jar"/>
<property name="comp.jar.name" value="${dist.name}-${comp.dir.name}.jar"/>
<property name="scala.exec.name" value="${dist.name}2"/>