Author: markt
Date: Tue Apr  7 20:19:18 2009
New Revision: 762936

URL: http://svn.apache.org/viewvc?rev=762936&view=rev
Log:
Fix typo that meant .exe and .pdf files were corrupted in .tar.gz source bundle

Modified:
    tomcat/trunk/dist.xml

Modified: tomcat/trunk/dist.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/dist.xml?rev=762936&r1=762935&r2=762936&view=diff
==============================================================================
--- tomcat/trunk/dist.xml (original)
+++ tomcat/trunk/dist.xml Tue Apr  7 20:19:18 2009
@@ -576,7 +576,7 @@
   <!-- 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">



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to