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