[jbpm-commits] JBoss JBPM SVN: r2572 - jbpm3/trunk/modules/enterprise/ear.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Oct 21 11:58:16 EDT 2008


Author: heiko.braun at jboss.com
Date: 2008-10-21 11:58:15 -0400 (Tue, 21 Oct 2008)
New Revision: 2572

Modified:
   jbpm3/trunk/modules/enterprise/ear/pom.xml
Log:
Include gwt-console-server in enterprise package

Modified: jbpm3/trunk/modules/enterprise/ear/pom.xml
===================================================================
--- jbpm3/trunk/modules/enterprise/ear/pom.xml	2008-10-21 15:57:36 UTC (rev 2571)
+++ jbpm3/trunk/modules/enterprise/ear/pom.xml	2008-10-21 15:58:15 UTC (rev 2572)
@@ -1,145 +1,158 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-  <!-- ====================================================================== -->
-  <!--                                                                        -->
-  <!--  JBoss, the OpenSource J2EE webOS                                      -->
-  <!--                                                                        -->
-  <!--  Distributable under LGPL license.                                     -->
-  <!--  See terms of license at http://www.gnu.org.                           -->
-  <!--                                                                        -->
-  <!-- ====================================================================== -->
+<!-- ====================================================================== -->
+<!--                                                                        -->
+<!--  JBoss, the OpenSource J2EE webOS                                      -->
+<!--                                                                        -->
+<!--  Distributable under LGPL license.                                     -->
+<!--  See terms of license at http://www.gnu.org.                           -->
+<!--                                                                        -->
+<!-- ====================================================================== -->
 
-  <!-- $Id$ -->
+<!-- $Id$ -->
 <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>JBoss jBPM3 - Enterprise (EAR)</name>
-  <groupId>org.jbpm.jbpm3</groupId>
-  <artifactId>jbpm-enterprise-bundle</artifactId>
-  <packaging>ear</packaging>
+         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>JBoss jBPM3 - Enterprise (EAR)</name>
+   <groupId>org.jbpm.jbpm3</groupId>
+   <artifactId>jbpm-enterprise-bundle</artifactId>
+   <packaging>ear</packaging>
 
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jbpm.jbpm3</groupId>
-    <artifactId>jbpm-enterprise</artifactId>
-    <version>3.3.0-SNAPSHOT</version>
-  </parent>
-
-  <!-- Dependencies -->
-  <dependencies>
-    <dependency>
+   <!-- Parent -->
+   <parent>
       <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>jbpm-enterprise-beans</artifactId>
-      <version>${version}</version>
-      <type>ejb</type>
-      <exclusions>
-        <exclusion>
-          <groupId>org.jbpm.jbpm3</groupId>
-          <artifactId>jbpm-core</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>jbpm-console</artifactId>
-      <version>${version}</version>
-      <type>war</type>
-    </dependency>
-    <dependency>
-      <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>gwt-console-war</artifactId>
-      <version>${version}</version>
-      <type>war</type>
-    </dependency>
-    <dependency>
-      <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>jbpm-core</artifactId>
-      <version>${version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>bsh</groupId>
-          <artifactId>bsh</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>dom4j</groupId>
-          <artifactId>dom4j</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.apache.ant</groupId>
-          <artifactId>ant</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.apache.jackrabbit</groupId>
-          <artifactId>jackrabbit-core</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.hibernate</groupId>
-          <artifactId>hibernate</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>jbpm-identity</artifactId>
-      <version>${version}</version>
-      <exclusions>
-        <exclusion>
-          <groupId>org.jbpm.jbpm3</groupId>
-          <artifactId>jbpm-core</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-  </dependencies>
+      <artifactId>jbpm-enterprise</artifactId>
+      <version>3.3.0-SNAPSHOT</version>
+   </parent>
 
-  <!-- Plugins -->
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-ear-plugin</artifactId>
-        <configuration>
-          <generateApplicationXml>true</generateApplicationXml>
-          <modules>
-            <ejbModule>
-              <groupId>org.jbpm.jbpm3</groupId>
-              <artifactId>jbpm-enterprise-beans</artifactId>
-              <bundleFileName>jbpm-enterprise-beans.jar</bundleFileName>
-              <unpack>true</unpack>
-            </ejbModule>
-            <jarModule>
-              <groupId>org.jbpm.jbpm3</groupId>
-              <artifactId>jbpm-core</artifactId>
-              <bundleFileName>jbpm-core.jar</bundleFileName>
-              <includeInApplicationXml>true</includeInApplicationXml>
-            </jarModule>
-            <jarModule>
-              <groupId>org.jbpm.jbpm3</groupId>
-              <artifactId>jbpm-identity</artifactId>
-              <bundleFileName>jbpm-identity.jar</bundleFileName>
-              <includeInApplicationXml>true</includeInApplicationXml>
-            </jarModule>
-            <webModule>
-              <groupId>org.jbpm.jbpm3</groupId>
-              <artifactId>jbpm-console</artifactId>
-              <bundleFileName>jbpm-console.war</bundleFileName>
-              <contextRoot>/jbpm-console</contextRoot>
-              <unpack>true</unpack>
-            </webModule>
-            <webModule>
-              <groupId>org.jbpm.jbpm3</groupId>
-              <artifactId>gwt-console-war</artifactId>
-              <bundleFileName>gwt-console.war</bundleFileName>
-              <contextRoot>/gwt-console</contextRoot>
-              <unpack>true</unpack>
-            </webModule>
-          </modules>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
+   <!-- Dependencies -->
+   <dependencies>
+      <dependency>
+         <groupId>org.jbpm.jbpm3</groupId>
+         <artifactId>jbpm-enterprise-beans</artifactId>
+         <version>${version}</version>
+         <type>ejb</type>
+         <exclusions>
+            <exclusion>
+               <groupId>org.jbpm.jbpm3</groupId>
+               <artifactId>jbpm-core</artifactId>
+            </exclusion>
+         </exclusions>
+      </dependency>
+      <dependency>
+         <groupId>org.jbpm.jbpm3</groupId>
+         <artifactId>jbpm-console</artifactId>
+         <version>${version}</version>
+         <type>war</type>
+      </dependency>
+      <dependency>
+         <groupId>org.jbpm.jbpm3</groupId>
+         <artifactId>gwt-console-war</artifactId>
+         <version>${version}</version>
+         <type>war</type>
+      </dependency>
+      <dependency>
+         <groupId>org.jbpm.jbpm3</groupId>
+         <artifactId>gwt-console-server-war</artifactId>
+         <version>${version}</version>
+         <type>war</type>
+      </dependency>
+      <dependency>
+         <groupId>org.jbpm.jbpm3</groupId>
+         <artifactId>jbpm-core</artifactId>
+         <version>${version}</version>
+         <exclusions>
+            <exclusion>
+               <groupId>bsh</groupId>
+               <artifactId>bsh</artifactId>
+            </exclusion>
+            <exclusion>
+               <groupId>commons-logging</groupId>
+               <artifactId>commons-logging</artifactId>
+            </exclusion>
+            <exclusion>
+               <groupId>dom4j</groupId>
+               <artifactId>dom4j</artifactId>
+            </exclusion>
+            <exclusion>
+               <groupId>org.apache.ant</groupId>
+               <artifactId>ant</artifactId>
+            </exclusion>
+            <exclusion>
+               <groupId>org.apache.jackrabbit</groupId>
+               <artifactId>jackrabbit-core</artifactId>
+            </exclusion>
+            <exclusion>
+               <groupId>org.hibernate</groupId>
+               <artifactId>hibernate</artifactId>
+            </exclusion>
+         </exclusions>
+      </dependency>
+      <dependency>
+         <groupId>org.jbpm.jbpm3</groupId>
+         <artifactId>jbpm-identity</artifactId>
+         <version>${version}</version>
+         <exclusions>
+            <exclusion>
+               <groupId>org.jbpm.jbpm3</groupId>
+               <artifactId>jbpm-core</artifactId>
+            </exclusion>
+         </exclusions>
+      </dependency>
+   </dependencies>
 
+   <!-- Plugins -->
+   <build>
+      <plugins>
+         <plugin>
+            <artifactId>maven-ear-plugin</artifactId>
+            <configuration>
+               <generateApplicationXml>true</generateApplicationXml>
+               <modules>
+                  <ejbModule>
+                     <groupId>org.jbpm.jbpm3</groupId>
+                     <artifactId>jbpm-enterprise-beans</artifactId>
+                     <bundleFileName>jbpm-enterprise-beans.jar</bundleFileName>
+                     <unpack>true</unpack>
+                  </ejbModule>
+                  <jarModule>
+                     <groupId>org.jbpm.jbpm3</groupId>
+                     <artifactId>jbpm-core</artifactId>
+                     <bundleFileName>jbpm-core.jar</bundleFileName>
+                     <includeInApplicationXml>true</includeInApplicationXml>
+                  </jarModule>
+                  <jarModule>
+                     <groupId>org.jbpm.jbpm3</groupId>
+                     <artifactId>jbpm-identity</artifactId>
+                     <bundleFileName>jbpm-identity.jar</bundleFileName>
+                     <includeInApplicationXml>true</includeInApplicationXml>
+                  </jarModule>
+                  <webModule>
+                     <groupId>org.jbpm.jbpm3</groupId>
+                     <artifactId>jbpm-console</artifactId>
+                     <bundleFileName>jbpm-console.war</bundleFileName>
+                     <contextRoot>/jbpm-console</contextRoot>
+                     <unpack>true</unpack>
+                  </webModule>
+                  <webModule>
+                     <groupId>org.jbpm.jbpm3</groupId>
+                     <artifactId>gwt-console-war</artifactId>
+                     <bundleFileName>gwt-console.war</bundleFileName>
+                     <contextRoot>/gwt-console</contextRoot>
+                     <unpack>true</unpack>
+                  </webModule>
+                  <webModule>
+                     <groupId>org.jbpm.jbpm3</groupId>
+                     <artifactId>gwt-console-server-war</artifactId>
+                     <bundleFileName>gwt-console-server.war</bundleFileName>
+                     <contextRoot>/gwt-console-server</contextRoot>
+                     <unpack>true</unpack>
+                  </webModule>
+               </modules>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
 
+
 </project>




More information about the jbpm-commits mailing list