summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-11-13 17:49:56 +0000
committermichelou <michelou@epfl.ch>2007-11-13 17:49:56 +0000
commit96f925078fdcf764e84f4691e6589004f09ca709 (patch)
tree007d4a188f8ccb80d58a6f81642d9b8f1fc730cd /build.xml
parentbdc8a6a607b599a7292e55a45634f2177c77ee76 (diff)
downloadscala-96f925078fdcf764e84f4691e6589004f09ca709.tar.gz
scala-96f925078fdcf764e84f4691e6589004f09ca709.tar.bz2
scala-96f925078fdcf764e84f4691e6589004f09ca709.zip
fixed partest, removed mergeLines (useless)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 63afa92c6d..a4937e48a8 100644
--- a/build.xml
+++ b/build.xml
@@ -73,6 +73,7 @@ PROPERTIES
<property name="fsc.exec.name" value="fsc"/>
<property name="comp.prop.name" value="compiler.properties"/>
<property name="lib.prop.name" value="library.properties"/>
+ <property name="par.prop.name" value="partest.properties"/>
<!-- if available, faster stability checking -->
<property name="stability.tool" value="/home/linuxsoft/apps/stability/stability"/>
<!-- ===========================================================================
@@ -584,6 +585,16 @@ BUILD QUICK-TEST LAYER
<pathelement location="${quick.dir}/lib/actors"/>
</classpath>
</starr>
+ <echo
+ file="${quick.dir}/lib/partest/${par.prop.name}"
+ message="version.number=${version.number}${line.separator}"
+ append="false"
+ />
+ <echo
+ file="${quick.dir}/lib/partest/${par.prop.name}"
+ message="copyright.string=${copyright.string}${line.separator}"
+ append="true"
+ />
<!-- Timing the build -->
<stopwatch name="timer.quick" action="total"/>
<!-- Copy support files to build folder and links external libraries-->
@@ -984,6 +995,16 @@ TEST
<pathelement location="${strap.dir}/lib/actors"/>
</classpath>
</quick>
+ <echo
+ file="${strap.dir}/lib/partest/${par.prop.name}"
+ message="version.number=${version.number}${line.separator}"
+ append="false"
+ />
+ <echo
+ file="${strap.dir}/lib/partest/${par.prop.name}"
+ message="copyright.string=${copyright.string}${line.separator}"
+ append="true"
+ />
<!-- Timing the build -->
<stopwatch name="timer.strap" action="total"/>
<!-- Copy support files to build folder and links external libraries-->