@@ -274,7 +274,7 @@ LOCAL REFERENCE BUILD (LOCKER)
274274 </javac >
275275<!-- NOTE: Potential problem with maximal command line length on Windows
276276 (32768 characters for XP, since executed with Java's "exec"). See
277- src/build/msil.xml for more details.-->
277+ src/build/msil.xmlin msil branch for more details.-->
278278 <scalacfork
279279destdir =" ${ build-locker.dir } /classes/library"
280280compilerpathref =" starr.classpath"
@@ -1559,24 +1559,6 @@ FORWARDED TARGETS FOR JVM 1.5 BUILD
15591559 </target>
15601560-->
15611561
1562- <!-- ===========================================================================
1563- FORWARDED TARGETS FOR MSIL BUILD
1564- ============================================================================-->
1565-
1566- <target name =" msil" depends =" pack.done" >
1567- <ant antfile =" ${ src.dir } /build/msil.xml" target =" msil-pack.done" inheritall =" yes" inheritrefs =" yes" />
1568- </target >
1569-
1570- <target name =" msiltest" />
1571-
1572- <target name =" msildist" depends =" pack.done" >
1573- <ant antfile =" ${ src.dir } /build/msil.xml" target =" msil-all.done" inheritall =" yes" inheritrefs =" yes" />
1574- </target >
1575-
1576- <target name =" msilclean" >
1577- <ant antfile =" ${ src.dir } /build/msil.xml" target =" msil-all.clean" inheritall =" yes" inheritrefs =" yes" />
1578- </target >
1579-
15801562<!-- ===========================================================================
15811563FORWARDED TARGETS FOR PACKAGING
15821564============================================================================-->
@@ -1585,14 +1567,9 @@ FORWARDED TARGETS FOR PACKAGING
15851567 <ant antfile =" ${ src.dir } /build/pack.xml" target =" pack-all.done" inheritall =" yes" inheritrefs =" yes" />
15861568 </target >
15871569
1588- <target name =" msildistpack" depends =" pack.done" >
1589- <ant antfile =" ${ src.dir } /build/msil.xml" target =" msil-dist.done" inheritall =" yes" inheritrefs =" yes" />
1590- <ant antfile =" ${ src.dir } /build/pack.xml" target =" msilpack-all.done" inheritall =" yes" inheritrefs =" yes" />
1591- </target >
1592-
15931570<!-- Used by the scala-installer script-->
1594- <target name =" alldistpack" depends =" distpack, msildistpack " />
1595- <target name =" allallclean" depends =" all.clean, msilclean " />
1571+ <target name =" alldistpack" depends =" distpack" />
1572+ <target name =" allallclean" depends =" all.clean" />
15961573
15971574<!-- ===========================================================================
15981575FORWARDED TARGETS FOR NIGHTLY BUILDS
@@ -1610,11 +1587,6 @@ FORWARDED TARGETS FOR NIGHTLY BUILDS
16101587 <ant antfile =" ${ src.dir } /build/pack.xml" target =" pack-all.done" inheritall =" yes" inheritrefs =" yes" />
16111588 </target >
16121589
1613- <target name =" msilnightly" depends =" pack.done" >
1614- <ant antfile =" ${ src.dir } /build/msil.xml" target =" msil-all.done" inheritall =" yes" inheritrefs =" yes" />
1615- <ant antfile =" ${ src.dir } /build/pack.xml" target =" msilpack-all.done" inheritall =" yes" inheritrefs =" yes" />
1616- </target >
1617-
16181590<!-- ===========================================================================
16191591POSITIONS
16201592============================================================================-->