Add XML namespaces and XSDs.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/71b116fe Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/71b116fe Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/71b116fe Branch: refs/heads/master Commit: 71b116fe634eda3ea1e7e3a05d09ed333d337642 Parents: a493249 Author: Matt Sicker <[email protected]> Authored: Sat Aug 30 18:39:31 2014 -0500 Committer: Matt Sicker <[email protected]> Committed: Sat Aug 30 18:39:31 2014 -0500 ---------------------------------------------------------------------- src/assembly/site.xml | 4 +++- src/changes/changes.xml | 4 +++- src/site/site.xml | 19 +++++++++++-------- 3 files changed, 17 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/71b116fe/src/assembly/site.xml ---------------------------------------------------------------------- diff --git a/src/assembly/site.xml b/src/assembly/site.xml index 4b8490c..d4c56fe 100644 --- a/src/assembly/site.xml +++ b/src/assembly/site.xml @@ -14,7 +14,9 @@ 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. --> -<assembly> +<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> <id>site</id> <formats> <format>zip</format> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/71b116fe/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b33ca89..3dfa4b2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -16,7 +16,9 @@ See the License for the specific language governing permissions and limitations under the License. --> -<document> +<document xmlns="http://maven.apache.org/changes/1.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Changes</title> </properties> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/71b116fe/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 8ccada1..7df0c64 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -15,8 +15,18 @@ limitations under the license. --> -<project name="Log4j"> +<project name="Log4j" + xmlns="http://maven.apache.org/DECORATION/1.4.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> <body> + <links> + <item name="Logging Wiki" href="http://wiki.apache.org/logging"/> + <item name="Apache" href="http://www.apache.org/"/> + <item name="Logging Services" href="http://logging.apache.org/"/> + <item name="Sonar" href="https://analysis.apache.org/dashboard/index/org.apache.logging.log4j:log4j"/> + </links> + <menu name="Apache Log4j⢠2" inherit="top" img="icon-home"> <item name="About" href="/index.html"/> <item name="Download" href="/download.html"/> @@ -207,12 +217,5 @@ <item name="Surefire Report" href="/surefire-report.html" /> <item name="RAT Report" href="/rat-report.html" /> </menu> - - <links> - <item name="Logging Wiki" href="http://wiki.apache.org/logging"/> - <item name="Apache" href="http://www.apache.org/"/> - <item name="Logging Services" href="http://logging.apache.org/"/> - <item name="Sonar" href="https://analysis.apache.org/dashboard/index/org.apache.logging.log4j:log4j"/> - </links> </body> </project>
