[jboss-cvs] JBossAS SVN: r97987 - projects/jboss-osgi/trunk/reactor.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 18 05:59:36 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-12-18 05:59:36 -0500 (Fri, 18 Dec 2009)
New Revision: 97987

Modified:
   projects/jboss-osgi/trunk/reactor/pom.xml
Log:
Build the framework in hudson

Modified: projects/jboss-osgi/trunk/reactor/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/pom.xml	2009-12-18 10:53:19 UTC (rev 97986)
+++ projects/jboss-osgi/trunk/reactor/pom.xml	2009-12-18 10:59:36 UTC (rev 97987)
@@ -48,14 +48,15 @@
   <profiles>
 
     <!--
-      Name: noframework
-      Descr: Build the MC based framework when no other framework is specified
+      Name: framework-jbossmc
+      Descr: Build the MC based framework
     -->
     <profile>
-      <id>noframework</id>
+      <id>framework-jbossmc</id>
       <activation>
         <property>
-          <name>!framework</name>
+          <name>framework</name>
+          <value>jbossmc</value>
         </property>
       </activation>
       <modules>




More information about the jboss-cvs-commits mailing list