summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-03-27 09:10:34 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-03-27 09:10:34 -0700
commitdc5326cb75aaecf712aa4a4302108fae21677383 (patch)
treeeea04255a5492ac38b5e47bd0ae469a3ea93f8c0 /build.xml
parentc2da1c5059443006e8895118d254c83a31d70fed (diff)
downloadscala-dc5326cb75aaecf712aa4a4302108fae21677383.tar.gz
scala-dc5326cb75aaecf712aa4a4302108fae21677383.tar.bz2
scala-dc5326cb75aaecf712aa4a4302108fae21677383.zip
ant clean only zaps the quick stage
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 2ca6b6300b..c449c97c2f 100644
--- a/build.xml
+++ b/build.xml
@@ -57,8 +57,8 @@ targets exercised:
<target name="nightly.checkall">
<antcall target="nightly-nopt"> <param name="partest.scalac_opts" value="-Ycheck:all"/></antcall></target>
- <target name="clean" depends="locker.clean" description="Removes binaries of compiler and library. Distributions are untouched."/>
- <target name="docsclean" depends="docs.clean" description="Removes generated documentation. Distributions are untouched."/>
+ <target name="clean" depends="quick.clean" description="Removes binaries of compiler and library. Locker and distributions are untouched."/>
+ <target name="docsclean" depends="docs.clean" description="Removes generated documentation. Distributions are untouched."/>
<target name="distclean" depends="dist.clean" description="Removes all distributions. Binaries and documentation are untouched."/>
<macrodef name="optimized" >