Browse Source

ws

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@437786 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 19 years ago
parent
commit
3a5272d08e
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/etc/testcases/taskdefs/zip.xml

+ 4
- 4
src/etc/testcases/taskdefs/zip.xml View File

@@ -130,13 +130,13 @@


<!-- Bugzilla Report 30365 --> <!-- Bugzilla Report 30365 -->
<target name="zipEmptyDir"> <target name="zipEmptyDir">
<mkdir dir="empty/empty2"/>
<zip destfile="test3.zip" basedir="empty" update="true"/>
<mkdir dir="empty/empty2"/>
<zip destfile="test3.zip" basedir="empty" update="true"/>
</target> </target>


<target name="zipEmptyCreate"> <target name="zipEmptyCreate">
<mkdir dir="empty"/>
<zip destfile="test3.zip" basedir="empty" whenempty="create" includes="*.xyz"/>
<mkdir dir="empty"/>
<zip destfile="test3.zip" basedir="empty" whenempty="create" includes="*.xyz"/>
</target> </target>


<target name="testCompressionLevel" depends="test6"> <target name="testCompressionLevel" depends="test6">


Loading…
Cancel
Save