[jbpm-commits] JBoss JBPM SVN: r3614 - in jbpm3/branches/jbpm-3.2.5.GA: modules/core and 9 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jan 8 05:25:43 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-01-08 05:25:43 -0500 (Thu, 08 Jan 2009)
New Revision: 3614

Modified:
   jbpm3/branches/jbpm-3.2.5.GA/modules/core/pom.xml
   jbpm3/branches/jbpm-3.2.5.GA/modules/db/pom.xml
   jbpm3/branches/jbpm-3.2.5.GA/modules/distribution/pom.xml
   jbpm3/branches/jbpm-3.2.5.GA/modules/distribution/src/main/resources/installer/install-definition.xml
   jbpm3/branches/jbpm-3.2.5.GA/modules/enterprise/pom.xml
   jbpm3/branches/jbpm-3.2.5.GA/modules/examples/pom.xml
   jbpm3/branches/jbpm-3.2.5.GA/modules/identity/pom.xml
   jbpm3/branches/jbpm-3.2.5.GA/modules/integration/pom.xml
   jbpm3/branches/jbpm-3.2.5.GA/modules/simulation/pom.xml
   jbpm3/branches/jbpm-3.2.5.GA/modules/userguide/pom.xml
   jbpm3/branches/jbpm-3.2.5.GA/pom.xml
Log:
Remove gwt-console

Modified: jbpm3/branches/jbpm-3.2.5.GA/modules/core/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.GA/modules/core/pom.xml	2009-01-08 10:06:43 UTC (rev 3613)
+++ jbpm3/branches/jbpm-3.2.5.GA/modules/core/pom.xml	2009-01-08 10:25:43 UTC (rev 3614)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.1.GA</version>
+    <version>3.2.5.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.2.5.GA/modules/db/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.GA/modules/db/pom.xml	2009-01-08 10:06:43 UTC (rev 3613)
+++ jbpm3/branches/jbpm-3.2.5.GA/modules/db/pom.xml	2009-01-08 10:25:43 UTC (rev 3614)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.1.GA</version>
+    <version>3.2.5.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.2.5.GA/modules/distribution/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.GA/modules/distribution/pom.xml	2009-01-08 10:06:43 UTC (rev 3613)
+++ jbpm3/branches/jbpm-3.2.5.GA/modules/distribution/pom.xml	2009-01-08 10:25:43 UTC (rev 3614)
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.1.GA</version>
+    <version>3.2.5.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -123,22 +123,6 @@
     </dependency>
     <dependency>
       <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>gwt-console</artifactId>
-      <type>war</type>
-    </dependency>
-    <dependency>
-      <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>gwt-console-server</artifactId>
-      <type>war</type>
-    </dependency>
-    <dependency>
-      <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>gwt-console-server</artifactId>
-      <classifier>report</classifier>
-      <type>zip</type>
-    </dependency>
-    <dependency>
-      <groupId>org.jbpm.jbpm3</groupId>
       <artifactId>jbpm-jpdl-designer-site</artifactId>
       <type>zip</type>
     </dependency>

Modified: jbpm3/branches/jbpm-3.2.5.GA/modules/distribution/src/main/resources/installer/install-definition.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.GA/modules/distribution/src/main/resources/installer/install-definition.xml	2009-01-08 10:06:43 UTC (rev 3613)
+++ jbpm3/branches/jbpm-3.2.5.GA/modules/distribution/src/main/resources/installer/install-definition.xml	2009-01-08 10:25:43 UTC (rev 3614)
@@ -209,9 +209,11 @@
         <include name="jbpm.cfg.xml" />
         <include name="hibernate.extra.hbm.xml" />
       </fileset>
+      <!-- 
       <fileset dir="@{deploy.artifacts.dir}/resources/jbpm-integration-config" targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar" override="true">
         <include name="bpm-process-deployer.xml" />
       </fileset>
+      -->
       <fileset dir="@{deploy.artifacts.dir}/lib" targetdir="${jbossInstallPath}/server/${jbossTargetServer}/deploy/jbpm/jbpm-service.sar" override="true">
         <include name="bpm-spec-api.jar" />
         <include name="bpm-spec-integration-jboss42.jar" />
@@ -302,7 +304,6 @@
     *   GWT Console                *
     *                              *
     ********************************
-    -->
     
     <pack name="GWT-Console" parent="jBPM3 JBoss Integration" required="no" preselected="yes">
       <description>GWT-Console (Preview, use at your own risk)</description>
@@ -312,6 +313,7 @@
       <file src="@{deploy.artifacts.dir}/lib/gwt-console-server-report.zip" targetdir="${jbossInstallPath}/server/${jbossTargetServer}/data/birt/" unpack="true" override="true" />
       <file src="@{deploy.artifacts.dir}/lib/report-engine.zip" targetdir="${jbossInstallPath}/server/${jbossTargetServer}/data/birt/" unpack="true" override="true" />
     </pack>
+    -->
     
     <!-- 
     ********************************

Modified: jbpm3/branches/jbpm-3.2.5.GA/modules/enterprise/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.GA/modules/enterprise/pom.xml	2009-01-08 10:06:43 UTC (rev 3613)
+++ jbpm3/branches/jbpm-3.2.5.GA/modules/enterprise/pom.xml	2009-01-08 10:25:43 UTC (rev 3614)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.1.GA</version>
+    <version>3.2.5.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.2.5.GA/modules/examples/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.GA/modules/examples/pom.xml	2009-01-08 10:06:43 UTC (rev 3613)
+++ jbpm3/branches/jbpm-3.2.5.GA/modules/examples/pom.xml	2009-01-08 10:25:43 UTC (rev 3614)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.1.GA</version>
+    <version>3.2.5.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.2.5.GA/modules/identity/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.GA/modules/identity/pom.xml	2009-01-08 10:06:43 UTC (rev 3613)
+++ jbpm3/branches/jbpm-3.2.5.GA/modules/identity/pom.xml	2009-01-08 10:25:43 UTC (rev 3614)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.1.GA</version>
+    <version>3.2.5.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.2.5.GA/modules/integration/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.GA/modules/integration/pom.xml	2009-01-08 10:06:43 UTC (rev 3613)
+++ jbpm3/branches/jbpm-3.2.5.GA/modules/integration/pom.xml	2009-01-08 10:25:43 UTC (rev 3614)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.1.GA</version>
+    <version>3.2.5.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.2.5.GA/modules/simulation/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.GA/modules/simulation/pom.xml	2009-01-08 10:06:43 UTC (rev 3613)
+++ jbpm3/branches/jbpm-3.2.5.GA/modules/simulation/pom.xml	2009-01-08 10:25:43 UTC (rev 3614)
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.1.GA</version>
+    <version>3.2.5.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: jbpm3/branches/jbpm-3.2.5.GA/modules/userguide/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.GA/modules/userguide/pom.xml	2009-01-08 10:06:43 UTC (rev 3613)
+++ jbpm3/branches/jbpm-3.2.5.GA/modules/userguide/pom.xml	2009-01-08 10:25:43 UTC (rev 3614)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.1.GA</version>
+    <version>3.2.5.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.2.5.GA/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.5.GA/pom.xml	2009-01-08 10:06:43 UTC (rev 3613)
+++ jbpm3/branches/jbpm-3.2.5.GA/pom.xml	2009-01-08 10:25:43 UTC (rev 3614)
@@ -16,7 +16,7 @@
   <groupId>org.jbpm.jbpm3</groupId>
   <artifactId>jbpm</artifactId>
   <packaging>pom</packaging>
-  <version>3.3.1.GA</version>
+  <version>3.2.5.GA</version>
 
   <!-- Parent -->
   <parent>
@@ -56,7 +56,7 @@
     <drools.version>4.0.7</drools.version>
     <dumbster.version>1.6</dumbster.version>
     <hibernate.version>3.2.6.ga</hibernate.version>
-    <hibernate.annotations.version>3.3.1.GA</hibernate.annotations.version>
+    <hibernate.annotations.version>3.2.5.GA</hibernate.annotations.version>
     <hibernate.validator.version>3.0.0.ga</hibernate.validator.version>
     <izpack.version>4.1.0</izpack.version>
     <jasper.reports.version>3.0.0</jasper.reports.version>
@@ -72,7 +72,6 @@
     <javax.jaxb.version>2.1</javax.jaxb.version>
     <jaxen.version>1.1.1</jaxen.version>
     <jbpm.designer.version>3.1.6</jbpm.designer.version>
-    <jbpm.gwt-console.version>1.0.0.Beta2</jbpm.gwt-console.version>
     <jbpm.jsf-console.version>3.3.1.GA</jbpm.jsf-console.version>
     <jboss.client.version>4.2.2.GA</jboss.client.version>
     <jboss.gravel.version>1.0.0.GA</jboss.gravel.version>
@@ -103,33 +102,14 @@
         <type>war</type>
       </dependency>
       <dependency>
-      <groupId>org.jbpm.jbpm3</groupId>
-      <artifactId>jsf-console</artifactId>
-      <version>${jbpm.jsf-console.version}</version>
-      <classifier>soa</classifier>
-      <type>war</type>
-    </dependency>
-      <dependency>
         <groupId>org.jbpm.jbpm3</groupId>
-        <artifactId>gwt-console</artifactId>
-        <version>${jbpm.gwt-console.version}</version>
+        <artifactId>jsf-console</artifactId>
+        <version>${jbpm.jsf-console.version}</version>
+        <classifier>soa</classifier>
         <type>war</type>
       </dependency>
       <dependency>
         <groupId>org.jbpm.jbpm3</groupId>
-        <artifactId>gwt-console-server</artifactId>
-        <classifier>report</classifier>
-        <version>${jbpm.gwt-console.version}</version>
-        <type>zip</type>
-      </dependency>
-      <dependency>
-        <groupId>org.jbpm.jbpm3</groupId>
-        <artifactId>gwt-console-server</artifactId>
-        <version>${jbpm.gwt-console.version}</version>
-        <type>war</type>
-      </dependency>
-      <dependency>
-        <groupId>org.jbpm.jbpm3</groupId>
         <artifactId>jbpm-jpdl-designer-site</artifactId>
         <version>${jbpm.designer.version}</version>
         <type>zip</type>




More information about the jbpm-commits mailing list