Author: pero
Date: Mon Apr 26 10:46:01 2010
New Revision: 937993
URL: http://svn.apache.org/viewvc?rev=937993&view=rev
Log:
Include .project and .classpath files to src distribution.
s. http://ant.apache.org/manual/dirtasks.html#defaultexcludes to not include
scm files!
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=937993&r1=937992&r2=937993&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Mon Apr 26 10:46:01 2010
@@ -1338,8 +1338,8 @@ Apache Tomcat ${version} native binaries
<!-- 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"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]