seibert 2002/09/17 10:27:45
Modified: java build.xml
Log:
Fixed the binary distribution
Revision Changes Path
1.189 +4 -0 xml-axis/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/build.xml,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- build.xml 17 Sep 2002 16:50:35 -0000 1.188
+++ build.xml 17 Sep 2002 17:27:45 -0000 1.189
@@ -360,6 +360,7 @@
<mkdir dir="${dist.dir}/lib"/>
<mkdir dir="${dist.dir}/samples"/>
<mkdir dir="${dist.dir}/webapps/axis"/>
+ <mkdir dir="${dist.dir}/xmls"/>
<copy todir="${dist.dir}/lib">
<fileset dir="${build.lib}"/>
@@ -392,6 +393,9 @@
-->
<copy file="README" tofile="${dist.dir}/README"/>
<copy file="release-notes.html" tofile="${dist.dir}/release-notes.html"/>
+ <copy todir="${dist.dir}/xmls">
+ <fileset dir="xmls"/>
+ </copy>
</target>
<!-- =================================================================== -->