summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
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
============================================================================ -->