masonjm 2004/10/18 22:59:25
Modified: . Tag: SLIDE_2_1_RELEASE_BRANCH build.xml
Log:
Fixed to package-src-zip to target to actually include files in the .zip
Revision Changes Path
No revision
No revision
1.229.2.10 +1 -1 jakarta-slide/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/build.xml,v
retrieving revision 1.229.2.9
retrieving revision 1.229.2.10
diff -u -r1.229.2.9 -r1.229.2.10
--- build.xml 17 Oct 2004 20:21:33 -0000 1.229.2.9
+++ build.xml 19 Oct 2004 05:59:25 -0000 1.229.2.10
@@ -771,7 +771,7 @@
<!-- =================================================================== -->
<target name="package-src-zip" depends="package-src-prepare">
<zip zipfile="${slide.dist}/${slide-src.archive}.zip">
- <zipfileset file="${slide.dist}/${slide-src.archive}"/>
+ <zipfileset dir="${slide.dist}/${slide-src.archive}"
prefix="${slide-src.archive}" includes="**"/>
</zip>
</target>
<!-- =================================================================== -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]