Author: markt Date: Wed Apr 14 21:40:13 2010 New Revision: 934207 URL: http://svn.apache.org/viewvc?rev=934207&view=rev Log: Don't include modules in the src release
Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=934207&r1=934206&r2=934207&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Wed Apr 14 21:40:13 2010 @@ -1251,6 +1251,7 @@ Apache Tomcat ${version} native binaries <copy todir="${tomcat.dist}/src"> <fileset dir="${basedir}"> <exclude name=".*/**"/> + <exclude name="modules/**"/> <exclude name="output/**"/> <exclude name="build.properties"/> </fileset> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org