From 06f0a8a6bf422eb7ee104545aa808523d20ef1d8 Mon Sep 17 00:00:00 2001 From: erik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0> Date: Sun, 6 Jun 2010 19:57:30 +0000 Subject: [PATCH] updated to the 2.0 xdoc schema --- security/usermgt/src/site/xdoc/index.xml | 8 ++++---- security/usermgt/src/site/xdoc/userguide.xml | 8 ++++---- src/site/xdoc/index.xml | 8 ++++---- support/general/src/site/site.xml | 6 ++++++ support/general/src/site/xdoc/index.xml | 8 ++++---- support/general/src/site/xdoc/userguide.xml | 8 ++++---- test/enterprise/src/site/xdoc/index.xml | 8 ++++---- test/enterprise/src/site/xdoc/userguide.xml | 8 ++++---- 8 files changed, 34 insertions(+), 28 deletions(-) diff --git a/security/usermgt/src/site/xdoc/index.xml b/security/usermgt/src/site/xdoc/index.xml index 13d7f468..3b30a6ee 100644 --- a/security/usermgt/src/site/xdoc/index.xml +++ b/security/usermgt/src/site/xdoc/index.xml @@ -1,8 +1,8 @@ <?xml version="1.0"?> -<!DOCTYPE document PUBLIC - "-//Apache Software Foundation//DTD XDOC 1.0//EN" - "http://maven.apache.org/dtd/xdoc_1_0.dtd"> -<document> +<document xmlns="http://maven.apache.org/XDOC/2.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> + <properties> <title>Security overview</title> <author email="erik@brakkee.org">Erik Brakkee</author> diff --git a/security/usermgt/src/site/xdoc/userguide.xml b/security/usermgt/src/site/xdoc/userguide.xml index ce0c29fd..b40c631a 100644 --- a/security/usermgt/src/site/xdoc/userguide.xml +++ b/security/usermgt/src/site/xdoc/userguide.xml @@ -1,8 +1,8 @@ <?xml version="1.0"?> -<!DOCTYPE document PUBLIC - "-//Apache Software Foundation//DTD XDOC 1.0//EN" - "http://maven.apache.org/dtd/xdoc_1_0.dtd"> -<document> +<document xmlns="http://maven.apache.org/XDOC/2.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> + <properties> <title>Security Userguide</title> <author email="erik@brakkee.org">Erik Brakkee</author> diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index c386a687..e21a3a6b 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -1,8 +1,8 @@ <?xml version="1.0"?> -<!DOCTYPE document PUBLIC - "-//Apache Software Foundation//DTD XDOC 1.0//EN" - "http://maven.apache.org/dtd/xdoc_1_0.dtd"> -<document> +<document xmlns="http://maven.apache.org/XDOC/2.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> + <properties> <title>Utilities library overview</title> <author email="erik@brakkee.org">Erik Brakkee</author> diff --git a/support/general/src/site/site.xml b/support/general/src/site/site.xml index c69e5f33..91aa633f 100644 --- a/support/general/src/site/site.xml +++ b/support/general/src/site/site.xml @@ -3,6 +3,12 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd" name="Utilities Library: Support/General"> + <skin> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-stylus-skin</artifactId> + <version>1.2</version> + </skin> + <body> <links> <item name="utilities library" href="http://utils.wamblee.org/"/> diff --git a/support/general/src/site/xdoc/index.xml b/support/general/src/site/xdoc/index.xml index d853ed5b..b63bf29b 100644 --- a/support/general/src/site/xdoc/index.xml +++ b/support/general/src/site/xdoc/index.xml @@ -1,8 +1,8 @@ <?xml version="1.0"?> -<!DOCTYPE document PUBLIC - "-//Apache Software Foundation//DTD XDOC 1.0//EN" - "http://maven.apache.org/dtd/xdoc_1_0.dtd"> -<document> +<document xmlns="http://maven.apache.org/XDOC/2.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> + <properties> <title>Support/General overview</title> <author email="erik@brakkee.org">Erik Brakkee</author> diff --git a/support/general/src/site/xdoc/userguide.xml b/support/general/src/site/xdoc/userguide.xml index 30db0f5f..324039fe 100644 --- a/support/general/src/site/xdoc/userguide.xml +++ b/support/general/src/site/xdoc/userguide.xml @@ -1,8 +1,8 @@ <?xml version="1.0"?> -<!DOCTYPE document PUBLIC - "-//Apache Software Foundation//DTD XDOC 1.0//EN" - "http://maven.apache.org/dtd/xdoc_1_0.dtd"> -<document> +<document xmlns="http://maven.apache.org/XDOC/2.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> + <properties> <title>Support/General Userguide</title> <author email="erik@brakkee.org">Erik Brakkee</author> diff --git a/test/enterprise/src/site/xdoc/index.xml b/test/enterprise/src/site/xdoc/index.xml index 0252bc09..fde33593 100644 --- a/test/enterprise/src/site/xdoc/index.xml +++ b/test/enterprise/src/site/xdoc/index.xml @@ -1,8 +1,8 @@ <?xml version="1.0"?> -<!DOCTYPE document PUBLIC - "-//Apache Software Foundation//DTD XDOC 1.0//EN" - "http://maven.apache.org/dtd/xdoc_1_0.dtd"> -<document> +<document xmlns="http://maven.apache.org/XDOC/2.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> + <properties> <title>Test/Enterprise overview</title> <author email="erik@brakkee.org">Erik Brakkee</author> diff --git a/test/enterprise/src/site/xdoc/userguide.xml b/test/enterprise/src/site/xdoc/userguide.xml index e98a44aa..d2d1960f 100644 --- a/test/enterprise/src/site/xdoc/userguide.xml +++ b/test/enterprise/src/site/xdoc/userguide.xml @@ -1,8 +1,8 @@ <?xml version="1.0"?> -<!DOCTYPE document PUBLIC - "-//Apache Software Foundation//DTD XDOC 1.0//EN" - "http://maven.apache.org/dtd/xdoc_1_0.dtd"> -<document> +<document xmlns="http://maven.apache.org/XDOC/2.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> + <properties> <title>Test/Enterprise Userguide</title> <author email="erik@brakkee.org">Erik Brakkee</author> -- 2.31.1