183eb15d48
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xml-commons-apis-bootstrap?expand=0&rev=26
17 lines
586 B
Diff
17 lines
586 B
Diff
--- xml-commons-resolver-1_1_b1/build.xml.sav 2003-09-25 20:15:25.000000000 +0200
|
|
+++ xml-commons-resolver-1_1_b1/build.xml 2006-03-31 20:30:38.000000000 +0200
|
|
@@ -62,11 +62,10 @@
|
|
</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="resolver.xml" target="jar" >
|
|
</ant>
|
|
- <ant dir="java" antfile="resolver.xml" target="all" >
|
|
+ <ant dir="java" antfile="resolver.xml" target="javadocs" >
|
|
</ant>
|
|
</target>
|
|
|