You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/06/07 20:07:47 UTC

svn commit: r412472 - /incubator/cayenne/main/branches/PROTO-3.0/modeler/pom.xml

Author: aadamchik
Date: Wed Jun  7 11:07:47 2006
New Revision: 412472

URL: http://svn.apache.org/viewvc?rev=412472&view=rev
Log:
fixing module ordering

Modified:
    incubator/cayenne/main/branches/PROTO-3.0/modeler/pom.xml

Modified: incubator/cayenne/main/branches/PROTO-3.0/modeler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/branches/PROTO-3.0/modeler/pom.xml?rev=412472&r1=412471&r2=412472&view=diff
==============================================================================
--- incubator/cayenne/main/branches/PROTO-3.0/modeler/pom.xml (original)
+++ incubator/cayenne/main/branches/PROTO-3.0/modeler/pom.xml Wed Jun  7 11:07:47 2006
@@ -9,9 +9,9 @@
     <url>http://incubator.apache.org/cayenne/</url>
 
     <modules>
-        <module>plugin-launcher</module>
         <module>swing-plugin</module>
         <module>modeler-plugin</module>
+        <module>plugin-launcher</module>
     </modules>
 	
     <build>