alpha-quadrant/dev-util/eclipse-sdk/files/01-distribute_ant_target-3.0.patch
2006-04-05 10:25:29 +00:00

20 lines
726 B
Diff

--- eclipse-sdk-3.0.0_pre8.orig/build.xml 2004-05-17 20:10:10.021687520 +0200
+++ eclipse-sdk-3.0.0_pre8/build.xml 2004-05-17 20:11:25.842161056 +0200
@@ -24,7 +24,15 @@
Compiles jars for all sdk plugins, and generates javadoc.
Deletes previously compiled jars first.
-->
- <target name="compile" depends="init,clean">
+
+ <!-- target for making a set of distribution zipfiles -->
+ <target name="distribute" depends="init">
+ <antcall target="allElements">
+ <param name="target" value="zip.distribution"/>
+ </antcall>
+ </target>
+
+ <target name="compile" depends="init">
<record name="compilelog.txt" action="start" />
<antcall target="allElements">
<param name="target" value="build.jars" />