You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-dev@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2011/01/01 22:55:28 UTC

Re: svn commit: r1054296 - in /maven/doxia: doxia-sitetools/trunk/doxia-decoration-model/ doxia-sitetools/trunk/doxia-decoration-model/src/site/ doxia-sitetools/trunk/doxia-doc-renderer/ doxia-sitetools/trunk/doxia-doc-renderer/src/site/ doxia-sitetools/tr...

On 2011-01-01 22:24, ltheussl@apache.org wrote:
> 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>
> 


Was that bit about the Doxia version included by mistake?

<snip/>

-- 
Dennis Lundberg

Re: svn commit: r1054296 - in /maven/doxia: doxia-sitetools/trunk/doxia-decoration-model/ doxia-sitetools/trunk/doxia-decoration-model/src/site/ doxia-sitetools/trunk/doxia-doc-renderer/ doxia-sitetools/trunk/doxia-doc-renderer/src/site/ doxia-sitetools/tr...

Posted by Lukas Theussl <lt...@apache.org>.

Dennis Lundberg wrote:
> On 2011-01-01 22:24, ltheussl@apache.org wrote:
>> 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>
>>
>
>
> Was that bit about the Doxia version included by mistake?

Actually yes, but is there a reason not to use the latest point release?

>
> <snip/>
>

Re: svn commit: r1054296 - in /maven/doxia: doxia-sitetools/trunk/doxia-decoration-model/ doxia-sitetools/trunk/doxia-decoration-model/src/site/ doxia-sitetools/trunk/doxia-doc-renderer/ doxia-sitetools/trunk/doxia-doc-renderer/src/site/ doxia-sitetools/tr...

Posted by Dennis Lundberg <de...@apache.org>.
On 2011-01-01 23:20, Lukas Theussl wrote:
> 
> 
> Dennis Lundberg wrote:
>> On 2011-01-01 22:24, ltheussl@apache.org wrote:
>>> 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>
>>>
>>
>>
>> Was that bit about the Doxia version included by mistake?
> 
> Actually yes, but is there a reason not to use the latest point release?

Nope, just checking.

> 
>>
>> <snip/>
>>
> 


-- 
Dennis Lundberg

Re: svn commit: r1054296 - in /maven/doxia: doxia-sitetools/trunk/doxia-decoration-model/ doxia-sitetools/trunk/doxia-decoration-model/src/site/ doxia-sitetools/trunk/doxia-doc-renderer/ doxia-sitetools/trunk/doxia-doc-renderer/src/site/ doxia-sitetools/tr...

Posted by Lukas Theussl <lt...@gmail.com>.

Dennis Lundberg wrote:
> On 2011-01-01 22:24, ltheussl@apache.org wrote:
>> 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>
>>
>
>
> Was that bit about the Doxia version included by mistake?

Actually yes, but is there a reason not to use the latest point release?

>
> <snip/>
>