You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ws...@apache.org on 2008/10/17 23:12:27 UTC

svn commit: r705755 - /continuum/sandbox/flat-example/flat-parent/pom.xml

Author: wsmoak
Date: Fri Oct 17 14:12:26 2008
New Revision: 705755

URL: http://svn.apache.org/viewvc?rev=705755&view=rev
Log:
Intentionally list modules in wrong order to test build order.

Modified:
    continuum/sandbox/flat-example/flat-parent/pom.xml

Modified: continuum/sandbox/flat-example/flat-parent/pom.xml
URL: http://svn.apache.org/viewvc/continuum/sandbox/flat-example/flat-parent/pom.xml?rev=705755&r1=705754&r2=705755&view=diff
==============================================================================
--- continuum/sandbox/flat-example/flat-parent/pom.xml (original)
+++ continuum/sandbox/flat-example/flat-parent/pom.xml Fri Oct 17 14:12:26 2008
@@ -14,8 +14,8 @@
   </scm>
 
   <modules>
-    <module>../flat-core</module>
     <module>../flat-webapp</module>
+    <module>../flat-core</module>
   </modules>
 
 </project>