summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
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-->