[jbpm-commits] JBoss JBPM SVN: r2930 - in jbpm3/branches/tdiesler: modules and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Nov 14 07:41:51 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-11-14 07:41:51 -0500 (Fri, 14 Nov 2008)
New Revision: 2930

Added:
   jbpm3/branches/tdiesler/modules/integration/
   jbpm3/branches/tdiesler/modules/integration/.project
Removed:
   jbpm3/branches/tdiesler/modules/integration/src/main/java/org/jbpm/integration/client/
   jbpm3/branches/tdiesler/modules/integration/target/
Modified:
   jbpm3/branches/tdiesler/modules/integration/pom.xml
   jbpm3/branches/tdiesler/pom.xml
Log:
Add API integration

Copied: jbpm3/branches/tdiesler/modules/integration (from rev 1387, jbpm3/trunk/modules/jpdl/integration)

Added: jbpm3/branches/tdiesler/modules/integration/.project
===================================================================
--- jbpm3/branches/tdiesler/modules/integration/.project	                        (rev 0)
+++ jbpm3/branches/tdiesler/modules/integration/.project	2008-11-14 12:41:51 UTC (rev 2930)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jbpm-integration</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
+	</natures>
+</projectDescription>

Modified: jbpm3/branches/tdiesler/modules/integration/pom.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/integration/pom.xml	2008-06-27 13:24:55 UTC (rev 1387)
+++ jbpm3/branches/tdiesler/modules/integration/pom.xml	2008-11-14 12:41:51 UTC (rev 2930)
@@ -15,36 +15,37 @@
   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 Integration</name>
-  <groupId>org.jboss.jbpm</groupId>
-  <artifactId>jbpm-jpdl-integration</artifactId>
+  <name>JBoss jBPM3 - Integration</name>
+  <groupId>org.jbpm.jbpm3</groupId>
+  <artifactId>jbpm-integration</artifactId>
   <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
-    <groupId>org.jboss.jbpm</groupId>
-    <artifactId>jbpm-jpdl</artifactId>
-    <version>3.2.4-SNAPSHOT</version>
+    <groupId>org.jbpm.jbpm3</groupId>
+    <artifactId>jbpm</artifactId>
+    <version>3.3.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->
   <dependencies>
     <dependency>
-      <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-api</artifactId>
+      <groupId>org.jbpm.jbpm4</groupId>
+      <artifactId>jbpm-spec-api</artifactId>
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-jpdl-core</artifactId>
+      <groupId>org.jbpm.jbpm3</groupId>
+      <artifactId>jbpm-jpdl</artifactId>
       <version>${version}</version>
     </dependency>
     <dependency>
-      <groupId>org.jboss.jbpm</groupId>
-      <artifactId>jbpm-jpdl-core</artifactId>
+      <groupId>org.jbpm.jbpm3</groupId>
+      <artifactId>jbpm-jpdl</artifactId>
       <classifier>config</classifier>
       <version>${version}</version>
     </dependency>
   </dependencies>
 
-</project>
\ No newline at end of file
+</project>

Modified: jbpm3/branches/tdiesler/pom.xml
===================================================================
--- jbpm3/branches/tdiesler/pom.xml	2008-11-14 12:11:43 UTC (rev 2929)
+++ jbpm3/branches/tdiesler/pom.xml	2008-11-14 12:41:51 UTC (rev 2930)
@@ -33,6 +33,7 @@
     <module>modules/enterprise</module>
     <module>modules/examples</module>
     <module>modules/simulation</module>
+    <module>modules/integration</module>
   </modules>
 
   <!-- Properties -->
@@ -64,7 +65,7 @@
     <javax.persistence.version>1.0</javax.persistence.version>
     <javax.jaxb.version>2.1</javax.jaxb.version>
     <jaxen.version>1.1.1</jaxen.version>
-    <jbpm.api.version>1.0.0-Alpha2</jbpm.api.version>
+    <jbpm.api.version>1.0.0-SNAPSHOT</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>




More information about the jbpm-commits mailing list