diff --git a/maven.xml b/maven.xml index f1d90ea..ae540b5 100644 --- a/maven.xml +++ b/maven.xml @@ -1,6 +1,6 @@ - - - - - diff --git a/project.properties b/project.properties index cbe8135..b3ae8ce 100644 --- a/project.properties +++ b/project.properties @@ -1,4 +1,4 @@ -# Copyright 2001-2004 The Apache Software Foundation. +# Copyright 2001-2004, 2006 The Apache Software Foundation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +16,6 @@ maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory # documentation properties -maven.xdoc.jsl=../commons-build/commons-site.jsl maven.xdoc.date=left maven.xdoc.version=${pom.currentVersion} maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html diff --git a/xdocs/navigation.xml b/xdocs/navigation.xml index fd1cf43..40bd766 100755 --- a/xdocs/navigation.xml +++ b/xdocs/navigation.xml @@ -2,7 +2,7 @@ - + Logging diff --git a/xdocs/style/project.css b/xdocs/style/project.css new file mode 100644 index 0000000..628de0b --- /dev/null +++ b/xdocs/style/project.css @@ -0,0 +1,10 @@ +#banner, #banner td { + background: #fff; + color: #000; +} + +#banner td { + height: 100%; + vertical-align: middle; +} +