You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ts...@apache.org on 2016/07/01 14:02:37 UTC

svn commit: r1750939 - /incubator/log4cxx/trunk/build.xml

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>&lt;html</replacetoken>
-			<replacevalue>&lt;!--
-				&license;
-				--&gt;&lt;html</replacevalue>
-		</replace>
 	</target>
 
 	<target	name="gump"