[jbpm-commits] JBoss JBPM SVN: r3429 - in jbpm3/branches/jbpm-3.2.4: modules/core and 10 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Dec 18 08:03:30 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-12-18 08:03:30 -0500 (Thu, 18 Dec 2008)
New Revision: 3429

Modified:
   jbpm3/branches/jbpm-3.2.4/.project
   jbpm3/branches/jbpm-3.2.4/modules/core/pom.xml
   jbpm3/branches/jbpm-3.2.4/modules/db/pom.xml
   jbpm3/branches/jbpm-3.2.4/modules/distribution/pom.xml
   jbpm3/branches/jbpm-3.2.4/modules/distribution/src/main/resources/installer/install-definition.xml
   jbpm3/branches/jbpm-3.2.4/modules/enterprise/ear/pom.xml
   jbpm3/branches/jbpm-3.2.4/modules/enterprise/jar/pom.xml
   jbpm3/branches/jbpm-3.2.4/modules/enterprise/pom.xml
   jbpm3/branches/jbpm-3.2.4/modules/examples/pom.xml
   jbpm3/branches/jbpm-3.2.4/modules/identity/pom.xml
   jbpm3/branches/jbpm-3.2.4/modules/simulation/pom.xml
   jbpm3/branches/jbpm-3.2.4/modules/userguide/pom.xml
   jbpm3/branches/jbpm-3.2.4/pom.xml
Log:
Remove GWT console

Modified: jbpm3/branches/jbpm-3.2.4/.project
===================================================================
--- jbpm3/branches/jbpm-3.2.4/.project	2008-12-18 12:52:50 UTC (rev 3428)
+++ jbpm3/branches/jbpm-3.2.4/.project	2008-12-18 13:03:30 UTC (rev 3429)
@@ -1,17 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>jbpm3</name>
+	<name>jbpm</name>
 	<comment></comment>
 	<projects>
 	</projects>
 	<buildSpec>
 		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
 			<name>org.maven.ide.eclipse.maven2Builder</name>
 			<arguments>
 			</arguments>
 		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.maven.ide.eclipse.maven2Nature</nature>
 	</natures>
 </projectDescription>

Modified: jbpm3/branches/jbpm-3.2.4/modules/core/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.4/modules/core/pom.xml	2008-12-18 12:52:50 UTC (rev 3428)
+++ jbpm3/branches/jbpm-3.2.4/modules/core/pom.xml	2008-12-18 13:03:30 UTC (rev 3429)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.0.GA</version>
+    <version>3.2.4.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.2.4/modules/db/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.4/modules/db/pom.xml	2008-12-18 12:52:50 UTC (rev 3428)
+++ jbpm3/branches/jbpm-3.2.4/modules/db/pom.xml	2008-12-18 13:03:30 UTC (rev 3429)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.0.GA</version>
+    <version>3.2.4.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.2.4/modules/distribution/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.4/modules/distribution/pom.xml	2008-12-18 12:52:50 UTC (rev 3428)
+++ jbpm3/branches/jbpm-3.2.4/modules/distribution/pom.xml	2008-12-18 13:03:30 UTC (rev 3429)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.0.GA</version>
+    <version>3.2.4.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -101,16 +101,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>jbpm-jpdl-designer-site</artifactId>
       <type>zip</type>
     </dependency>

Modified: jbpm3/branches/jbpm-3.2.4/modules/distribution/src/main/resources/installer/install-definition.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.4/modules/distribution/src/main/resources/installer/install-definition.xml	2008-12-18 12:52:50 UTC (rev 3428)
+++ jbpm3/branches/jbpm-3.2.4/modules/distribution/src/main/resources/installer/install-definition.xml	2008-12-18 13:03:30 UTC (rev 3429)
@@ -254,12 +254,5 @@
       <file src="@{resources.dir}/installer/download-helper.xml" targetdir="$INSTALL_PATH/Uninstaller"/>
     </pack>
 
-    <!-- GWT Console -->
-    <pack name="GWT-Console" required="no" parent="Optional Components" preselected="no">
-      <description>GWT-Console (Preview, use at your own risk)</description>
-      <file src="@{deploy.artifacts.dir}/lib/gwt-console.war" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm" unpack="false" override="true" />
-      <file src="@{deploy.artifacts.dir}/lib/gwt-console-server.war" targetdir="${installPath}/server/${jbossTargetServer}/deploy/jbpm" unpack="false" override="true" />
-    </pack>
-    
   </packs>
 </installation>
\ No newline at end of file

Modified: jbpm3/branches/jbpm-3.2.4/modules/enterprise/ear/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.4/modules/enterprise/ear/pom.xml	2008-12-18 12:52:50 UTC (rev 3428)
+++ jbpm3/branches/jbpm-3.2.4/modules/enterprise/ear/pom.xml	2008-12-18 13:03:30 UTC (rev 3429)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.jbpm.jbpm3</groupId>
       <artifactId>jbpm-enterprise</artifactId>
-      <version>3.3.0.GA</version>
+      <version>3.2.4.GA</version>
    </parent>
 
    <!-- Dependencies -->

Modified: jbpm3/branches/jbpm-3.2.4/modules/enterprise/jar/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.4/modules/enterprise/jar/pom.xml	2008-12-18 12:52:50 UTC (rev 3428)
+++ jbpm3/branches/jbpm-3.2.4/modules/enterprise/jar/pom.xml	2008-12-18 13:03:30 UTC (rev 3429)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm-enterprise</artifactId>
-    <version>3.3.0.GA</version>
+    <version>3.2.4.GA</version>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm3/branches/jbpm-3.2.4/modules/enterprise/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.4/modules/enterprise/pom.xml	2008-12-18 12:52:50 UTC (rev 3428)
+++ jbpm3/branches/jbpm-3.2.4/modules/enterprise/pom.xml	2008-12-18 13:03:30 UTC (rev 3429)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.0.GA</version>
+    <version>3.2.4.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.2.4/modules/examples/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.4/modules/examples/pom.xml	2008-12-18 12:52:50 UTC (rev 3428)
+++ jbpm3/branches/jbpm-3.2.4/modules/examples/pom.xml	2008-12-18 13:03:30 UTC (rev 3429)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.0.GA</version>
+    <version>3.2.4.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.2.4/modules/identity/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.4/modules/identity/pom.xml	2008-12-18 12:52:50 UTC (rev 3428)
+++ jbpm3/branches/jbpm-3.2.4/modules/identity/pom.xml	2008-12-18 13:03:30 UTC (rev 3429)
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.0.GA</version>
+    <version>3.2.4.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.2.4/modules/simulation/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.4/modules/simulation/pom.xml	2008-12-18 12:52:50 UTC (rev 3428)
+++ jbpm3/branches/jbpm-3.2.4/modules/simulation/pom.xml	2008-12-18 13:03:30 UTC (rev 3429)
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.0.GA</version>
+    <version>3.2.4.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   

Modified: jbpm3/branches/jbpm-3.2.4/modules/userguide/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.4/modules/userguide/pom.xml	2008-12-18 12:52:50 UTC (rev 3428)
+++ jbpm3/branches/jbpm-3.2.4/modules/userguide/pom.xml	2008-12-18 13:03:30 UTC (rev 3429)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jbpm.jbpm3</groupId>
     <artifactId>jbpm</artifactId>
-    <version>3.3.0.GA</version>
+    <version>3.2.4.GA</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: jbpm3/branches/jbpm-3.2.4/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2.4/pom.xml	2008-12-18 12:52:50 UTC (rev 3428)
+++ jbpm3/branches/jbpm-3.2.4/pom.xml	2008-12-18 13:03:30 UTC (rev 3429)
@@ -17,7 +17,7 @@
   <groupId>org.jbpm.jbpm3</groupId>
   <artifactId>jbpm</artifactId>
   <packaging>pom</packaging>
-  <version>3.3.0.GA</version>
+  <version>3.2.4.GA</version>
 
   <!-- Parent -->
   <parent>
@@ -66,7 +66,6 @@
     <jaxen.version>1.1.1</jaxen.version>
     <jbpm.api.version>1.0.0-Alpha2</jbpm.api.version>
     <jbpm.designer.version>3.1.5</jbpm.designer.version>
-    <jbpm.gwt-console.version>1.0.0-Beta1</jbpm.gwt-console.version>
     <jbpm.jsf-console.version>3.3.0.GA</jbpm.jsf-console.version>
     <jboss.gravel.version>1.0.0.GA</jboss.gravel.version>
     <jboss.seam.version>2.0.2.GA</jboss.seam.version>
@@ -101,18 +100,6 @@
       </dependency>
       <dependency>
         <groupId>org.jbpm.jbpm3</groupId>
-        <artifactId>gwt-console</artifactId>
-        <version>${jbpm.gwt-console.version}</version>
-        <type>war</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