46 lines
1.7 KiB
Diff
46 lines
1.7 KiB
Diff
|
---
|
||
|
xml-commons-1_0_b2/build.xml | 8 +++++---
|
||
|
xml-commons-external-1_3_04/build.xml | 6 ++++--
|
||
|
xml-commons-resolver-1_1_b1/build.xml | 2 --
|
||
|
3 files changed, 9 insertions(+), 7 deletions(-)
|
||
|
|
||
|
Index: xml-commons-1.3.04/xml-commons-1_0_b2/build.xml
|
||
|
===================================================================
|
||
|
--- xml-commons-1.3.04.orig/xml-commons-1_0_b2/build.xml
|
||
|
+++ xml-commons-1.3.04/xml-commons-1_0_b2/build.xml
|
||
|
@@ -44,16 +44,18 @@ just creates a distribution out of all o
|
||
|
|
||
|
<target name="external"
|
||
|
description="Calls just java/external/build.xml only.">
|
||
|
- <ant dir="java/external" antfile="build.xml" target="all" >
|
||
|
+ <ant dir="java/external" antfile="build.xml" target="jar" >
|
||
|
+ </ant>
|
||
|
+ <ant dir="java/external" antfile="build.xml" target="exportsrc" >
|
||
|
</ant>
|
||
|
</target>
|
||
|
|
||
|
<target name="jars"
|
||
|
depends="external"
|
||
|
description="Calls all other java build files.">
|
||
|
- <ant dir="java" antfile="which.xml" target="all" >
|
||
|
+ <ant dir="java" antfile="which.xml" target="jar" >
|
||
|
</ant>
|
||
|
- <ant dir="java" antfile="resolver.xml" target="all" >
|
||
|
+ <ant dir="java" antfile="resolver.xml" target="jar" >
|
||
|
</ant>
|
||
|
</target>
|
||
|
|
||
|
Index: xml-commons-1.3.04/xml-commons-resolver-1_1_b1/build.xml
|
||
|
===================================================================
|
||
|
--- xml-commons-1.3.04.orig/xml-commons-resolver-1_1_b1/build.xml
|
||
|
+++ xml-commons-1.3.04/xml-commons-resolver-1_1_b1/build.xml
|
||
|
@@ -65,8 +65,6 @@ just creates a distribution out of all o
|
||
|
description="Calls all other java build files.">
|
||
|
<ant dir="java" antfile="resolver.xml" target="jar" >
|
||
|
</ant>
|
||
|
- <ant dir="java" antfile="resolver.xml" target="javadocs" >
|
||
|
- </ant>
|
||
|
</target>
|
||
|
|
||
|
<target name="dist"
|