[jbpm-commits] JBoss JBPM SVN: r2136 - in jbpm3/trunk: modules and 11 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Sep 8 05:35:22 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-08 05:35:22 -0400 (Mon, 08 Sep 2008)
New Revision: 2136

Added:
   jbpm3/trunk/modules/core/
   jbpm3/trunk/modules/db/
   jbpm3/trunk/modules/identity/
   jbpm3/trunk/modules/integration/
   jbpm3/trunk/modules/simulation/
   jbpm3/trunk/modules/userguide/
Removed:
   jbpm3/trunk/modules/jpdl/
Modified:
   jbpm3/trunk/modules/console/pom.xml
   jbpm3/trunk/modules/core/.project
   jbpm3/trunk/modules/core/pom.xml
   jbpm3/trunk/modules/db/.project
   jbpm3/trunk/modules/db/pom.xml
   jbpm3/trunk/modules/distribution/pom.xml
   jbpm3/trunk/modules/distribution/scripts/assembly-deploy-artifacts.xml
   jbpm3/trunk/modules/enterprise/pom.xml
   jbpm3/trunk/modules/identity/.project
   jbpm3/trunk/modules/identity/pom.xml
   jbpm3/trunk/modules/integration/.project
   jbpm3/trunk/modules/integration/pom.xml
   jbpm3/trunk/modules/jbpm4jsf/pom.xml
   jbpm3/trunk/modules/simulation/.project
   jbpm3/trunk/modules/simulation/pom.xml
   jbpm3/trunk/modules/userguide/.project
   jbpm3/trunk/modules/userguide/pom.xml
   jbpm3/trunk/pom.xml
Log:
Remove module jpdl

Modified: jbpm3/trunk/modules/console/pom.xml
===================================================================
--- jbpm3/trunk/modules/console/pom.xml	2008-09-08 09:07:46 UTC (rev 2135)
+++ jbpm3/trunk/modules/console/pom.xml	2008-09-08 09:35:22 UTC (rev 2136)
@@ -30,13 +30,13 @@
     <!-- jBPM Dependencies -->
     <dependency>
       <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-jpdl-core</artifactId>
+      <artifactId>jbpm-core</artifactId>
       <version>${version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-jpdl-identity</artifactId>
+      <artifactId>jbpm-identity</artifactId>
       <version>${version}</version>
       <scope>provided</scope>
     </dependency>

Copied: jbpm3/trunk/modules/core (from rev 2135, jbpm3/trunk/modules/jpdl/core)

Modified: jbpm3/trunk/modules/core/.project
===================================================================
--- jbpm3/trunk/modules/jpdl/core/.project	2008-09-08 09:07:46 UTC (rev 2135)
+++ jbpm3/trunk/modules/core/.project	2008-09-08 09:35:22 UTC (rev 2136)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>jbpm-jpdl-core</name>
+	<name>jbpm-core</name>
 	<comment></comment>
 	<projects>
 	</projects>

Modified: jbpm3/trunk/modules/core/pom.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/core/pom.xml	2008-09-08 09:07:46 UTC (rev 2135)
+++ jbpm3/trunk/modules/core/pom.xml	2008-09-08 09:35:22 UTC (rev 2136)
@@ -13,15 +13,15 @@
 <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 jBPM - jPDL Core</name>
+  <name>JBoss jBPM - Core</name>
   <groupId>org.jboss.jbpm</groupId>
-  <artifactId>jbpm-jpdl-core</artifactId>
+  <artifactId>jbpm-core</artifactId>
   <packaging>jar</packaging>
 
    <!-- Parent -->
   <parent>
     <groupId>org.jboss.jbpm</groupId>
-    <artifactId>jbpm-jpdl</artifactId>
+    <artifactId>jbpm</artifactId>
     <version>3.3.0-SNAPSHOT</version>
   </parent>
 

Copied: jbpm3/trunk/modules/db (from rev 2135, jbpm3/trunk/modules/jpdl/db)

Modified: jbpm3/trunk/modules/db/.project
===================================================================
--- jbpm3/trunk/modules/jpdl/db/.project	2008-09-08 09:07:46 UTC (rev 2135)
+++ jbpm3/trunk/modules/db/.project	2008-09-08 09:35:22 UTC (rev 2136)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>jbpm-jpdl-db</name>
+	<name>jbpm-db</name>
 	<comment></comment>
 	<projects>
 	</projects>

Modified: jbpm3/trunk/modules/db/pom.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/db/pom.xml	2008-09-08 09:07:46 UTC (rev 2135)
+++ jbpm3/trunk/modules/db/pom.xml	2008-09-08 09:35:22 UTC (rev 2136)
@@ -15,15 +15,15 @@
   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 jBPM - jPDL Database</name>
+  <name>JBoss jBPM - Database</name>
   <groupId>org.jboss.jbpm</groupId>
-  <artifactId>jbpm-jpdl-db</artifactId>
+  <artifactId>jbpm-db</artifactId>
   <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jboss.jbpm</groupId>
-    <artifactId>jbpm-jpdl</artifactId>
+    <artifactId>jbpm</artifactId>
     <version>3.3.0-SNAPSHOT</version>
   </parent>
 
@@ -32,14 +32,14 @@
     <!-- jBPM Dependencies -->
     <dependency>
       <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-jpdl-core</artifactId>
+      <artifactId>jbpm-core</artifactId>
       <version>${version}</version>
     </dependency>
     
     <!-- Test Dependencies -->
     <dependency>
       <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-jpdl-core</artifactId>
+      <artifactId>jbpm-core</artifactId>
       <classifier>config</classifier>
       <version>${version}</version>
       <scope>test</scope>

Modified: jbpm3/trunk/modules/distribution/pom.xml
===================================================================
--- jbpm3/trunk/modules/distribution/pom.xml	2008-09-08 09:07:46 UTC (rev 2135)
+++ jbpm3/trunk/modules/distribution/pom.xml	2008-09-08 09:35:22 UTC (rev 2136)
@@ -46,36 +46,36 @@
     </dependency>
     <dependency>
       <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-jpdl-core</artifactId>
+      <artifactId>jbpm-core</artifactId>
       <version>${version}</version>
     </dependency>
     <dependency>
       <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-jpdl-core</artifactId>
+      <artifactId>jbpm-core</artifactId>
       <classifier>config</classifier>
       <version>${version}</version>
     </dependency>
     <dependency>
       <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-jpdl-identity</artifactId>
+      <artifactId>jbpm-identity</artifactId>
       <version>${version}</version>
     </dependency>
     <dependency>
       <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-jpdl-identity</artifactId>
+      <artifactId>jbpm-identity</artifactId>
       <classifier>config</classifier>
       <version>${version}</version>
     </dependency>
     <dependency>
       <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-jpdl-identity</artifactId>
+      <artifactId>jbpm-identity</artifactId>
       <classifier>service</classifier>
       <version>${version}</version>
       <type>zip</type>
     </dependency>
     <dependency>
       <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-jpdl-integration</artifactId>
+      <artifactId>jbpm-integration</artifactId>
       <version>${version}</version>
     </dependency>
     

Modified: jbpm3/trunk/modules/distribution/scripts/assembly-deploy-artifacts.xml
===================================================================
--- jbpm3/trunk/modules/distribution/scripts/assembly-deploy-artifacts.xml	2008-09-08 09:07:46 UTC (rev 2135)
+++ jbpm3/trunk/modules/distribution/scripts/assembly-deploy-artifacts.xml	2008-09-08 09:35:22 UTC (rev 2136)
@@ -19,7 +19,7 @@
       <outputDirectory>resources/jbpm-core-config</outputDirectory>
       <useStrictFiltering>true</useStrictFiltering>
       <includes>
-        <include>*:jbpm-jpdl-core:jar:config</include>
+        <include>*:jbpm-core:jar:config</include>
       </includes>
       <unpack>true</unpack>
     </dependencySet>

Modified: jbpm3/trunk/modules/enterprise/pom.xml
===================================================================
--- jbpm3/trunk/modules/enterprise/pom.xml	2008-09-08 09:07:46 UTC (rev 2135)
+++ jbpm3/trunk/modules/enterprise/pom.xml	2008-09-08 09:35:22 UTC (rev 2136)
@@ -30,7 +30,7 @@
     <!-- jBPM Dependencies -->
     <dependency>
       <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-jpdl-core</artifactId>
+      <artifactId>jbpm-core</artifactId>
       <version>${version}</version>
     </dependency>
     

Copied: jbpm3/trunk/modules/identity (from rev 2135, jbpm3/trunk/modules/jpdl/identity)

Modified: jbpm3/trunk/modules/identity/.project
===================================================================
--- jbpm3/trunk/modules/jpdl/identity/.project	2008-09-08 09:07:46 UTC (rev 2135)
+++ jbpm3/trunk/modules/identity/.project	2008-09-08 09:35:22 UTC (rev 2136)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>jbpm-jpdl-identity</name>
+	<name>jbpm-identity</name>
 	<comment></comment>
 	<projects>
 	</projects>

Modified: jbpm3/trunk/modules/identity/pom.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/identity/pom.xml	2008-09-08 09:07:46 UTC (rev 2135)
+++ jbpm3/trunk/modules/identity/pom.xml	2008-09-08 09:35:22 UTC (rev 2136)
@@ -13,15 +13,15 @@
 <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 jBPM - jPDL Identity</name>
+  <name>JBoss jBPM - Identity</name>
   <groupId>org.jboss.jbpm</groupId>
-  <artifactId>jbpm-jpdl-identity</artifactId>
+  <artifactId>jbpm-identity</artifactId>
   <packaging>jar</packaging>
 
    <!-- Parent -->
   <parent>
     <groupId>org.jboss.jbpm</groupId>
-    <artifactId>jbpm-jpdl</artifactId>
+    <artifactId>jbpm</artifactId>
     <version>3.3.0-SNAPSHOT</version>
   </parent>
 
@@ -30,7 +30,7 @@
     <!-- jBPM Dependencies -->
     <dependency>
       <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-jpdl-core</artifactId>
+      <artifactId>jbpm-core</artifactId>
       <version>${version}</version>
     </dependency>
 
@@ -44,7 +44,7 @@
     <!-- Test Dependencies -->
     <dependency>
       <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-jpdl-core</artifactId>
+      <artifactId>jbpm-core</artifactId>
       <classifier>config</classifier>
       <version>${version}</version>
       <scope>test</scope>

Copied: jbpm3/trunk/modules/integration (from rev 2135, jbpm3/trunk/modules/jpdl/integration)

Modified: jbpm3/trunk/modules/integration/.project
===================================================================
--- jbpm3/trunk/modules/jpdl/integration/.project	2008-09-08 09:07:46 UTC (rev 2135)
+++ jbpm3/trunk/modules/integration/.project	2008-09-08 09:35:22 UTC (rev 2136)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>jbpm-jpdl-integration</name>
+	<name>jbpm-integration</name>
 	<comment></comment>
 	<projects>
 	</projects>

Modified: jbpm3/trunk/modules/integration/pom.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/integration/pom.xml	2008-09-08 09:07:46 UTC (rev 2135)
+++ jbpm3/trunk/modules/integration/pom.xml	2008-09-08 09:35:22 UTC (rev 2136)
@@ -12,15 +12,15 @@
 <!-- $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 jBPM - jPDL CTS Integration</name>
+  <name>JBoss jBPM - Integration</name>
   <groupId>org.jboss.jbpm</groupId>
-  <artifactId>jbpm-jpdl-integration</artifactId>
+  <artifactId>jbpm-integration</artifactId>
   <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jboss.jbpm</groupId>
-    <artifactId>jbpm-jpdl</artifactId>
+    <artifactId>jbpm</artifactId>
     <version>3.3.0-SNAPSHOT</version>
   </parent>
 
@@ -33,7 +33,7 @@
     </dependency>
     <dependency>
       <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-jpdl-core</artifactId>
+      <artifactId>jbpm-core</artifactId>
       <version>${version}</version>
     </dependency>
 
@@ -48,7 +48,7 @@
     <!-- Test Dependencies -->
     <dependency>
       <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-jpdl-core</artifactId>
+      <artifactId>jbpm-core</artifactId>
       <classifier>config</classifier>
       <version>${version}</version>
       <scope>test</scope>

Modified: jbpm3/trunk/modules/jbpm4jsf/pom.xml
===================================================================
--- jbpm3/trunk/modules/jbpm4jsf/pom.xml	2008-09-08 09:07:46 UTC (rev 2135)
+++ jbpm3/trunk/modules/jbpm4jsf/pom.xml	2008-09-08 09:35:22 UTC (rev 2136)
@@ -32,7 +32,7 @@
     <!-- jBPM Dependencies -->
     <dependency>
       <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-jpdl-identity</artifactId>
+      <artifactId>jbpm-identity</artifactId>
       <version>${version}</version>
     </dependency>
     

Copied: jbpm3/trunk/modules/simulation (from rev 2135, jbpm3/trunk/modules/jpdl/simulation)

Modified: jbpm3/trunk/modules/simulation/.project
===================================================================
--- jbpm3/trunk/modules/jpdl/simulation/.project	2008-09-08 09:07:46 UTC (rev 2135)
+++ jbpm3/trunk/modules/simulation/.project	2008-09-08 09:35:22 UTC (rev 2136)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>jbpm-jpdl-simulation</name>
+	<name>jbpm-simulation</name>
 	<comment></comment>
 	<projects>
 	</projects>

Modified: jbpm3/trunk/modules/simulation/pom.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/simulation/pom.xml	2008-09-08 09:07:46 UTC (rev 2135)
+++ jbpm3/trunk/modules/simulation/pom.xml	2008-09-08 09:35:22 UTC (rev 2136)
@@ -12,15 +12,15 @@
 <!-- $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 jBPM - jPDL Simulation</name>
+  <name>JBoss jBPM - Simulation</name>
   <groupId>org.jboss.jbpm</groupId>
-  <artifactId>jbpm-jpdl-simulation</artifactId>
+  <artifactId>jbpm-simulation</artifactId>
   <packaging>jar</packaging>
   
   <!-- Parent -->
   <parent>
     <groupId>org.jboss.jbpm</groupId>
-    <artifactId>jbpm-jpdl</artifactId>
+    <artifactId>jbpm</artifactId>
     <version>3.3.0-SNAPSHOT</version>
   </parent>
   
@@ -29,7 +29,7 @@
     <!-- jBPM Dependencies -->
     <dependency>
       <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-jpdl-core</artifactId>
+      <artifactId>jbpm-core</artifactId>
       <version>${version}</version>
     </dependency>
     

Copied: jbpm3/trunk/modules/userguide (from rev 2135, jbpm3/trunk/modules/jpdl/userguide)

Modified: jbpm3/trunk/modules/userguide/.project
===================================================================
--- jbpm3/trunk/modules/jpdl/userguide/.project	2008-09-08 09:07:46 UTC (rev 2135)
+++ jbpm3/trunk/modules/userguide/.project	2008-09-08 09:35:22 UTC (rev 2136)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>jbpm-jpdl-userguide</name>
+	<name>jbpm-userguide</name>
 	<comment></comment>
 	<projects>
 	</projects>

Modified: jbpm3/trunk/modules/userguide/pom.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/userguide/pom.xml	2008-09-08 09:07:46 UTC (rev 2135)
+++ jbpm3/trunk/modules/userguide/pom.xml	2008-09-08 09:35:22 UTC (rev 2136)
@@ -15,15 +15,15 @@
   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 jBPM - jPDL Userguide</name>
+  <name>JBoss jBPM - Userguide</name>
   <groupId>org.jboss.jbpm</groupId>
-  <artifactId>jbpm-jpdl-userguide</artifactId>
+  <artifactId>jbpm-userguide</artifactId>
   <packaging>jdocbook</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jboss.jbpm</groupId>
-    <artifactId>jbpm-jpdl</artifactId>
+    <artifactId>jbpm</artifactId>
     <version>3.3.0-SNAPSHOT</version>
   </parent>
 

Modified: jbpm3/trunk/pom.xml
===================================================================
--- jbpm3/trunk/pom.xml	2008-09-08 09:07:46 UTC (rev 2135)
+++ jbpm3/trunk/pom.xml	2008-09-08 09:35:22 UTC (rev 2136)
@@ -28,7 +28,10 @@
 
   <!-- Modules -->
   <modules>
-    <module>modules/jpdl</module>
+    <module>modules/core</module>
+    <module>modules/identity</module>
+    <module>modules/integration</module>
+    <module>modules/simulation</module>
     <module>modules/console</module>
     <module>modules/enterprise</module>
     <module>modules/jbpm4jsf</module>




More information about the jbpm-commits mailing list