You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2012/04/15 18:30:01 UTC

svn commit: r1326374 - /karaf/trunk/pom.xml

Author: jbonofre
Date: Sun Apr 15 16:30:01 2012
New Revision: 1326374

URL: http://svn.apache.org/viewvc?rev=1326374&view=rev
Log:
Fix the reactor order: diagnostic module has to be before assemblies

Modified:
    karaf/trunk/pom.xml

Modified: karaf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/pom.xml?rev=1326374&r1=1326373&r2=1326374&view=diff
==============================================================================
--- karaf/trunk/pom.xml (original)
+++ karaf/trunk/pom.xml Sun Apr 15 16:30:01 2012
@@ -60,12 +60,12 @@
         <module>exception</module>
         <module>scheduler</module>
         <module>scr</module>
+        <module>diagnostic</module>
         <module>tooling</module>
         <module>assemblies</module>
         <!--module>demos</module-->
         <module>itests</module>
         <module>archetypes</module>
-        <module>diagnostic</module>
         <module>manual</module>
     </modules>