Author: markt
Date: Mon Oct 24 19:11:26 2011
New Revision: 1188301
URL: http://svn.apache.org/viewvc?rev=1188301&view=rev
Log:
Ignore .git dir when building src distro
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1188301&r1=1188300&r2=1188301&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Mon Oct 24 19:11:26 2011
@@ -1632,6 +1632,7 @@ Apache Tomcat ${version} native binaries
<exclude name="modules/**"/>
<exclude name="output/**"/>
<exclude name="build.properties"/>
+ <exclude name=".git/**"/>
</fileset>
</copy>
<!--jdbc-pool sources -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]