blob: c51a33c713c7260ea0d9cecad5607cddd9c176e0 [file] [log] [blame]
diff -ru ws-jaxme-0.3.1/build.xml ws-jaxme-0.3.1-patched/build.xml
--- ws-jaxme-0.3.1/build.xml 2004-09-02 18:41:58.000000000 -0400
+++ ws-jaxme-0.3.1-patched/build.xml 2005-06-26 22:59:39.000000000 -0400
@@ -157,9 +157,8 @@
<target name="doc" depends="javadoc,docbook.html,forrest,replace"
description="Generates the documentation"/>
- <target name="javadoc" depends="init,all"
+ <target name="javadoc" depends="init"
description="Generates the API documentation">
- <delete dir="${build.apidocs}"/>
<mkdir dir="${build.apidocs}"/>
<javadoc
access="protected"
@@ -189,8 +188,8 @@
<pathelement location="${src.js}"/>
<pathelement location="${src.jm}"/>
<pathelement location="${src.pm}"/>
- <pathelement location="${build.js.src}"/>
- <pathelement location="${build.jm.src}"/>
+ <!--pathelement location="${build.js.src}"/>
+ <pathelement location="${build.jm.src}"/-->
</sourcepath>
</javadoc>
</target>
@@ -245,6 +244,15 @@
<delete dir="${dist}"/>
</target>
+ <target name="jar">
+
+ <ant antfile="buildapi.xml" target="jar" inheritall="false" inheritrefs="false"/>
+ <ant antfile="buildxs.xml" target="jar" inheritall="false" inheritrefs="false"/>
+ <ant antfile="buildjs.xml" target="jar" inheritall="false" inheritrefs="false"/>
+ <ant antfile="buildjm.xml" target="compile" inheritall="false" inheritrefs="false"/>
+ <ant antfile="buildpm.xml" target="compile" inheritall="false" inheritrefs="false"/>
+ </target>
+
<target name="all">
<ant antfile="buildapi.xml" target="all" inheritall="false" inheritrefs="false"/>
<ant antfile="buildxs.xml" target="all" inheritall="false" inheritrefs="false"/>