You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/08/18 05:05:03 UTC

svn commit: r1159005 - in /maven/doxia/doxia-sitetools/trunk: doxia-decoration-model/pom.xml doxia-doc-renderer/pom.xml doxia-site-renderer/pom.xml

Author: hboutemy
Date: Thu Aug 18 03:05:02 2011
New Revision: 1159005

URL: http://svn.apache.org/viewvc?rev=1159005&view=rev
Log:
tried to improve descriptions

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml
    maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/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=1159005&r1=1159004&r2=1159005&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml Thu Aug 18 03:05:02 2011
@@ -31,8 +31,8 @@ under the License.
 
   <artifactId>doxia-decoration-model</artifactId>
 
-  <name>Doxia Sitetools :: Decoration Model</name>
-  <description>The Decoration Model handles the site descriptor, also known as site.xml.</description>
+  <name>Decoration Model</name>
+  <description>The Decoration Model handles the decoration descriptor for sites, also known as site.xml.</description>
   <url>http://maven.apache.org/doxia/doxia-sitetools/doxia-decoration-model/</url>
 
   <dependencies>

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=1159005&r1=1159004&r2=1159005&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml Thu Aug 18 03:05:02 2011
@@ -31,7 +31,7 @@ under the License.
 
   <artifactId>doxia-doc-renderer</artifactId>
 
-  <name>Doxia Sitetools :: Document Renderer Component</name>
+  <name>Document Renderer</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>
 

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=1159005&r1=1159004&r2=1159005&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml Thu Aug 18 03:05:02 2011
@@ -30,8 +30,9 @@ under the License.
   </parent>
 
   <artifactId>doxia-site-renderer</artifactId>
-  <name>Doxia Sitetools :: Site Renderer Component</name>
-  <description>The Site Renderer handles the rendering of sites.</description>
+
+  <name>Site Renderer</name>
+  <description>The Site Renderer handles the rendering of sites, merging site decoration with document content.</description>
   <url>http://maven.apache.org/doxia/doxia-sitetools/doxia-site-renderer/</url>
 
   <contributors>