Author: aheritier
Date: Sat Jan 7 15:53:35 2006
New Revision: 366942
URL: http://svn.apache.org/viewcvs?rev=366942&view=rev
Log:
Never filter binary files
Modified:
maven/maven-1/plugins/trunk/jira/plugin.jelly
Modified: maven/maven-1/plugins/trunk/jira/plugin.jelly
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/plugin.jelly?rev=366942&r1=366941&r2=366942&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jira/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/jira/plugin.jelly Sat Jan 7 15:53:35 2006
@@ -87,7 +87,7 @@
</j:when>
<j:otherwise>
<!-- go on -->
- <copy todir="${maven.docs.dest}/images/jira" overwrite="yes"
filtering="yes">
+ <copy todir="${maven.docs.dest}/images/jira" overwrite="yes"
filtering="no">
<fileset dir="${plugin.resources}/images">
<include name="**/*.gif"/>
</fileset>