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 13:58:08 UTC

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

Author: tschoening
Date: Fri Jul  1 13:58:08 2016
New Revision: 1750938

URL: http://svn.apache.org/viewvc?rev=1750938&view=rev
Log:
The CSS files in the build target already have a license header, adding one to maven-theme.css breaks line endings.

Modified:
    incubator/log4cxx/trunk/build.xml

Modified: incubator/log4cxx/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/build.xml?rev=1750938&r1=1750937&r2=1750938&view=diff
==============================================================================
--- incubator/log4cxx/trunk/build.xml (original)
+++ incubator/log4cxx/trunk/build.xml Fri Jul  1 13:58:08 2016
@@ -2011,22 +2011,6 @@
 				&license;
 				--&gt;&lt;html</replacevalue>
 		</replace>
-		<replace	dir="${target.dir}/site/css"
-					includes="maven*.css">
-			<replacetoken>body {</replacetoken>
-			<replacevalue>/*
-				&license;
-				*/
-				body {</replacevalue>
-		</replace>
-		<replace	dir="${target.dir}/site/css"
-					includes="print.css">
-			<replacetoken>#banner</replacetoken>
-			<replacevalue>/*
-				&license;
-				*/
-				#banner</replacevalue>
-		</replace>
 	</target>
 
 	<target	name="gump"