summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2009-09-21 22:50:18 +0000
committerPaul Phillips <paulp@improving.org>2009-09-21 22:50:18 +0000
commit4b116e95dacf749238a72427c31aa8a25db6405b (patch)
tree7ed4790e927f5395bb361001567544fdea437769 /build.xml
parent0f10ffedc8d0cdf8410cc6fc143a08a9333c9832 (diff)
downloadscala-4b116e95dacf749238a72427c31aa8a25db6405b.tar.gz
scala-4b116e95dacf749238a72427c31aa8a25db6405b.tar.bz2
scala-4b116e95dacf749238a72427c31aa8a25db6405b.zip
Altered replacelocker target to replace locker.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index b20b1d836a..c7a6881707 100644
--- a/build.xml
+++ b/build.xml
@@ -106,7 +106,7 @@ END-USER TARGETS
<target name="replacelocker"
description="Replaces the Locker compiler and library by fresh ones built from current sources.">
<antcall target="palo.clean"/>
- <antcall target="palo.done"/>
+ <antcall target="unlocklocker"/>
</target>
<target name="freshlocker.optimise">
<property name="scalac.args.optimise" value="-optimise"/>