Author: tschoening
Date: Fri Jul 1 14:02:37 2016
New Revision: 1750939
URL: http://svn.apache.org/viewvc?rev=1750939&view=rev
Log:
All the generated HTML files already had a license header.
Modified:
incubator/log4cxx/trunk/build.xml
Modified: incubator/log4cxx/trunk/build.xml
URL:
http://svn.apache.org/viewvc/incubator/log4cxx/trunk/build.xml?rev=1750939&r1=1750938&r2=1750939&view=diff
==============================================================================
--- incubator/log4cxx/trunk/build.xml (original)
+++ incubator/log4cxx/trunk/build.xml Fri Jul 1 14:02:37 2016
@@ -2004,13 +2004,6 @@
<target name="site"
depends="apidocs">
- <replace dir="${target.dir}/site"
- includes="**/*.html">
- <replacetoken><html</replacetoken>
- <replacevalue><!--
- &license;
- --><html</replacevalue>
- </replace>
</target>
<target name="gump"