leif 2002/08/14 05:30:45
Modified: template-product build.xml
Log:
We were getting two copies of the docs in the dist zip
Revision Changes Path
1.32 +0 -1 jakarta-avalon-excalibur/template-product/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/template-product/build.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- build.xml 14 Aug 2002 11:52:44 -0000 1.31
+++ build.xml 14 Aug 2002 12:30:45 -0000 1.32
@@ -273,7 +273,6 @@
<zip zipfile="${dist.base}/${dist.name}.zip" compress="true">
<zipfileset dir="${dist.dir}" prefix="${dist.name}"/>
- <zipfileset dir="${docs.dir}" prefix="${dist.name}/docs"/>
</zip>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>