Author: markt Date: Tue Oct 5 08:00:08 2010 New Revision: 1004564 URL: http://svn.apache.org/viewvc?rev=1004564&view=rev Log: Make sure copyright year is replaced for root webapp
Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1004564&r1=1004563&r2=1004564&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Tue Oct 5 08:00:08 2010 @@ -743,7 +743,7 @@ <copy todir="${tomcat.build}/webapps"> <fileset dir="webapps"> <include name="ROOT/**"/> - <exclude name="ROOT/index.html"/> + <exclude name="ROOT/index.jsp"/> <include name="examples/**"/> <include name="manager/**"/> <include name="host-manager/**"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org