Added **/*.rtf to the list of exclusions and sorted it alphabetically.
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 4 Jul 2009 22:58:08 +0000 (22:58 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 4 Jul 2009 22:58:08 +0000 (22:58 +0000)
(We have a License.rtf file)

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@791184 13f79535-47bb-0310-9956-ffa450edef68

dist.xml

index d513238..2d1d8c1 100644 (file)
--- a/dist.xml
+++ b/dist.xml
@@ -702,7 +702,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
   <!-- 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="**/*.bin,**/*.bmp,**/*.dia,**/*.exe,**/*.gif,**/*.ico,**/*.jar,**/*.jpg,**/*.pdf,**/*.rtf,**/*.war"
           eol="lf" encoding="ISO-8859-1" fixlast="false" />
     <tar longfile="gnu" compression="gzip"
          tarfile="${tomcat.release}/v${version}/src/${final-src.name}.tar.gz">