projects
/
tomcat7.0
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bebcea9
)
Don't include modules in the src release
author
markt
<markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 14 Apr 2010 21:40:13 +0000
(21:40 +0000)
committer
markt
<markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 14 Apr 2010 21:40:13 +0000
(21:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@934207
13f79535
-47bb-0310-9956-
ffa450edef68
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
4ba1394
..
8256230
100644
(file)
--- a/
build.xml
+++ b/
build.xml
@@
-1251,6
+1251,7
@@
Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
<copy todir="${tomcat.dist}/src">
<fileset dir="${basedir}">
<exclude name=".*/**"/>
+ <exclude name="modules/**"/>
<exclude name="output/**"/>
<exclude name="build.properties"/>
</fileset>