Author: bodewig Date: Fri Sep 1 13:15:21 2006 New Revision: 439453 URL: http://svn.apache.org/viewvc?rev=439453&view=rev Log: don't generate copyright lines
Modified: ant/core/trunk/build.xml Modified: ant/core/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=439453&r1=439452&r2=439453&view=diff ============================================================================== --- ant/core/trunk/build.xml (original) +++ ant/core/trunk/build.xml Fri Sep 1 13:15:21 2006 @@ -1457,7 +1457,6 @@ <group title="Optional Types" packages="org.apache.tools.ant.types.optional*"/> <group title="Ant Utilities" packages="org.apache.tools.ant.util*"/> - <bottom>Copyright © 2000-${year} Apache Software Foundation. All Rights Reserved.</bottom> </javadoc> </target> @@ -1477,7 +1476,6 @@ <patternset refid="useful.tests"/> </fileset> - <bottom>Copyright © 2000-${year} Apache Software Foundation. All Rights Reserved.</bottom> </javadoc> </target> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]