[jbpm-commits] JBoss JBPM SVN: r6912 - in jbpm3/branches/jbpm-3.2-soa/enterprise-jee5: scripts and 3 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Apr 4 17:27:00 EDT 2011


Author: alex.guizar at jboss.com
Date: 2011-04-04 17:27:00 -0400 (Mon, 04 Apr 2011)
New Revision: 6912

Added:
   jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/scripts/assembly-eap4.xml
   jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources-eap4/
   jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources-eap4/jbpm-aop.xml
   jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-aop.xml
Removed:
   jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-eap4x-aop.xml
   jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-eap5x-aop.xml
Modified:
   jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml
Log:
JBPM-3169 distinguish jbpm-enterprise-jee5 artifacts by classifier


Modified: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml	2011-03-30 09:44:26 UTC (rev 6911)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml	2011-04-04 21:27:00 UTC (rev 6912)
@@ -42,6 +42,22 @@
               </descriptors>
             </configuration>
           </execution>
+
+          <execution>
+          	<id>assembly-eap4</id>
+          	<phase>package</phase>
+          	<goals>
+          		<goal>single</goal>
+          	</goals>
+            <configuration>
+              <descriptors>
+                <descriptor>scripts/assembly-eap4.xml</descriptor>
+              </descriptors>
+              <archive>
+                <addMavenDescriptor>true</addMavenDescriptor>
+              </archive>
+            </configuration>
+          </execution>
         </executions>
       </plugin>
 
@@ -84,39 +100,4 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
-
-  <profiles>
-    <profile>
-      <id>eap4x</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-      <build>
-        <finalName>${project.artifactId}-${project.version}-eap4x</finalName>
-        <resources>
-          <resource>
-            <directory>src/main/resources</directory>
-            <excludes>
-              <exclude>*eap5x*</exclude>
-            </excludes>
-          </resource>
-        </resources>
-      </build>
-    </profile>
-
-    <profile>
-      <id>eap5x</id>
-      <build>
-        <finalName>${project.artifactId}-${project.version}-eap5x</finalName>
-        <resources>
-          <resource>
-            <directory>src/main/resources</directory>
-            <excludes>
-              <exclude>*eap4x*</exclude>
-            </excludes>
-          </resource>
-        </resources>
-      </build>
-    </profile>
-  </profiles>
 </project>

Added: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/scripts/assembly-eap4.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/scripts/assembly-eap4.xml	                        (rev 0)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/scripts/assembly-eap4.xml	2011-04-04 21:27:00 UTC (rev 6912)
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<!-- ====================================================================== -->
+<!--  jBPM: Workflow in Java                                                -->
+<!--                                                                        -->
+<!--  Distributable under LGPL license.                                     -->
+<!--  See terms of license at http://www.gnu.org.                           -->
+<!-- ====================================================================== -->
+
+<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
+  <id>eap4</id>
+  <formats>
+    <format>jar</format>
+  </formats>
+  <includeBaseDirectory>false</includeBaseDirectory>
+  <fileSets>
+    <fileSet>
+      <directory>${project.build.outputDirectory}</directory>
+      <outputDirectory>/</outputDirectory>
+      <excludes>
+        <exclude>jbpm-aop.xml</exclude>
+      </excludes>
+    </fileSet>
+    <fileSet>
+      <directory>${basedir}/src/main/resources-eap4</directory>
+      <outputDirectory>/</outputDirectory>
+    </fileSet>
+  </fileSets>
+</assembly>

Copied: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-aop.xml (from rev 6902, jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-eap5x-aop.xml)
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-aop.xml	                        (rev 0)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-aop.xml	2011-04-04 21:27:00 UTC (rev 6912)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<aop xmlns="urn:jboss:aop-beans:1.0">
+
+   <!-- Override the default pooling.  Should be high for jBPM. -->
+   <domain name="jBPM Stateless" extends="Stateless Bean" inheritBindings="true">
+      <annotation expr="class(@org.jboss.ejb3.annotation.Pool)">
+         @org.jboss.ejb3.annotation.Pool (value="ThreadlocalPool", maxSize=200, timeout=10000)
+      </annotation>
+   </domain>
+   
+   <!-- Override the default pooling.  Should be high for jBPM. -->
+   <domain name="jBPM MDB" extends="Message Driven Bean" inheritBindings="true">
+      <annotation expr="class(@org.jboss.ejb3.annotation.Pool)">
+         @org.jboss.ejb3.annotation.Pool (value="StrictMaxPool", maxSize=200, timeout=10000)
+      </annotation>
+   </domain>
+</aop>
+

Deleted: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-eap4x-aop.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-eap4x-aop.xml	2011-03-30 09:44:26 UTC (rev 6911)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-eap4x-aop.xml	2011-04-04 21:27:00 UTC (rev 6912)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<aop xmlns="urn:jboss:aop-beans:1.0">
-   <!-- Override the default pooling.  Should be high for jBPM. -->
-   <domain name="jBPM Stateless" extends="Stateless Bean" inheritBindings="true">
-      <annotation expr="class(@org.jboss.annotation.ejb.PoolClass)">
-         @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.ThreadlocalPool.class, maxSize=200, timeout=10000)
-      </annotation>
-   </domain>
-   
-   <!-- Override the default pooling.  Should be high for jBPM. -->
-   <domain name="jBPM MDB" extends="Message Driven Bean" inheritBindings="true">
-      <annotation expr="class(@org.jboss.annotation.ejb.PoolClass)">
-         @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.StrictMaxPool.class, maxSize=200, timeout=10000)
-      </annotation>
-   </domain>
-</aop>
-

Deleted: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-eap5x-aop.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-eap5x-aop.xml	2011-03-30 09:44:26 UTC (rev 6911)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-eap5x-aop.xml	2011-04-04 21:27:00 UTC (rev 6912)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<aop xmlns="urn:jboss:aop-beans:1.0">
-
-   <!-- Override the default pooling.  Should be high for jBPM. -->
-   <domain name="jBPM Stateless" extends="Stateless Bean" inheritBindings="true">
-      <annotation expr="class(@org.jboss.ejb3.annotation.Pool)">
-         @org.jboss.ejb3.annotation.Pool (value="ThreadlocalPool", maxSize=200, timeout=10000)
-      </annotation>
-   </domain>
-   
-   <!-- Override the default pooling.  Should be high for jBPM. -->
-   <domain name="jBPM MDB" extends="Message Driven Bean" inheritBindings="true">
-      <annotation expr="class(@org.jboss.ejb3.annotation.Pool)">
-         @org.jboss.ejb3.annotation.Pool (value="StrictMaxPool", maxSize=200, timeout=10000)
-      </annotation>
-   </domain>
-</aop>
-

Added: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources-eap4/jbpm-aop.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources-eap4/jbpm-aop.xml	                        (rev 0)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources-eap4/jbpm-aop.xml	2011-04-04 21:27:00 UTC (rev 6912)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<aop xmlns="urn:jboss:aop-beans:1.0">
+   <!-- Override the default pooling.  Should be high for jBPM. -->
+   <domain name="jBPM Stateless" extends="Stateless Bean" inheritBindings="true">
+      <annotation expr="class(@org.jboss.annotation.ejb.PoolClass)">
+         @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.ThreadlocalPool.class, maxSize=200, timeout=10000)
+      </annotation>
+   </domain>
+   
+   <!-- Override the default pooling.  Should be high for jBPM. -->
+   <domain name="jBPM MDB" extends="Message Driven Bean" inheritBindings="true">
+      <annotation expr="class(@org.jboss.annotation.ejb.PoolClass)">
+         @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.StrictMaxPool.class, maxSize=200, timeout=10000)
+      </annotation>
+   </domain>
+</aop>
+


Property changes on: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources-eap4/jbpm-aop.xml
___________________________________________________________________
Added: svn:mime-type
   + text/plain



More information about the jbpm-commits mailing list