[jbpm-commits] JBoss JBPM SVN: r5086 - in jbpm3/branches/jbpm-3.2-soa: hudson and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jun 23 02:53:18 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-06-23 02:53:18 -0400 (Tue, 23 Jun 2009)
New Revision: 5086

Modified:
   jbpm3/branches/jbpm-3.2-soa/hudson/profiles.xml.local.qa
   jbpm3/branches/jbpm-3.2-soa/hudson/profiles.xml.redhat.qa
   jbpm3/branches/jbpm-3.2-soa/profiles.xml.example
Log:
JBPM-1357: Add QA for db2 (CODING IN PROGRESS)
Change activation method from 'activeByDefault' to 'property: database' as profiles active by default are deactivated when another profile in the pom is activated

Modified: jbpm3/branches/jbpm-3.2-soa/hudson/profiles.xml.local.qa
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/hudson/profiles.xml.local.qa	2009-06-23 05:26:15 UTC (rev 5085)
+++ jbpm3/branches/jbpm-3.2-soa/hudson/profiles.xml.local.qa	2009-06-23 06:53:18 UTC (rev 5086)
@@ -1,13 +1,13 @@
 <profilesXml xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
   <profiles>
-
-    <!-- This profile can also be defined in ~/.m2/settings.xml -->   
     <profile>
-      <id>local</id>
+      <id>qa-local</id>
 
       <activation>
-        <activeByDefault>true</activeByDefault>
+        <property>
+          <name>database</name>
+        </property>
       </activation>
 
       <properties>
@@ -42,6 +42,5 @@
         <jdbc.oracle.password>jbpmtest</jdbc.oracle.password>
       </properties>
     </profile>
-    
   </profiles>
 </profilesXml>

Modified: jbpm3/branches/jbpm-3.2-soa/hudson/profiles.xml.redhat.qa
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/hudson/profiles.xml.redhat.qa	2009-06-23 05:26:15 UTC (rev 5085)
+++ jbpm3/branches/jbpm-3.2-soa/hudson/profiles.xml.redhat.qa	2009-06-23 06:53:18 UTC (rev 5086)
@@ -1,13 +1,13 @@
 <profilesXml xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/profiles-1.0.0.xsd">
   <profiles>
-
-    <!-- This profile can also be defined in ~/.m2/settings.xml -->   
     <profile>
-      <id>redhat</id>
+      <id>qa-redhat</id>
 
       <activation>
-        <activeByDefault>true</activeByDefault>
+        <property>
+          <name>database</name>
+        </property>
       </activation>
 
       <properties>
@@ -49,6 +49,5 @@
         <jdbc.db2.password>jbpm3</jdbc.db2.password>
       </properties>
     </profile>
-
   </profiles>
 </profilesXml>

Modified: jbpm3/branches/jbpm-3.2-soa/profiles.xml.example
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/profiles.xml.example	2009-06-23 05:26:15 UTC (rev 5085)
+++ jbpm3/branches/jbpm-3.2-soa/profiles.xml.example	2009-06-23 06:53:18 UTC (rev 5086)
@@ -5,10 +5,14 @@
   <profiles>
     <!-- This profile can also be defined in ~/.m2/settings.xml -->   
     <profile>
-      <id>local</id>
+      <id>dev-local</id>
+
       <activation>
-        <activeByDefault>true</activeByDefault>
+        <property>
+          <name>database</name>
+        </property>
       </activation>
+
       <properties>
         <jboss405.home>${user.home}/jboss-4.0.5.GA</jboss405.home>
         <jboss423.home>${user.home}/jboss-4.2.3.GA</jboss423.home>




More information about the jbpm-commits mailing list