summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-04-13 12:07:34 +0000
committermichelou <michelou@epfl.ch>2007-04-13 12:07:34 +0000
commit62cb8572fa5775def3cafee568cfe39b16fc4f94 (patch)
treeb99d4b2e9f14e059aa0ce1867bacbe6219794a26 /build.xml
parenta4bc6dfce1ca6147c1df6e826c106dedf9659fdc (diff)
downloadscala-62cb8572fa5775def3cafee568cfe39b16fc4f94.tar.gz
scala-62cb8572fa5775def3cafee568cfe39b16fc4f94.tar.bz2
scala-62cb8572fa5775def3cafee568cfe39b16fc4f94.zip
updated check files
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 227109c48a..7535907ba3 100644
--- a/build.xml
+++ b/build.xml
@@ -1213,7 +1213,7 @@ CLEAN
<remove dir="${build.dir}"/>
</target>
- <target name="clean.msil" depends="ant-init" description="Removes all MSIL build products">
+ <target name="clean.msil" depends="ant-init" description="Removes all MSIL build products">
<remove dir="${msil.dir}"/>
</target>