Author: vsiveton
Date: Thu Jan 22 21:28:03 2009
New Revision: 736936
URL: http://svn.apache.org/viewvc?rev=736936&view=rev
Log:
o added XSD in the test resources
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/child.xml
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/empty.xml
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/external-urls.xml
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/fully-populated-child.xml
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/fully-populated-merged.xml
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/merged.xml
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/parent.xml
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/relative-urls-resolved.xml
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/relative-urls.xml
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/subsite-relative-urls-multiple-resolved.xml
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/subsite-relative-urls-resolved.xml
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/subsite-urls-file.xml
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/subsite-urls.xml
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/child.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/child.xml?rev=736936&r1=736935&r2=736936&view=diff
==============================================================================
---
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/child.xml
(original)
+++
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/child.xml
Thu Jan 22 21:28:03 2009
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -17,7 +19,10 @@
under the License.
-->
-<project name="Child">
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
file:../../../target/generated-site/xsd/decoration-1.0.0.xsd"
+ name="Child">
<body>
<links>
<item name="Bouncy Castle" href="http://www.bouncycastle.org"/>
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/empty.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/empty.xml?rev=736936&r1=736935&r2=736936&view=diff
==============================================================================
---
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/empty.xml
(original)
+++
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/empty.xml
Thu Jan 22 21:28:03 2009
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -17,5 +19,8 @@
under the License.
-->
-<project name="Empty">
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
file:../../../target/generated-site/xsd/decoration-1.0.0.xsd"
+ name="Empty">
</project>
\ No newline at end of file
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/external-urls.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/external-urls.xml?rev=736936&r1=736935&r2=736936&view=diff
==============================================================================
---
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/external-urls.xml
(original)
+++
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/external-urls.xml
Thu Jan 22 21:28:03 2009
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -17,7 +19,10 @@
under the License.
-->
-<project name="Parent Name">
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
file:../../../target/generated-site/xsd/decoration-1.0.0.xsd"
+ name="Parent Name">
<bannerLeft>
<name>The Jakarta Project</name>
<src>http://jakarta.apache.org/images/jakarta-logo.gif</src>
@@ -34,14 +39,14 @@
</poweredBy>
<body>
- <breadcrumbs>
- <item name="Apache" href="http://www.apache.org/"/>
- </breadcrumbs>
-
<links>
<item name="Bouncy Castle" href="http://www.bouncycastle.org"/>
</links>
+ <breadcrumbs>
+ <item name="Apache" href="http://www.apache.org/"/>
+ </breadcrumbs>
+
<menu name="Special" inherit="top">
<item name="Special" href="http://www.apache.org/special/"/>
</menu>
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/fully-populated-child.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/fully-populated-child.xml?rev=736936&r1=736935&r2=736936&view=diff
==============================================================================
---
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/fully-populated-child.xml
(original)
+++
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/fully-populated-child.xml
Thu Jan 22 21:28:03 2009
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -17,7 +19,10 @@
under the License.
-->
-<project name="Child">
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
file:../../../target/generated-site/xsd/decoration-1.0.0.xsd"
+ name="Child">
<bannerLeft>
<name>name</name>
<src>src</src>
@@ -42,14 +47,14 @@
</skin>
<body>
- <links>
- <item name="Bouncy Castle" href="http://www.bouncycastle.org"/>
- </links>
-
<head>
<meta name="blah" value="blah"/>
</head>
+ <links>
+ <item name="Bouncy Castle" href="http://www.bouncycastle.org"/>
+ </links>
+
<menu name="Subproject menu">
<item name="Introduction" href="/index.html"/>
<item name="Usage" href="/usage.html"/>
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/fully-populated-merged.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/fully-populated-merged.xml?rev=736936&r1=736935&r2=736936&view=diff
==============================================================================
---
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/fully-populated-merged.xml
(original)
+++
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/fully-populated-merged.xml
Thu Jan 22 21:28:03 2009
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -17,7 +19,10 @@
under the License.
-->
-<project name="Empty">
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
file:../../../target/generated-site/xsd/decoration-1.0.0.xsd"
+ name="Empty">
<bannerLeft>
<name>name</name>
<src>../src</src>
@@ -42,14 +47,13 @@
</skin>
<body>
- <links>
- <item name="Bouncy Castle" href="http://www.bouncycastle.org"/>
- </links>
-
<head>
<meta name="blah" value="blah"/>
</head>
+ <links>
+ <item name="Bouncy Castle" href="http://www.bouncycastle.org"/>
+ </links>
</body>
<custom>
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/merged.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/merged.xml?rev=736936&r1=736935&r2=736936&view=diff
==============================================================================
---
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/merged.xml
(original)
+++
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/merged.xml
Thu Jan 22 21:28:03 2009
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -17,7 +19,10 @@
under the License.
-->
-<project name="Child">
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
file:../../../target/generated-site/xsd/decoration-1.0.0.xsd"
+ name="Child">
<bannerLeft>
<name>The Jakarta Project</name>
<src>http://jakarta.apache.org/images/jakarta-logo.gif</src>
@@ -36,15 +41,15 @@
<artifactId>maven-default-skin</artifactId>
</skin>
<body>
+ <links>
+ <item name="Bouncy Castle" href="http://www.bouncycastle.org"/>
+ </links>
<breadcrumbs>
<item name="Apache" href="http://www.apache.org/"/>
<item name="Jakarta Commons" href="http://jakarta.apache.org/commons/"/>
<item name="Sandbox" href="http://jakarta.apache.org/commons/sandbox/"/>
<item name="Name" href="http://maven.apache.org/doxia"/>
</breadcrumbs>
- <links>
- <item name="Bouncy Castle" href="http://www.bouncycastle.org"/>
- </links>
<menu name="Top Menu" inherit="top">
<item name="Introduction" href="../indexParent.html"/>
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/parent.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/parent.xml?rev=736936&r1=736935&r2=736936&view=diff
==============================================================================
---
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/parent.xml
(original)
+++
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/parent.xml
Thu Jan 22 21:28:03 2009
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -17,7 +19,10 @@
under the License.
-->
-<project name="Parent Name">
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
file:../../../target/generated-site/xsd/decoration-1.0.0.xsd"
+ name="Parent Name">
<bannerLeft>
<name>The Jakarta Project</name>
<src>http://jakarta.apache.org/images/jakarta-logo.gif</src>
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/relative-urls-resolved.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/relative-urls-resolved.xml?rev=736936&r1=736935&r2=736936&view=diff
==============================================================================
---
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/relative-urls-resolved.xml
(original)
+++
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/relative-urls-resolved.xml
Thu Jan 22 21:28:03 2009
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -17,7 +19,10 @@
under the License.
-->
-<project name="Parent Name">
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
file:../../../target/generated-site/xsd/decoration-1.0.0.xsd"
+ name="Parent Name">
<bannerLeft>
<name>The Jakarta Project</name>
<src>images/jakarta-logo.gif</src>
@@ -34,13 +39,12 @@
</poweredBy>
<body>
- <breadcrumbs>
- <item name="Apache" href="apache"/>
- </breadcrumbs>
-
<links>
<item name="Bouncy Castle" href="bouncycastle/"/>
</links>
+ <breadcrumbs>
+ <item name="Apache" href="apache"/>
+ </breadcrumbs>
<menu name="Special" inherit="top">
<item name="Special" href="special/"/>
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/relative-urls.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/relative-urls.xml?rev=736936&r1=736935&r2=736936&view=diff
==============================================================================
---
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/relative-urls.xml
(original)
+++
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/relative-urls.xml
Thu Jan 22 21:28:03 2009
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -17,7 +19,10 @@
under the License.
-->
-<project name="Parent Name">
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
file:../../../target/generated-site/xsd/decoration-1.0.0.xsd"
+ name="Parent Name">
<bannerLeft>
<name>The Jakarta Project</name>
<src>/images/jakarta-logo.gif</src>
@@ -34,13 +39,12 @@
</poweredBy>
<body>
- <breadcrumbs>
- <item name="Apache" href="/apache"/>
- </breadcrumbs>
-
<links>
<item name="Bouncy Castle" href="/bouncycastle/"/>
</links>
+ <breadcrumbs>
+ <item name="Apache" href="/apache"/>
+ </breadcrumbs>
<menu name="Special" inherit="top">
<item name="Special" href="/special/"/>
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/subsite-relative-urls-multiple-resolved.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/subsite-relative-urls-multiple-resolved.xml?rev=736936&r1=736935&r2=736936&view=diff
==============================================================================
---
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/subsite-relative-urls-multiple-resolved.xml
(original)
+++
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/subsite-relative-urls-multiple-resolved.xml
Thu Jan 22 21:28:03 2009
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -17,7 +19,10 @@
under the License.
-->
-<project name="Parent Name">
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
file:../../../target/generated-site/xsd/decoration-1.0.0.xsd"
+ name="Parent Name">
<bannerLeft>
<name>The Jakarta Project</name>
<src>../../images/jakarta-logo.gif</src>
@@ -34,13 +39,12 @@
</poweredBy>
<body>
- <breadcrumbs>
- <item name="Apache" href="../../apache"/>
- </breadcrumbs>
-
<links>
<item name="Bouncy Castle" href="../../bouncycastle/"/>
</links>
+ <breadcrumbs>
+ <item name="Apache" href="../../apache"/>
+ </breadcrumbs>
<menu name="Special" inherit="top">
<item name="Special" href="../../special/"/>
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/subsite-relative-urls-resolved.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/subsite-relative-urls-resolved.xml?rev=736936&r1=736935&r2=736936&view=diff
==============================================================================
---
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/subsite-relative-urls-resolved.xml
(original)
+++
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/subsite-relative-urls-resolved.xml
Thu Jan 22 21:28:03 2009
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -17,7 +19,10 @@
under the License.
-->
-<project name="Parent Name">
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
file:../../../target/generated-site/xsd/decoration-1.0.0.xsd"
+ name="Parent Name">
<bannerLeft>
<name>The Jakarta Project</name>
<src>../images/jakarta-logo.gif</src>
@@ -34,13 +39,12 @@
</poweredBy>
<body>
- <breadcrumbs>
- <item name="Apache" href="../apache"/>
- </breadcrumbs>
-
<links>
<item name="Bouncy Castle" href="../bouncycastle/"/>
</links>
+ <breadcrumbs>
+ <item name="Apache" href="../apache"/>
+ </breadcrumbs>
<menu name="Special" inherit="top">
<item name="Special" href="../special/"/>
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/subsite-urls-file.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/subsite-urls-file.xml?rev=736936&r1=736935&r2=736936&view=diff
==============================================================================
---
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/subsite-urls-file.xml
(original)
+++
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/subsite-urls-file.xml
Thu Jan 22 21:28:03 2009
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -17,7 +19,10 @@
under the License.
-->
-<project name="Parent Name">
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
file:../../../target/generated-site/xsd/decoration-1.0.0.xsd"
+ name="Parent Name">
<bannerLeft>
<name>The Jakarta Project</name>
<src>file:///www/maven.apache.org/images/jakarta-logo.gif</src>
@@ -34,13 +39,12 @@
</poweredBy>
<body>
- <breadcrumbs>
- <item name="Apache" href="file:///www/maven.apache.org/apache"/>
- </breadcrumbs>
-
<links>
<item name="Bouncy Castle"
href="file:///www/maven.apache.org/bouncycastle/"/>
</links>
+ <breadcrumbs>
+ <item name="Apache" href="file:///www/maven.apache.org/apache"/>
+ </breadcrumbs>
<menu name="Special" inherit="top">
<item name="Special" href="file:///www/maven.apache.org/special/"/>
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/subsite-urls.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/subsite-urls.xml?rev=736936&r1=736935&r2=736936&view=diff
==============================================================================
---
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/subsite-urls.xml
(original)
+++
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/test/resources/subsite-urls.xml
Thu Jan 22 21:28:03 2009
@@ -1,3 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -17,7 +19,10 @@
under the License.
-->
-<project name="Parent Name">
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
file:../../../target/generated-site/xsd/decoration-1.0.0.xsd"
+ name="Parent Name">
<bannerLeft>
<name>The Jakarta Project</name>
<src>http://maven.apache.org/images/jakarta-logo.gif</src>
@@ -34,13 +39,12 @@
</poweredBy>
<body>
- <breadcrumbs>
- <item name="Apache" href="http://maven.apache.org/apache"/>
- </breadcrumbs>
-
<links>
<item name="Bouncy Castle" href="http://maven.apache.org/bouncycastle/"/>
</links>
+ <breadcrumbs>
+ <item name="Apache" href="http://maven.apache.org/apache"/>
+ </breadcrumbs>
<menu name="Special" inherit="top">
<item name="Special" href="http://maven.apache.org/special/"/>