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

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

Author: gawor
Date: Tue Oct 30 17:29:49 2007
New Revision: 590521

URL: http://svn.apache.org/viewvc?rev=590521&view=rev
Log:
add in old bootstrap profile

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=590521&r1=590520&r2=590521&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Tue Oct 30 17:29:49 2007
@@ -2283,6 +2283,25 @@
         </profile>
 
         <profile>
+            <id>stage-bootstrap-former</id>
+
+            <activation>
+                <property>
+                    <name>stage</name>
+                    <value>bootstrap-former</value>
+                </property>
+            </activation>
+
+            <modules>
+                <module>repository</module>
+                <module>buildsupport</module>
+                <module>testsupport</module>
+                <module>modules</module>
+                <module>maven-plugins</module>
+            </modules>
+        </profile>
+
+        <profile>
             <id>stage-assemble</id>
 
             <activation>