Author: dennisl Date: Sat Sep 8 07:07:27 2007 New Revision: 573841 URL: http://svn.apache.org/viewvc?rev=573841&view=rev Log: o Add 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=573841&r1=573840&r2=573841&view=diff ============================================================================== --- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml (original) +++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml Sat Sep 8 07:07:27 2007 @@ -28,6 +28,7 @@ </parent> <artifactId>doxia-decoration-model</artifactId> <name>Doxia Decoration Model</name> + <description>The Decoration Model handles the site descriptor, also known as site.xml.</description> <build> <plugins> <plugin> 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=573841&r1=573840&r2=573841&view=diff ============================================================================== --- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml (original) +++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/pom.xml Sat Sep 8 07:07:27 2007 @@ -28,6 +28,7 @@ </parent> <artifactId>doxia-doc-renderer</artifactId> <name>Doxia Document Renderer Component</name> + <description>The Document Renderer handles the rendering of documents, in formats like PDF and RTF.</description> <build> <plugins> <plugin> 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=573841&r1=573840&r2=573841&view=diff ============================================================================== --- maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml (original) +++ maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml Sat Sep 8 07:07:27 2007 @@ -28,6 +28,7 @@ </parent> <artifactId>doxia-site-renderer</artifactId> <name>Doxia Site Renderer Component</name> + <description>The Site Renderer handles the rendering of sites.</description> <contributors> <contributor> <name>Vincent Siveton</name>