Author: dennisl
Date: Wed Jul 28 15:19:25 2010
New Revision: 980091
URL: http://svn.apache.org/viewvc?rev=980091&view=rev
Log:
o Sort modules alphabetically
o Improve description
Modified:
maven/doxia/doxia-tools/trunk/pom.xml
Modified: maven/doxia/doxia-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/pom.xml?rev=980091&r1=980090&r2=980091&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/pom.xml Wed Jul 28 15:19:25 2010
@@ -35,7 +35,7 @@ under the License.
<packaging>pom</packaging>
<name>Doxia Tools</name>
- <description>Set of generic tools.</description>
+ <description>A set of tools for working with Doxia documents.</description>
<url>http://maven.apache.org/doxia/doxia-tools</url>
<inceptionYear>2005</inceptionYear>
@@ -88,8 +88,8 @@ under the License.
</mailingLists>
<modules>
- <module>doxia-linkcheck</module>
<module>doxia-converter</module>
+ <module>doxia-linkcheck</module>
</modules>
<scm>
|