From 2d3b5ac7518ede3cc76286a109fc987a21b4b0b7 Mon Sep 17 00:00:00 2001 From: Robert Burrell Donkin Date: Tue, 14 Mar 2006 21:40:32 +0000 Subject: [PATCH] Upgraded site so that commons build is not longer needed. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@385902 13f79535-47bb-0310-9956-ffa450edef68 --- maven.xml | 7 +------ project.properties | 3 +-- xdocs/navigation.xml | 4 ++-- xdocs/style/project.css | 10 ++++++++++ 4 files changed, 14 insertions(+), 10 deletions(-) create mode 100644 xdocs/style/project.css 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; +} +