You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2009/02/12 00:12:10 UTC

svn commit: r743556 - /incubator/rat/main/trunk/rat/pom.xml

Author: rdonkin
Date: Wed Feb 11 23:12:10 2009
New Revision: 743556

URL: http://svn.apache.org/viewvc?rev=743556&view=rev
Log:
AntTasks uses maven plugin

Modified:
    incubator/rat/main/trunk/rat/pom.xml

Modified: incubator/rat/main/trunk/rat/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/rat/pom.xml?rev=743556&r1=743555&r2=743556&view=diff
==============================================================================
--- incubator/rat/main/trunk/rat/pom.xml (original)
+++ incubator/rat/main/trunk/rat/pom.xml Wed Feb 11 23:12:10 2009
@@ -277,8 +277,8 @@
 
   <modules>
     <module>rat-core</module>
-    <module>rat-anttasks</module>
     <module>rat-maven-plugin</module>
+    <module>rat-anttasks</module>
     <module>rat-app</module>
   </modules>
 </project>