summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-03-20 10:13:38 +0000
committermichelou <michelou@epfl.ch>2007-03-20 10:13:38 +0000
commit33098727a1aa09b902dba4619e33ad610aa31a3e (patch)
tree231928a28ec457f66b8591cc76f6b2ff6d7ffdf5 /build.xml
parentbce0953662c4835ecacac695080d83e08d766d0b (diff)
downloadscala-33098727a1aa09b902dba4619e33ad610aa31a3e.tar.gz
scala-33098727a1aa09b902dba4619e33ad610aa31a3e.tar.bz2
scala-33098727a1aa09b902dba4619e33ad610aa31a3e.zip
added ${version.suffix}
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 8957a43a57..33c0cc5088 100644
--- a/build.xml
+++ b/build.xml
@@ -248,6 +248,7 @@ BUILD SUPPORT MACROS
<include name="**/*.xml"/>
<include name="**/*.js"/>
<include name="**/*.css"/>
+ <include name="**/*.png"/>
</fileset>
</copy>
<copy todir="@{build.dir}/lib/compiler">
@@ -256,6 +257,7 @@ BUILD SUPPORT MACROS
<include name="**/*.xml"/>
<include name="**/*.js"/>
<include name="**/*.css"/>
+ <include name="**/*.png"/>
</fileset>
</copy>
</sequential>
@@ -890,7 +892,7 @@ GENERATES A DISTRIBUTION
</propertyfile>
<property file="${number.file}"/>
<property name="version.number"
- value="${version.major}.${version.minor}.${version.patch}"/>
+ value="${version.major}.${version.minor}.${version.patch}${version.suffix}"/>
<runtarget target="pack"/>
</target>
@@ -901,7 +903,7 @@ GENERATES A DISTRIBUTION
</propertyfile>
<property file="${number.file}"/>
<property name="version.number"
- value="${version.major}.${version.minor}.${version.patch}"/>
+ value="${version.major}.${version.minor}.${version.patch}${version.suffix}"/>
<runtarget target="pack"/>
</target>