summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2009-09-25 06:29:43 +0000
committerPhilipp Haller <hallerp@gmail.com>2009-09-25 06:29:43 +0000
commit026b824ecc441261db79eec45eb0a3d0ebd50e80 (patch)
tree06ee4be744f873e761f3acd6cf72554199d6c87f /build.xml
parentd17b40768ccb498e36464dd800ed5b602a7de372 (diff)
downloadscala-026b824ecc441261db79eec45eb0a3d0ebd50e80.tar.gz
scala-026b824ecc441261db79eec45eb0a3d0ebd50e80.tar.bz2
scala-026b824ecc441261db79eec45eb0a3d0ebd50e80.zip
Initial build files for 1.5 build.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index a71f5282f5..3f4f1e8896 100644
--- a/build.xml
+++ b/build.xml
@@ -1520,6 +1520,36 @@ 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 MSIL BUILD
============================================================================ -->