The CSS files in the build target already have a license header, adding one to maven-theme.css breaks line endings.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/18b1044c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/18b1044c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/18b1044c Branch: refs/heads/master Commit: 18b1044c4a3675d18988ed170c1a0bbe416d3dc3 Parents: 61afe60 Author: Thorsten Schöning <[email protected]> Authored: Fri Jul 1 13:58:08 2016 +0000 Committer: Thorsten Schöning <[email protected]> Committed: Fri Jul 1 13:58:08 2016 +0000 ---------------------------------------------------------------------- build.xml | 16 ---------------- 1 file changed, 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/18b1044c/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index fe863f1..746e2a8 100644 --- a/build.xml +++ b/build.xml @@ -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"
