summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sabbus.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sabbus.xml b/sabbus.xml
index b3de48557a..5075835ed1 100644
--- a/sabbus.xml
+++ b/sabbus.xml
@@ -993,11 +993,11 @@ FORWARDED TARGETS FOR MSIL BUILD
============================================================================ -->
<target name="msil" depends="pack.done">
- <ant antfile="${src.dir}/build/build-msil.xml" target="msil.build" inheritall="yes" inheritrefs="yes"/>
+ <ant antfile="${src.dir}/build/msil.xml" target="msil.build" inheritall="yes" inheritrefs="yes"/>
</target>
<target name="msilclean">
- <ant antfile="${src.dir}/build/build-msil.xml" target="msil.clean" inheritall="yes" inheritrefs="yes"/>
+ <ant antfile="${src.dir}/build/msil.xml" target="msil.clean" inheritall="yes" inheritrefs="yes"/>
</target>
<!-- ===========================================================================