You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/02/19 14:13:35 UTC

svn commit: r629095 - /maven/plugin-tools/trunk/pom.xml

Author: vsiveton
Date: Tue Feb 19 05:13:30 2008
New Revision: 629095

URL: http://svn.apache.org/viewvc?rev=629095&view=rev
Log:
o ordered modules

Modified:
    maven/plugin-tools/trunk/pom.xml

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=629095&r1=629094&r2=629095&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Tue Feb 19 05:13:30 2008
@@ -156,12 +156,12 @@
   </build>
 
   <modules>
-    <module>maven-plugin-plugin</module>
     <module>maven-plugin-tools-api</module>
+    <module>maven-plugin-tools-ant</module>
     <module>maven-plugin-tools-java</module>
     <module>maven-plugin-tools-beanshell</module>
+    <module>maven-plugin-plugin</module>
     <module>maven-plugin-tools-model</module>
-    <module>maven-plugin-tools-ant</module>
     <module>maven-plugin-testing-harness</module>
   </modules>