projects
/
tomcat7.0
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f18ce16
)
Include .project and .classpath files to src distribution.
author
pero
<pero@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 26 Apr 2010 10:46:01 +0000
(10:46 +0000)
committer
pero
<pero@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 26 Apr 2010 10:46:01 +0000
(10:46 +0000)
s. http://ant.apache.org/manual/dirtasks.html#defaultexcludes to not include scm files!
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@937993
13f79535
-47bb-0310-9956-
ffa450edef68
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
fd0949b
..
80539f8
100644
(file)
--- a/
build.xml
+++ b/
build.xml
@@
-1338,8
+1338,8
@@
Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform.
<!-- Tomcat source -->
<copy todir="${tomcat.dist}/src">
- <fileset dir="${basedir}">
- <exclude name=".
*
/**"/>
+ <fileset dir="${basedir}"
defaultexcludes="true"
>
+ <exclude name=".
settings
/**"/>
<exclude name="modules/**"/>
<exclude name="output/**"/>
<exclude name="build.properties"/>