diff --git a/xdocs/images/logo.png b/src/site/resources/images/logo.png similarity index 100% rename from xdocs/images/logo.png rename to src/site/resources/images/logo.png diff --git a/src/site/site.xml b/src/site/site.xml index 298e7da..f6ed8be 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -22,7 +22,7 @@ under the License. Commons Logging - http://commons.apache.org/logging/images/logo.png + /images/logo.png http://commons.apache.org/logging/ diff --git a/xdocs/building.xml b/src/site/xdoc/building.xml similarity index 100% rename from xdocs/building.xml rename to src/site/xdoc/building.xml diff --git a/xdocs/download_logging.xml b/src/site/xdoc/download_logging.xml similarity index 100% rename from xdocs/download_logging.xml rename to src/site/xdoc/download_logging.xml diff --git a/xdocs/guide.xml b/src/site/xdoc/guide.xml similarity index 100% rename from xdocs/guide.xml rename to src/site/xdoc/guide.xml diff --git a/xdocs/index.xml b/src/site/xdoc/index.xml similarity index 100% rename from xdocs/index.xml rename to src/site/xdoc/index.xml diff --git a/xdocs/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml similarity index 100% rename from xdocs/issue-tracking.xml rename to src/site/xdoc/issue-tracking.xml diff --git a/xdocs/issue-tracking.xml.bak b/src/site/xdoc/issue-tracking.xml.bak similarity index 100% rename from xdocs/issue-tracking.xml.bak rename to src/site/xdoc/issue-tracking.xml.bak diff --git a/xdocs/junit-report.xml b/src/site/xdoc/junit-report.xml similarity index 100% rename from xdocs/junit-report.xml rename to src/site/xdoc/junit-report.xml diff --git a/xdocs/proposal.xml b/src/site/xdoc/proposal.xml similarity index 100% rename from xdocs/proposal.xml rename to src/site/xdoc/proposal.xml diff --git a/xdocs/tech.xml b/src/site/xdoc/tech.xml similarity index 100% rename from xdocs/tech.xml rename to src/site/xdoc/tech.xml diff --git a/xdocs/troubleshooting.xml b/src/site/xdoc/troubleshooting.xml similarity index 100% rename from xdocs/troubleshooting.xml rename to src/site/xdoc/troubleshooting.xml diff --git a/xdocs/style/project.css b/xdocs/style/project.css deleted file mode 100644 index e1e7073..0000000 --- a/xdocs/style/project.css +++ /dev/null @@ -1,20 +0,0 @@ -/* -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. -*/ - -@import url("http://commons.apache.org/style/commons-maven.css");