Author: vsiveton
Date: Thu Jan 22 22:02:40 2009
New Revision: 736952
URL: http://svn.apache.org/viewvc?rev=736952&view=rev
Log:
o added XSD in the test resources, I know it includes relative pathes on doxia
dir but it is not a requirement for the build
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/fml/faq.fml
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/site.xml
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/xdoc/references/fml-format.xml
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/xdoc/references/xdoc-format.xml
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/fml/faq.fml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/fml/faq.fml?rev=736952&r1=736951&r2=736952&view=diff
==============================================================================
---
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/fml/faq.fml
(original)
+++
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/fml/faq.fml
Thu Jan 22 22:02:40 2009
@@ -19,7 +19,10 @@
under the License.
-->
-<faqs title="Frequently Asked Questions">
+<faqs xmlns="http://maven.apache.org/FML/1.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/FML/1.0
file:../../../../../../../doxia/doxia-modules/doxia-module-fml/src/main/resources/fml-1.0.xsd"
+ title="Frequently Asked Questions">
<part id="General">
<faq id="How_to_handle_style_in_the_APT_markup_language">
<question>How to handle style in the APT markup language?</question>
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/site.xml?rev=736952&r1=736951&r2=736952&view=diff
==============================================================================
---
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/site.xml
(original)
+++
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/site.xml
Thu Jan 22 22:02:40 2009
@@ -21,7 +21,10 @@
*/
-->
-<project name="Doxia">
+<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:../../../../../doxia-decoration-model/target/generated-site/xsd/decoration-1.0.0.xsd"
+ name="Doxia">
<bannerLeft>
<name>Doxia</name>
<src>images/apache-maven-project-2.png</src>
@@ -36,6 +39,15 @@
<version>1.0.1</version>
</skin>
<body>
+ <head>
+ <script src="http://www.google-analytics.com/urchin.js"
type="text/javascript">
+ </script>
+ <script type="text/javascript">
+ _uacct = "UA-140879-1";
+ urchinTracker();
+ </script>
+ </head>
+
<links>
<item name="Apache" href="http://www.apache.org/"/>
<item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/>
@@ -46,15 +58,6 @@
<item name="Doxia" href="http://maven.apache.org/doxia"/>
</links>
- <head>
- <script src="http://www.google-analytics.com/urchin.js"
type="text/javascript">
- </script>
- <script type="text/javascript">
- _uacct = "UA-140879-1";
- urchinTracker();
- </script>
- </head>
-
<menu name="About Doxia">
<item name="What is Doxia?" href="index.html"/>
<item name="Overview" href="overview.html"/>
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/xdoc/references/fml-format.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/xdoc/references/fml-format.xml?rev=736952&r1=736951&r2=736952&view=diff
==============================================================================
---
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/xdoc/references/fml-format.xml
(original)
+++
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/xdoc/references/fml-format.xml
Thu Jan 22 22:02:40 2009
@@ -17,8 +17,9 @@
* limitations under the License.
*/
-->
-<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
file:../../../../../../../../doxia/doxia-modules/doxia-module-xdoc/src/main/resources/xdoc-2.0.xsd">
<properties>
<title>The FML (FAQ Markup Language) format</title>
<author email="ltheussl_AT_apache_DOT_org">Lukas Theussl</author>
Modified:
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/xdoc/references/xdoc-format.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/xdoc/references/xdoc-format.xml?rev=736952&r1=736951&r2=736952&view=diff
==============================================================================
---
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/xdoc/references/xdoc-format.xml
(original)
+++
maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/test/resources/site/xdoc/references/xdoc-format.xml
Thu Jan 22 22:02:40 2009
@@ -17,8 +17,9 @@
* limitations under the License.
*/
-->
-<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
file:../../../../../../../../doxia/doxia-modules/doxia-module-xdoc/src/main/resources/xdoc-2.0.xsd">
<properties>
<title>The Xdoc format</title>
<author email="ltheussl_AT_apache_DOT_org">Lukas Theussl</author>