werner 2005/07/31 03:11:41
Modified: . build.xml
Log:
Add README and legal stuff to srcdist target
Revision Changes Path
1.32 +2 -2 ws-wss4j/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/ws-wss4j/build.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- build.xml 22 Jul 2005 18:58:00 -0000 1.31
+++ build.xml 31 Jul 2005 10:11:41 -0000 1.32
@@ -572,9 +572,9 @@
<target name="srcdist" depends="init" description="Build source zip file
for distro">
<mkdir dir="${dir.dist}"/>
- <zip
destfile="${dir.dist}/${product.shortname}-src-${product.version}-src.zip">
+ <zip
destfile="${dir.dist}/${product.shortname}-src-${product.version}.zip">
<zipfileset prefix="wss4j" dir="."
- includes="src/** LICENSE.txt build.xml "/>
+ includes="src/** LICENSE.txt README.txt legal/** build.xml
"/>
</zip>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]