Skip to content

Commit

Permalink
removing msil from trunk.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrytz committed Oct 8, 2009
1 parent 25d9040 commit 91f82d5
Show file tree
Hide file tree
Showing 211 changed files with 3 additions and 5,754 deletions.
34 changes: 3 additions & 31 deletions build.xml
Expand Up @@ -274,7 +274,7 @@ LOCAL REFERENCE BUILD (LOCKER)
</javac>
<!-- NOTE: Potential problem with maximal command line length on Windows
(32768 characters for XP, since executed with Java's "exec"). See
src/build/msil.xml for more details. -->
src/build/msil.xml in msil branch for more details. -->
<scalacfork
destdir="${build-locker.dir}/classes/library"
compilerpathref="starr.classpath"
Expand Down Expand Up @@ -1559,24 +1559,6 @@ FORWARDED TARGETS FOR JVM 1.5 BUILD
</target>
-->

<!-- ===========================================================================
FORWARDED TARGETS FOR MSIL BUILD
============================================================================ -->

<target name="msil" depends="pack.done">
<ant antfile="${src.dir}/build/msil.xml" target="msil-pack.done" inheritall="yes" inheritrefs="yes"/>
</target>

<target name="msiltest"/>

<target name="msildist" depends="pack.done">
<ant antfile="${src.dir}/build/msil.xml" target="msil-all.done" inheritall="yes" inheritrefs="yes"/>
</target>

<target name="msilclean">
<ant antfile="${src.dir}/build/msil.xml" target="msil-all.clean" inheritall="yes" inheritrefs="yes"/>
</target>

<!-- ===========================================================================
FORWARDED TARGETS FOR PACKAGING
============================================================================ -->
Expand All @@ -1585,14 +1567,9 @@ FORWARDED TARGETS FOR PACKAGING
<ant antfile="${src.dir}/build/pack.xml" target="pack-all.done" inheritall="yes" inheritrefs="yes"/>
</target>

<target name="msildistpack" depends="pack.done">
<ant antfile="${src.dir}/build/msil.xml" target="msil-dist.done" inheritall="yes" inheritrefs="yes"/>
<ant antfile="${src.dir}/build/pack.xml" target="msilpack-all.done" inheritall="yes" inheritrefs="yes"/>
</target>

<!-- Used by the scala-installer script -->
<target name="alldistpack" depends="distpack, msildistpack"/>
<target name="allallclean" depends="all.clean, msilclean"/>
<target name="alldistpack" depends="distpack"/>
<target name="allallclean" depends="all.clean"/>

<!-- ===========================================================================
FORWARDED TARGETS FOR NIGHTLY BUILDS
Expand All @@ -1610,11 +1587,6 @@ FORWARDED TARGETS FOR NIGHTLY BUILDS
<ant antfile="${src.dir}/build/pack.xml" target="pack-all.done" inheritall="yes" inheritrefs="yes"/>
</target>

<target name="msilnightly" depends="pack.done">
<ant antfile="${src.dir}/build/msil.xml" target="msil-all.done" inheritall="yes" inheritrefs="yes"/>
<ant antfile="${src.dir}/build/pack.xml" target="msilpack-all.done" inheritall="yes" inheritrefs="yes"/>
</target>

<!-- ===========================================================================
POSITIONS
============================================================================ -->
Expand Down
Binary file removed lib/scalaruntime.dll
Binary file not shown.
4 changes: 0 additions & 4 deletions src/build/msil.properties.SAMPLE

This file was deleted.

316 changes: 0 additions & 316 deletions src/build/msil.xml

This file was deleted.

0 comments on commit 91f82d5

Please sign in to comment.