summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2009-03-10 17:39:26 +0000
committermichelou <michelou@epfl.ch>2009-03-10 17:39:26 +0000
commitec04bfb454f19676c77325cb8a5e16e21cb1b1de (patch)
tree59e2a53aedb9f619e06d67e31d63c7b053066ddc /build.xml
parent807daab252714f28d0d7a0e172af682520a8cf16 (diff)
downloadscala-ec04bfb454f19676c77325cb8a5e16e21cb1b1de.tar.gz
scala-ec04bfb454f19676c77325cb8a5e16e21cb1b1de.tar.bz2
scala-ec04bfb454f19676c77325cb8a5e16e21cb1b1de.zip
added partest.properties to jar
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 9dd841fde8..b72239284c 100644
--- a/build.xml
+++ b/build.xml
@@ -131,9 +131,10 @@ PROPERTIES
<property name="build-docs.dir" value="${build.dir}/scaladoc"/>
<property name="dists.dir" value="${basedir}/dists"/>
-
+
<property name="copyright.string" value="Copyright 2002-2009, LAMP/EPFL"/>
-
+ <property name="partest.version.number" value="0.9.2"/>
+
<!-- These are NOT the flags used to run SuperSabbus, but the ones written
into the script runners created with scala.tools.ant.ScalaTool -->
<property name="java.flags" value="-Xmx256M -Xms32M"/>
@@ -508,6 +509,10 @@ QUICK BUILD (QUICK)
<pathelement location="${ant.jar}"/>
</compilationpath>
</scalacfork>
+ <propertyfile file="${build-quick.dir}/classes/partest/partest.properties">
+ <entry key="version.number" value="${partest.version.number}"/>
+ <entry key="copyright.string" value="${copyright.string}"/>
+ </propertyfile>
<copy todir="${build-quick.dir}/classes/partest">
<fileset dir="${src.dir}/partest">
<include name="**/*.xml"/>