20 lines
726 B
Diff
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" />
|