Author: ltheussl
Date: Sat Jan  1 21:24:17 2011
New Revision: 1054296

URL: http://svn.apache.org/viewvc?rev=1054296&view=rev
Log:
add url's to all modules, add names to site descriptors

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/site.xml
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/site/site.xml
    maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml
    maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/site.xml
    maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml
    maven/doxia/doxia-tools/trunk/doxia-converter/src/site/site.xml
    maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml
    maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/site.xml
    maven/doxia/doxia/trunk/doxia-book/pom.xml
    maven/doxia/doxia/trunk/doxia-core/pom.xml
    maven/doxia/doxia/trunk/doxia-logging-api/pom.xml
    maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/src/site/site.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/pom.xml
    
maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/site/site.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/pom.xml
    
maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/src/site/site.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/site.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/site.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/src/site/site.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/src/site/site.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/src/site/site.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/src/site/site.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/site.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/site/site.xml
    maven/doxia/doxia/trunk/doxia-modules/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/src/site/site.xml
    maven/doxia/doxia/trunk/doxia-sink-api/pom.xml
    maven/doxia/doxia/trunk/doxia-test-docs/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml Sat Jan  1 
21:24:17 2011
@@ -33,6 +33,7 @@ under the License.
 
   <name>Doxia Sitetools :: Decoration Model</name>
   <description>The Decoration Model handles the site descriptor, also known as 
site.xml.</description>
+  
<url>http://maven.apache.org/doxia/doxia-sitetools/doxia-decoration-model/</url>
 
   <dependencies>
     <dependency>

Modified: 
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/site.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/site.xml 
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/site.xml 
Sat Jan  1 21:24:17 2011
@@ -21,7 +21,7 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
+<project name="Decoration Model" 
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">
 

Modified: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml Sat Jan  1 
21:24:17 2011
@@ -33,6 +33,7 @@ under the License.
 
   <name>Doxia Sitetools :: Document Renderer Component</name>
   <description>The Document Renderer handles the rendering of documents, in 
formats like PDF and RTF.</description>
+  <url>http://maven.apache.org/doxia/doxia-sitetools/doxia-doc-renderer/</url>
 
   <developers>
     <developer>

Modified: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/site/site.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/site/site.xml 
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/site/site.xml Sat 
Jan  1 21:24:17 2011
@@ -21,7 +21,7 @@
  */
  -->
 
-<project>
+<project name="Doc Renderer" 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 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
 
   <body>
 

Modified: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml Sat Jan  1 
21:24:17 2011
@@ -32,6 +32,7 @@ under the License.
   <artifactId>doxia-site-renderer</artifactId>
   <name>Doxia Sitetools :: Site Renderer Component</name>
   <description>The Site Renderer handles the rendering of sites.</description>
+  <url>http://maven.apache.org/doxia/doxia-sitetools/doxia-site-renderer/</url>
 
   <contributors>
     <contributor>

Modified: 
maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/site.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/site.xml 
(original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/site.xml Sat 
Jan  1 21:24:17 2011
@@ -21,7 +21,7 @@
  */
  -->
 
-<project>
+<project name="Site Renderer" 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 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
 
   <body>
 

Modified: maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml Sat Jan  1 21:24:17 
2011
@@ -32,9 +32,10 @@ under the License.
   <artifactId>doxia-converter</artifactId>
   <name>Doxia Tools :: Converter</name>
   <description>Doxia Converter Tool to convert a supported format to 
another</description>
+  <url>http://maven.apache.org/doxia/doxia-tools/doxia-converter/</url>
 
   <properties>
-    <doxiaVersion>1.1.2</doxiaVersion>
+    <doxiaVersion>1.1.4</doxiaVersion>
   </properties>
 
   <dependencies>

Modified: maven/doxia/doxia-tools/trunk/doxia-converter/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/src/site/site.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-converter/src/site/site.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-converter/src/site/site.xml Sat Jan  1 
21:24:17 2011
@@ -21,7 +21,7 @@
  */
  -->
 
-<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 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
+<project name="Converter" 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 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
 
   <body>
 

Modified: maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml Sat Jan  1 21:24:17 
2011
@@ -33,6 +33,7 @@ under the License.
 
   <name>Doxia Tools :: Linkcheck</name>
   <description>Doxia linkcheck is a tool to check the validity of 
links</description>
+  <url>http://maven.apache.org/doxia/doxia-tools/doxia-linkcheck/</url>
 
   <dependencies>
     <!-- compile dependencies -->

Modified: maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/site.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/site.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/site.xml Sat Jan  1 
21:24:17 2011
@@ -21,7 +21,7 @@
  */
  -->
 
-<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 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
+<project name="LinkCheck" 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 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
 
   <body>
 

Modified: maven/doxia/doxia/trunk/doxia-book/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-book/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-book/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-book/pom.xml Sat Jan  1 21:24:17 2011
@@ -32,6 +32,7 @@ under the License.
   <artifactId>doxia-book</artifactId>
   <name>Doxia :: Book Component</name>
   <description>A component to write books like user manuals and guides in any 
format supported by Doxia.</description>
+  <url>http://maven.apache.org/doxia/doxia/doxia-book/</url>
 
   <dependencies>
     <!-- doxia core -->

Modified: maven/doxia/doxia/trunk/doxia-core/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-core/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-core/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-core/pom.xml Sat Jan  1 21:24:17 2011
@@ -32,6 +32,7 @@ under the License.
   <artifactId>doxia-core</artifactId>
   <name>Doxia :: Core</name>
   <description>Doxia core classes and interfaces.</description>
+  <url>http://maven.apache.org/doxia/doxia/doxia-core/</url>
 
   <dependencies>
     <dependency>

Modified: maven/doxia/doxia/trunk/doxia-logging-api/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-logging-api/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-logging-api/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-logging-api/pom.xml Sat Jan  1 21:24:17 2011
@@ -32,6 +32,7 @@ under the License.
   <artifactId>doxia-logging-api</artifactId>
   <name>Doxia :: Logging API</name>
   <description>Doxia Logging API.</description>
+  <url>http://maven.apache.org/doxia/doxia/doxia-logging-api/</url>
 
   <dependencies>
     <dependency>

Modified: maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-maven-plugin/pom.xml Sat Jan  1 21:24:17 2011
@@ -34,6 +34,7 @@ under the License.
 
   <name>Doxia :: Maven Plugin</name>
   <description>A Maven plugin for Doxia.</description>
+  <url>http://maven.apache.org/doxia/doxia/doxia-maven-plugin/</url>
 
   <prerequisites>
     <maven>2.0.2</maven>

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/pom.xml Sat Jan  1 
21:24:17 2011
@@ -33,6 +33,7 @@ under the License.
 
   <name>Doxia :: APT Module</name>
   <description>A Doxia module for Almost Plain Text source 
documents.</description>
+  
<url>http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-apt/</url>
 
 <!-- START SNIPPET: test -->
     <!-- test snippet -->

Modified: 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/src/site/site.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/src/site/site.xml 
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/src/site/site.xml 
Sat Jan  1 21:24:17 2011
@@ -21,7 +21,8 @@
  */
  -->
 
-<project>
+<project name="APT" 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 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
 
   <body>
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/pom.xml 
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/pom.xml Sat 
Jan  1 21:24:17 2011
@@ -31,6 +31,7 @@ under the License.
 
   <name>Doxia :: Confluence Module</name>
   <description>A Doxia module for Confluence source documents.</description>
+  
<url>http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-confluence/</url>
 
   <dependencies>
     <dependency>

Modified: 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/site/site.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/site/site.xml 
(original)
+++ 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/site/site.xml 
Sat Jan  1 21:24:17 2011
@@ -21,7 +21,8 @@
  */
  -->
 
-<project>
+<project name="Confluence" 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 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
 
   <body>
 

Modified: 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/pom.xml 
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/pom.xml 
Sat Jan  1 21:24:17 2011
@@ -33,6 +33,7 @@ under the License.
 
   <name>Doxia :: Simplified DocBook Module</name>
   <description>A Doxia module for Simplified DocBook source 
documents.</description>
+  
<url>http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-docbook-simple/</url>
 
   <dependencies>
     <dependency>

Modified: 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/src/site/site.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/src/site/site.xml
 (original)
+++ 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/src/site/site.xml
 Sat Jan  1 21:24:17 2011
@@ -21,7 +21,8 @@
  */
  -->
 
-<project>
+<project name="Simplified Docbook" 
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 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
 
   <body>
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/pom.xml Sat Jan  1 
21:24:17 2011
@@ -33,6 +33,7 @@ under the License.
 
   <name>Doxia :: FML Module</name>
   <description>A Doxia module for FML source documents.</description>
+  
<url>http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-fml/</url>
 
   <dependencies>
     <dependency>

Modified: 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/site.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/site.xml 
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/site.xml 
Sat Jan  1 21:24:17 2011
@@ -21,9 +21,8 @@
  */
  -->
 
-<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 
../../../../../doxia-sitetools/doxia-decoration-model/target/generated-site/xsd/decoration-1.0.0.xsd">
+<project name="FML" 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 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
 
   <body>
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml Sat Jan  1 
21:24:17 2011
@@ -33,6 +33,7 @@ under the License.
 
   <name>Doxia :: FO Module</name>
   <description>A Doxia module for FO (Formatting Objects) source 
documents.</description>
+  <url>http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-fo/</url>
 
   <developers>
     <developer>

Modified: 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/site.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/site.xml 
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/site.xml Sat 
Jan  1 21:24:17 2011
@@ -21,12 +21,8 @@
  */
  -->
 
-<project name="Doxia :: FO Module">
-  <bannerLeft>
-    <name>Doxia :: FO Module</name>
-    <src>http://maven.apache.org/images/apache-maven-project-2.png</src>
-    <href>http://maven.apache.org/doxia/</href>
-  </bannerLeft>
+<project name="FO" 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 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
 
   <body>
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/pom.xml Sat Jan  1 
21:24:17 2011
@@ -33,6 +33,7 @@ under the License.
 
   <name>Doxia :: iText Module</name>
   <description>A Doxia module for iText source documents.</description>
+  
<url>http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-itext/</url>
 
   <developers>
     <developer>

Modified: 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/src/site/site.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/src/site/site.xml 
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/src/site/site.xml 
Sat Jan  1 21:24:17 2011
@@ -21,7 +21,8 @@
  */
  -->
 
-<project>
+<project name="iText" 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 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
 
   <body>
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/pom.xml Sat Jan  1 
21:24:17 2011
@@ -33,6 +33,7 @@ under the License.
 
   <name>Doxia :: Latex Module</name>
   <description>A Doxia module for LaTeX source documents.</description>
+  
<url>http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-latex/</url>
 
   <dependencies>
     <dependency>

Modified: 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/src/site/site.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/src/site/site.xml 
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/src/site/site.xml 
Sat Jan  1 21:24:17 2011
@@ -21,7 +21,8 @@
  */
  -->
 
-<project>
+<project name="Latex" 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 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
 
   <body>
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/pom.xml Sat Jan  1 
21:24:17 2011
@@ -33,6 +33,7 @@ under the License.
 
   <name>Doxia :: RTF Module</name>
   <description>A Doxia module for Rich Text Format source 
documents.</description>
+  
<url>http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-rtf/</url>
 
   <dependencies>
     <!-- test -->

Modified: 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/src/site/site.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/src/site/site.xml 
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/src/site/site.xml 
Sat Jan  1 21:24:17 2011
@@ -21,7 +21,8 @@
  */
  -->
 
-<project>
+<project name="RTF" 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 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
 
   <body>
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/pom.xml Sat Jan  1 
21:24:17 2011
@@ -33,6 +33,7 @@ under the License.
 
   <name>Doxia :: TWiki Module</name>
   <description>A Doxia module for Twiki source documents.</description>
+  
<url>http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-twiki/</url>
 
    <developers>
     <developer>

Modified: 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/src/site/site.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/src/site/site.xml 
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/src/site/site.xml 
Sat Jan  1 21:24:17 2011
@@ -21,7 +21,8 @@
  */
  -->
 
-<project>
+<project name="Twiki" 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 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
 
   <body>
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/pom.xml Sat Jan  1 
21:24:17 2011
@@ -33,6 +33,7 @@ under the License.
 
   <name>Doxia :: XDoc Module</name>
   <description>A Doxia module for Xdoc source documents.</description>
+  
<url>http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-xdoc/</url>
 
   <dependencies>
     <dependency>

Modified: 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/site.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/site.xml 
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/site.xml 
Sat Jan  1 21:24:17 2011
@@ -21,7 +21,7 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
+<project name="Xdoc" 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-sitetools/doxia-decoration-model/target/generated-site/xsd/decoration-1.0.0.xsd">
 

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/pom.xml Sat Jan  1 
21:24:17 2011
@@ -33,6 +33,7 @@ under the License.
 
   <name>Doxia :: XHTML Module</name>
   <description>A Doxia module for Xhtml source documents.</description>
+  
<url>http://maven.apache.org/doxia/doxia/doxia-modules/doxia-module-xhtml/</url>
 
   <dependencies>
     <dependency>

Modified: 
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/site/site.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/site/site.xml 
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/site/site.xml 
Sat Jan  1 21:24:17 2011
@@ -21,7 +21,8 @@
  */
  -->
 
-<project>
+<project name="Xhtml" 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 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
 
   <body>
 

Modified: maven/doxia/doxia/trunk/doxia-modules/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/pom.xml Sat Jan  1 21:24:17 2011
@@ -32,6 +32,7 @@ under the License.
   <packaging>pom</packaging>
 
   <description>Doxia modules for several markup languages.</description>
+  <url>http://maven.apache.org/doxia/doxia/doxia-modules/</url>
 
   <modules>
     <module>doxia-module-apt</module>

Modified: maven/doxia/doxia/trunk/doxia-modules/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/src/site/site.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/src/site/site.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/src/site/site.xml Sat Jan  1 21:24:17 
2011
@@ -21,7 +21,8 @@
  */
  -->
 
-<project>
+<project name="Modules" 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 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
 
   <body>
 

Modified: maven/doxia/doxia/trunk/doxia-sink-api/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-sink-api/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-sink-api/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-sink-api/pom.xml Sat Jan  1 21:24:17 2011
@@ -32,6 +32,7 @@ under the License.
   <artifactId>doxia-sink-api</artifactId>
   <name>Doxia :: Sink API</name>
   <description>Doxia Sink API.</description>
+  <url>http://maven.apache.org/doxia/doxia/doxia-sink-api/</url>
 
   <dependencies>
       <dependency>

Modified: maven/doxia/doxia/trunk/doxia-test-docs/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-test-docs/pom.xml?rev=1054296&r1=1054295&r2=1054296&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-test-docs/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-test-docs/pom.xml Sat Jan  1 21:24:17 2011
@@ -32,4 +32,5 @@ under the License.
   <artifactId>doxia-test-docs</artifactId>
   <name>Doxia :: Test Documents</name>
   <description>Several test documents to check syntax structures under 
Doxia.</description>
+  <url>http://maven.apache.org/doxia/doxia/doxia-test-docs/</url>
 </project>


Reply via email to