Author: fmeschbe
Date: Wed Dec  2 07:42:05 2009
New Revision: 886068

URL: http://svn.apache.org/viewvc?rev=886068&view=rev
Log:
SLING-1216 ensure testing module is built after services[-war] modules

Modified:
    sling/trunk/pom.xml

Modified: sling/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=886068&r1=886067&r2=886068&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Wed Dec  2 07:42:05 2009
@@ -152,9 +152,9 @@
                 <activeByDefault>true</activeByDefault>
             </activation>
             <modules>
-                <module>launchpad/testing</module>
                 <module>launchpad/test-services</module>
                 <module>launchpad/test-services-war</module>
+                <module>launchpad/testing</module>
             </modules>
         </profile>
       <!-- Profile for including samples -->


Reply via email to