[jbpm-commits] JBoss JBPM SVN: r2706 - in jbpm4/trunk/modules: cts-pojo and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Oct 31 12:13:59 EDT 2008


Author: tom.baeyens at jboss.com
Date: 2008-10-31 12:13:59 -0400 (Fri, 31 Oct 2008)
New Revision: 2706

Added:
   jbpm4/trunk/modules/cts-pojo/
Removed:
   jbpm4/trunk/modules/cts-pojo/src/test/java/org/
   jbpm4/trunk/modules/cts-pojo/src/test/resources/
Modified:
   jbpm4/trunk/modules/cts-pojo/.classpath
   jbpm4/trunk/modules/cts-pojo/pom.xml
Log:
unification api proposals

Copied: jbpm4/trunk/modules/cts-pojo (from rev 2701, jbpm4/trunk/modules/cts)


Property changes on: jbpm4/trunk/modules/cts-pojo
___________________________________________________________________
Name: svn:ignore
   + target
.settings

Name: svn:mergeinfo
   + 

Modified: jbpm4/trunk/modules/cts-pojo/.classpath
===================================================================
--- jbpm4/trunk/modules/cts/.classpath	2008-10-31 10:28:46 UTC (rev 2701)
+++ jbpm4/trunk/modules/cts-pojo/.classpath	2008-10-31 16:13:59 UTC (rev 2706)
@@ -3,5 +3,5 @@
 	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-	<classpathentry kind="output" path="target/classes"/>
+	<classpathentry kind="output" path="target/test-classes"/>
 </classpath>

Modified: jbpm4/trunk/modules/cts-pojo/pom.xml
===================================================================
--- jbpm4/trunk/modules/cts/pom.xml	2008-10-31 10:28:46 UTC (rev 2701)
+++ jbpm4/trunk/modules/cts-pojo/pom.xml	2008-10-31 16:13:59 UTC (rev 2706)
@@ -14,7 +14,7 @@
   <modelVersion>4.0.0</modelVersion>
   <name>jBPM 4 - CTS DB</name>
   <groupId>org.jbpm.jbpm4</groupId>
-  <artifactId>jbpm-cts</artifactId>
+  <artifactId>jbpm-test-db</artifactId>
   <packaging>jar</packaging>
 
   <version>1.0.0-SNAPSHOT</version>




More information about the jbpm-commits mailing list