projects
/
tomcat7.0
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8632fa0
)
Fix typo that meant .exe and .pdf files were corrupted in .tar.gz source bundle
author
markt
<markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 7 Apr 2009 20:19:18 +0000
(20:19 +0000)
committer
markt
<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
patch
|
blob
|
history
diff --git
a/dist.xml
b/dist.xml
index
64923c7
..
6744edd
100644
(file)
--- a/
dist.xml
+++ b/
dist.xml
@@
-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">