Fix typo that meant .exe and .pdf files were corrupted in .tar.gz source bundle
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 7 Apr 2009 20:19:18 +0000 (20:19 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 7 Apr 2009 20:19:18 +0000 (20:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@762936 13f79535-47bb-0310-9956-ffa450edef68

dist.xml

index 64923c7..6744edd 100644 (file)
--- a/dist.xml
+++ b/dist.xml
   <!-- Packages the source code distribution in tar.gz format -->
   <target name="package-src-tgz">
     <fixcrlf srcdir="${tomcat.dist}/src"
-     excludes="**/*.jar,**/*.gif,**/*.bmp,**/*.jpg,**/*.ico,**/*.war,**/*.exe.**/*.pdf,**/*.bin,**/*.dia"
+     excludes="**/*.jar,**/*.gif,**/*.bmp,**/*.jpg,**/*.ico,**/*.war,**/*.exe,**/*.pdf,**/*.bin,**/*.dia"
           eol="lf"/>
     <tar longfile="gnu" compression="gzip"
          tarfile="${tomcat.release}/v${version}/src/${final-src.name}.tar.gz">