summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-09-18 09:13:45 +0000
committermichelou <michelou@epfl.ch>2007-09-18 09:13:45 +0000
commitf6d48a08ca3397e0d02aad9d1682d25e75777020 (patch)
tree8a2e8f711f84b64661ad927a62a671eb585805fc /build.xml
parent95c231ae31b7f286a875b3c5a5becd2c93b79ab6 (diff)
downloadscala-f6d48a08ca3397e0d02aad9d1682d25e75777020.tar.gz
scala-f6d48a08ca3397e0d02aad9d1682d25e75777020.tar.bz2
scala-f6d48a08ca3397e0d02aad9d1682d25e75777020.zip
aded svn:keywords, file headers in XML classes
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 775c9d1079..dc5dfa946e 100644
--- a/build.xml
+++ b/build.xml
@@ -972,7 +972,7 @@ TEST
/>
<!-- Build partest -->
<mkdir dir="${strap.dir}/lib/partest"/>
- <starr
+ <quick
srcdir="${src.dir}/partest"
destdir="${strap.dir}/lib/partest"
addparams="${nsc.params}"
@@ -982,7 +982,7 @@ TEST
<pathelement location="${strap.dir}/lib/compiler"/>
<pathelement location="${strap.dir}/lib/actors"/>
</classpath>
- </starr>
+ </quick>
<!-- Timing the build -->
<stopwatch name="timer.strap" action="total"/>
<!-- Copy support files to build folder and links external libraries-->