summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2009-10-09 07:35:10 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2009-10-09 07:35:10 +0000
commit054c404c03847d205dc67668ac34b1d722e1f414 (patch)
treef016ef060f4f94a2258ab31040d8163e1c71216f /build.xml
parent5f1bf635db96040ec26be146303a013a2b4634b7 (diff)
downloadscala-054c404c03847d205dc67668ac34b1d722e1f414.tar.gz
scala-054c404c03847d205dc67668ac34b1d722e1f414.tar.bz2
scala-054c404c03847d205dc67668ac34b1d722e1f414.zip
removing jvm5 stuff from trunk, now in branches...
removing jvm5 stuff from trunk, now in branches/jvm5
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/build.xml b/build.xml
index 342d8b7e4c..b1fbcefb15 100644
--- a/build.xml
+++ b/build.xml
@@ -1530,36 +1530,6 @@ STABLE REFERENCE (STARR)
<target name="starr.done" depends="starr.libs"/>
<!-- ===========================================================================
-FORWARDED TARGETS FOR JVM 1.5 BUILD
-============================================================================ -->
-
- <target name="five" depends="pack.done">
- <ant antfile="${src.dir}/build/five.xml" target="five.done" inheritall="yes" inheritrefs="yes"/>
- </target>
-
- <target name="fivepack" depends="pack.done">
- <ant antfile="${src.dir}/build/five.xml" target="five-pack.done" inheritall="yes" inheritrefs="yes"/>
- </target>
-
- <target name="fiveclean" depends="pack.done">
- <ant antfile="${src.dir}/build/five.xml" target="five.clean" inheritall="yes" inheritrefs="yes"/>
- </target>
-
- <target name="fivetest" depends="pack.done">
- <ant antfile="${src.dir}/build/five.xml" target="five-test.done" inheritall="yes" inheritrefs="yes"/>
- </target>
-
- <target name="fivedist" depends="pack.done">
- <ant antfile="${src.dir}/build/five.xml" target="five-all.done" inheritall="yes" inheritrefs="yes"/>
- </target>
-
-<!--
- <target name="fourclean">
- <ant antfile="${src.dir}/build/four.xml" target="four-all.clean" inheritall="yes" inheritrefs="yes"/>
- </target>
--->
-
-<!-- ===========================================================================
FORWARDED TARGETS FOR PACKAGING
============================================================================ -->