summaryrefslogtreecommitdiff
path: root/sabbus.xml
diff options
context:
space:
mode:
authorjeberle <jeberle@epfl.ch>2008-05-06 08:25:22 +0000
committerjeberle <jeberle@epfl.ch>2008-05-06 08:25:22 +0000
commita1c8394f06bad79700265df3ad72e6429e30e1ae (patch)
tree9e00686a80e10f8da89cd3414e6c9e1a3f804872 /sabbus.xml
parent37b0a629b6490061d57005d909ccd23c6f3c99ea (diff)
downloadscala-a1c8394f06bad79700265df3ad72e6429e30e1ae.tar.gz
scala-a1c8394f06bad79700265df3ad72e6429e30e1ae.tar.bz2
scala-a1c8394f06bad79700265df3ad72e6429e30e1ae.zip
added msil target to superSabbus (don't forget ...
added msil target to superSabbus (don't forget to set the .properties file)
Diffstat (limited to 'sabbus.xml')
-rw-r--r--sabbus.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/sabbus.xml b/sabbus.xml
index b8d37d0c40..b3de48557a 100644
--- a/sabbus.xml
+++ b/sabbus.xml
@@ -987,6 +987,18 @@ FORWARDED TARGETS FOR JVM 1.4 BUILD
<target name="fourclean">
<ant antfile="${src.dir}/build/four.xml" target="four-all.clean" inheritall="yes" inheritrefs="yes"/>
</target>
+
+<!-- ===========================================================================
+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"/>
+ </target>
+
+ <target name="msilclean">
+ <ant antfile="${src.dir}/build/build-msil.xml" target="msil.clean" inheritall="yes" inheritrefs="yes"/>
+ </target>
<!-- ===========================================================================
FORWARDED TARGETS FOR PACKAGING