[jboss-cvs] JBossAS SVN: r83702 - in branches/Branch_5_x: build and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 30 14:51:59 EST 2009


Author: pgier
Date: 2009-01-30 14:51:58 -0500 (Fri, 30 Jan 2009)
New Revision: 83702

Modified:
   branches/Branch_5_x/build/build.xml
   branches/Branch_5_x/pom.xml
Log:
Switch bootstrap module back to ant

Modified: branches/Branch_5_x/build/build.xml
===================================================================
--- branches/Branch_5_x/build/build.xml	2009-01-30 18:12:54 UTC (rev 83701)
+++ branches/Branch_5_x/build/build.xml	2009-01-30 19:51:58 UTC (rev 83702)
@@ -82,7 +82,7 @@
 
       <!-- Modules -->
       <module name="aspects"/>
-      <module name="bootstrap" externalBuild="true"/>
+      <module name="bootstrap"/>
       <module name="cluster"/>
       <module name="connector"/>
       <module name="console"/>

Modified: branches/Branch_5_x/pom.xml
===================================================================
--- branches/Branch_5_x/pom.xml	2009-01-30 18:12:54 UTC (rev 83701)
+++ branches/Branch_5_x/pom.xml	2009-01-30 19:51:58 UTC (rev 83702)
@@ -419,7 +419,6 @@
       <id>integrated-build</id>
       <modules>
         <module>component-matrix</module>
-        <module>bootstrap</module>
       </modules>
     </profile>
     




More information about the jboss-cvs-commits mailing list