Include .project and .classpath files to src distribution.
authorpero <pero@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 26 Apr 2010 10:46:01 +0000 (10:46 +0000)
committerpero <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

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"/>