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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Aug 31 12:48:15 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-08-31 12:48:14 -0400 (Mon, 31 Aug 2009)
New Revision: 5610

Modified:
   jbpm3/branches/jbpm-3.2-soa/modules/core/pom.xml
   jbpm3/branches/jbpm-3.2-soa/modules/enterprise/pom.xml
Log:
add jdk14 profile to enterprise pom so that Log4jLoggerPlugin initializes correctly

Modified: jbpm3/branches/jbpm-3.2-soa/modules/core/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/core/pom.xml	2009-08-31 15:45:57 UTC (rev 5609)
+++ jbpm3/branches/jbpm-3.2-soa/modules/core/pom.xml	2009-08-31 16:48:14 UTC (rev 5610)
@@ -186,8 +186,8 @@
   <profiles>
 
     <!-- 
-    Name:  soa
-    Descr: Customizations for the SOA build   
+      Name:  soa
+      Descr: Customizations for the SOA build   
     -->
     <profile>
       <id>soa</id>
@@ -217,7 +217,7 @@
 
     <!--
       Name: jdk14
-      Desc: dependencies specific to jdk 1.4
+      Desc: Dependencies specific to JDK 1.4
     -->
     <profile>
       <id>jdk14</id>
@@ -239,8 +239,8 @@
     </profile>
 
     <!--
-    Name:  db2
-    Descr: DB2 Test Exclusions
+      Name:  db2
+      Descr: DB2 Test Exclusions
     -->
     <profile>
       <id>db2</id>
@@ -265,8 +265,8 @@
     </profile>
 
     <!--
-    Name:  mssql
-    Descr: SQL Server Test Exclusions   
+      Name:  mssql
+      Descr: SQL Server Test Exclusions   
     -->
     <profile>
       <id>mssql</id>
@@ -291,8 +291,8 @@
     </profile>
 
     <!--
-    Name:  oracle
-    Descr: Oracle Test Exclusions
+      Name:  oracle
+      Descr: Oracle Test Exclusions
     -->
     <profile>
       <id>oracle</id>

Modified: jbpm3/branches/jbpm-3.2-soa/modules/enterprise/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/enterprise/pom.xml	2009-08-31 15:45:57 UTC (rev 5609)
+++ jbpm3/branches/jbpm-3.2-soa/modules/enterprise/pom.xml	2009-08-31 16:48:14 UTC (rev 5610)
@@ -184,10 +184,9 @@
 
   <!-- Profiles -->
   <profiles>
-
     <!--
-    Name:  no-jboss-bind-address
-    Descr: Skip tests if no jboss.bind address is given
+      Name:  no-jboss-bind-address
+      Descr: Skip tests if no bind address is given
     -->
     <profile>
       <id>no-jboss-bind-address</id>
@@ -208,9 +207,32 @@
       </build>
     </profile>
 
+    <!--
+      Name: jdk14
+      Desc: Dependencies specific to JDK 1.4
+    -->
+    <profile>
+      <id>jdk14</id>
+      <activation>
+        <jdk>1.4</jdk>
+      </activation>
+      <dependencies>
+        <dependency>
+          <groupId>xerces</groupId>
+          <artifactId>xmlParserAPIs</artifactId>
+          <scope>test</scope>
+        </dependency>
+        <dependency>
+          <groupId>xerces</groupId>
+          <artifactId>xercesImpl</artifactId>
+          <scope>test</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+
     <!-- 
-    Name:  no-database
-    Descr: Setup the default database   
+      Name:  no-database
+      Descr: Setup the default database   
     -->
     <profile>
       <id>no-database</id>
@@ -238,8 +260,8 @@
     </profile>
 
     <!-- 
-    Name:  hsqldb
-    Descr: Hypersonic Database Setup   
+      Name:  hsqldb
+      Descr: Hypersonic Database Setup   
     -->
     <profile>
       <id>hsqldb</id>



More information about the jbpm-commits mailing list