Browse Source

Fix PDF mangling

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273248 13f79535-47bb-0310-9956-ffa450edef68
master
Erik Hatcher 23 years ago
parent
commit
e0c04a3b27
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.xml

+ 1
- 1
build.xml View File

@@ -54,7 +54,7 @@

<property name="manifest" value="src/etc/manifest"/>
<property name="unfiltered.files" value="**/*.gif,**/*.jpg,**/*.ico"/>
<property name="unfiltered.files" value="**/*.gif,**/*.jpg,**/*.ico,**/*.pdf"/>


<!--


Loading…
Cancel
Save