summaryrefslogtreecommitdiff
path: root/sabbus.xml
diff options
context:
space:
mode:
authorjeberle <jeberle@epfl.ch>2008-05-06 09:57:54 +0000
committerjeberle <jeberle@epfl.ch>2008-05-06 09:57:54 +0000
commit733eeaa6ce099b500796158885aeb0ecc151fb4b (patch)
tree71ff30637dd56b6953e2b12a4b432218e88d46d7 /sabbus.xml
parent3e47505f7ff50117d0aee441ab2a04efd1070dac (diff)
downloadscala-733eeaa6ce099b500796158885aeb0ecc151fb4b.tar.gz
scala-733eeaa6ce099b500796158885aeb0ecc151fb4b.tar.bz2
scala-733eeaa6ce099b500796158885aeb0ecc151fb4b.zip
in fact superSabbus uses msil.xml, not build-ms...
in fact superSabbus uses msil.xml, not build-msil.xml
Diffstat (limited to 'sabbus.xml')
-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>
<!-- ===========================================================================