summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2009-04-27 14:15:20 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2009-04-27 14:15:20 +0000
commitcbb366f129047a72ed1d215131284d13c54afc34 (patch)
treedc89b04372bad6386c68fd867ef68bb6cc0559f4 /build.xml
parent2806d8331743436fca7c5a46126feb5d75f4fa48 (diff)
downloadscala-cbb366f129047a72ed1d215131284d13c54afc34.tar.gz
scala-cbb366f129047a72ed1d215131284d13c54afc34.tar.bz2
scala-cbb366f129047a72ed1d215131284d13c54afc34.zip
Calling "ant newlocker" will actually updated a...
Calling "ant newlocker" will actually updated a previously built LOCKER.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 18eb801b9c..c85fa72a7e 100644
--- a/build.xml
+++ b/build.xml
@@ -317,6 +317,7 @@ LOCAL REFERENCE BUILD (LOCKER)
</target>
<target name="locker.unlock" depends="quick.clean">
+ <delete file="${build-locker.dir}/all.complete"/>
<delete file="${build-locker.dir}/library.complete"/>
<delete file="${build-locker.dir}/compiler.complete"/>
</target>