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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Oct 5 23:20:38 EDT 2010


Author: alex.guizar at jboss.com
Date: 2010-10-05 23:20:37 -0400 (Tue, 05 Oct 2010)
New Revision: 6743

Modified:
   jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml
   jbpm3/branches/jbpm-3.2-soa/enterprise/pom.xml
   jbpm3/branches/jbpm-3.2-soa/pom.xml
Log:
exclude enterprise-jee5 module from jdk 1.4 builds

Modified: jbpm3/branches/jbpm-3.2-soa/enterprise/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise/pom.xml	2010-10-06 02:30:07 UTC (rev 6742)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise/pom.xml	2010-10-06 03:20:37 UTC (rev 6743)
@@ -10,7 +10,7 @@
 <project 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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <name>jBPM3 - Enterprise Beans</name>
+  <name>jBPM3 - Enterprise</name>
   <groupId>org.jbpm.jbpm3</groupId>
   <artifactId>jbpm-enterprise</artifactId>
   <packaging>ejb</packaging>

Modified: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml	2010-10-06 02:30:07 UTC (rev 6742)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml	2010-10-06 03:20:37 UTC (rev 6743)
@@ -1,7 +1,7 @@
 <project 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/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
-	<name>jBPM3 - JEE5 Enterprise Beans</name>
+	<name>jBPM3 - JEE5 Enterprise</name>
 	<groupId>org.jbpm.jbpm3</groupId>
 	<artifactId>jbpm-enterprise-jee5</artifactId>
 	<packaging>ejb</packaging>

Modified: jbpm3/branches/jbpm-3.2-soa/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/pom.xml	2010-10-06 02:30:07 UTC (rev 6742)
+++ jbpm3/branches/jbpm-3.2-soa/pom.xml	2010-10-06 03:20:37 UTC (rev 6743)
@@ -35,7 +35,6 @@
     <module>core</module>
     <module>identity</module>
     <module>enterprise</module>
-    <module>enterprise-jee5</module>
     <module>examples</module>
     <module>simulation</module>
   </modules>
@@ -587,6 +586,20 @@
       </dependencyManagement>
     </profile>
 
+    <!--
+      Name: jdk15
+      Desc: modules specific to jdk 1.5 and up
+    -->
+    <profile>
+      <id>jdk15</id>
+      <activation>
+        <jdk>[1.5,1.7)</jdk>
+      </activation>
+      <modules>
+        <module>enterprise-jee5</module>
+      </modules>
+    </profile>
+
     <!-- DATABASE PROFILES -->
 
     <!--



More information about the jbpm-commits mailing list