You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pr...@apache.org on 2007/10/31 02:39:18 UTC

svn commit: r590531 - /geronimo/server/trunk/pom.xml

Author: prasad
Date: Tue Oct 30 18:39:17 2007
New Revision: 590531

URL: http://svn.apache.org/viewvc?rev=590531&view=rev
Log:
* moved framework/configs from bootstrap stage to assemble stage

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=590531&r1=590530&r2=590531&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Tue Oct 30 18:39:17 2007
@@ -2278,7 +2278,6 @@
                 <module>testsupport</module>
                 <module>framework/modules</module>
                 <module>maven-plugins</module>
-                <module>framework/configs</module>
             </modules>
         </profile>
 
@@ -2312,6 +2311,7 @@
             </activation>
 
             <modules>
+              <module>framework/configs</module>
               <module>components</module>
               <module>plugins</module>
               <module>applications</module>