Author: bdelacretaz
Date: Thu Mar 3 15:47:37 2011
New Revision: 1076656
URL: http://svn.apache.org/viewvc?rev=1076656&view=rev
Log:
Move testing module to the end
Modified:
sling/trunk/pom.xml
Modified: sling/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/pom.xml?rev=1076656&r1=1076655&r2=1076656&view=diff
==============================================================================
--- sling/trunk/pom.xml (original)
+++ sling/trunk/pom.xml Thu Mar 3 15:47:37 2011
@@ -154,9 +154,6 @@
<module>bundles/extensions/groovy</module>
<module>bundles/extensions/explorer</module>
- <!-- Testing Support -->
- <module>testing</module>
-
<!-- Installer -->
<module>installer/core</module>
<module>installer/providers/file</module>
@@ -172,6 +169,8 @@
<module>launchpad/content</module>
<module>launchpad/builder</module>
+ <!-- Testing Support -->
+ <module>testing</module>
</modules>
<profiles>