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; --><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"