[jbpm-commits] JBoss JBPM SVN: r2210 - in projects/jbpm-spec/trunk: modules and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Sep 12 09:52:43 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-12 09:52:42 -0400 (Fri, 12 Sep 2008)
New Revision: 2210

Added:
   projects/jbpm-spec/trunk/modules/cts/
   projects/jbpm-spec/trunk/modules/cts/.classpath
   projects/jbpm-spec/trunk/modules/cts/.project
   projects/jbpm-spec/trunk/modules/cts/pom.xml
   projects/jbpm-spec/trunk/modules/cts/scripts/
   projects/jbpm-spec/trunk/modules/cts/src/
Removed:
   projects/jbpm-spec/trunk/modules/cts/.classpath
   projects/jbpm-spec/trunk/modules/cts/.project
   projects/jbpm-spec/trunk/modules/cts/pom.xml
   projects/jbpm-spec/trunk/modules/cts/scripts/
   projects/jbpm-spec/trunk/modules/cts/src/
   projects/jbpm-spec/trunk/modules/testsuite/
Modified:
   projects/jbpm-spec/trunk/pom.xml
Log:
move testsuite to cts

Copied: projects/jbpm-spec/trunk/modules/cts (from rev 2208, projects/jbpm-spec/trunk/modules/testsuite)

Deleted: projects/jbpm-spec/trunk/modules/cts/.classpath
===================================================================
--- projects/jbpm-spec/trunk/modules/testsuite/.classpath	2008-09-12 13:43:43 UTC (rev 2208)
+++ projects/jbpm-spec/trunk/modules/cts/.classpath	2008-09-12 13:52:42 UTC (rev 2210)
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
-	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
-	<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"/>
-</classpath>

Copied: projects/jbpm-spec/trunk/modules/cts/.classpath (from rev 2209, projects/jbpm-spec/trunk/modules/testsuite/.classpath)
===================================================================
--- projects/jbpm-spec/trunk/modules/cts/.classpath	                        (rev 0)
+++ projects/jbpm-spec/trunk/modules/cts/.classpath	2008-09-12 13:52:42 UTC (rev 2210)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
+	<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"/>
+</classpath>

Deleted: projects/jbpm-spec/trunk/modules/cts/.project
===================================================================
--- projects/jbpm-spec/trunk/modules/testsuite/.project	2008-09-12 13:43:43 UTC (rev 2208)
+++ projects/jbpm-spec/trunk/modules/cts/.project	2008-09-12 13:52:42 UTC (rev 2210)
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>jbpm-spec-testsuite</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.stp.bpmn.validation.BatchValidationBuilder</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>
-		<nature>org.eclipse.stp.bpmn.validation.BatchValidationBuildAbleNature</nature>
-	</natures>
-</projectDescription>

Copied: projects/jbpm-spec/trunk/modules/cts/.project (from rev 2209, projects/jbpm-spec/trunk/modules/testsuite/.project)
===================================================================
--- projects/jbpm-spec/trunk/modules/cts/.project	                        (rev 0)
+++ projects/jbpm-spec/trunk/modules/cts/.project	2008-09-12 13:52:42 UTC (rev 2210)
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jbpm-spec-testsuite</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.stp.bpmn.validation.BatchValidationBuilder</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>
+		<nature>org.eclipse.stp.bpmn.validation.BatchValidationBuildAbleNature</nature>
+	</natures>
+</projectDescription>

Deleted: projects/jbpm-spec/trunk/modules/cts/pom.xml
===================================================================
--- projects/jbpm-spec/trunk/modules/testsuite/pom.xml	2008-09-12 13:43:43 UTC (rev 2208)
+++ projects/jbpm-spec/trunk/modules/cts/pom.xml	2008-09-12 13:52:42 UTC (rev 2210)
@@ -1,198 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- ====================================================================== -->
-<!--                                                                        -->
-<!--  JBoss, the OpenSource J2EE webOS                                      -->
-<!--                                                                        -->
-<!--  Distributable under LGPL license.                                     -->
-<!--  See terms of license at http://www.gnu.org.                           -->
-<!--                                                                        -->
-<!-- ====================================================================== -->
-
-<!-- $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>jBPM Spec - CTS</name>
-  <groupId>org.jbpm.spec</groupId>
-  <artifactId>jbpm-spec-cts</artifactId>
-  <packaging>jar</packaging>
-
-  <!-- Parent -->
-  <parent>
-    <groupId>org.jbpm.spec</groupId>
-    <artifactId>jbpm-spec</artifactId>
-    <version>1.0.0-Alpha1</version>
-    <relativePath>../../pom.xml</relativePath>
-  </parent>
-
-  <!-- Dependencies -->
-  <dependencies>
-
-    <!-- Compile Dependencies -->
-    <dependency>
-      <groupId>org.jbpm.spec</groupId>
-      <artifactId>jbpm-spec-api</artifactId>
-      <version>${version}</version>
-    </dependency>
-
-    <!-- Test Dependencies -->
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-    <!-- Runtime Dependencies -->
-    <dependency>
-      <groupId>org.jbpm.spec</groupId>
-      <artifactId>jbpm-spec-ri</artifactId>
-      <version>${version}</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jbpm.spec</groupId>
-      <artifactId>jbpm-spec-dialect-api10</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jbpm.spec</groupId>
-      <artifactId>jbpm-spec-dialect-stp</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jbpm.spec</groupId>
-      <artifactId>jbpm-spec-dialect-jpdl32</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jbpm.spec</groupId>
-      <artifactId>jbpm-spec-dialect-xpdl21</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-  </dependencies>
-
-  <!-- Plugins  -->
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>testsuite</id>
-            <phase>package</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-            <configuration>
-              <appendAssemblyId>false</appendAssemblyId>
-              <descriptors>
-                <descriptor>scripts/assembly-testsuite.xml</descriptor>
-              </descriptors>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>build-helper-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-artifacts</id>
-            <phase>package</phase>
-            <goals>
-              <goal>attach-artifact</goal>
-            </goals>
-            <configuration>
-              <artifacts>
-                <artifact>
-                  <file>target/${project.artifactId}-${project.version}.zip 
-                  </file>
-                  <type>zip</type>
-                </artifact>
-              </artifacts>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <systemProperties>
-            <property>
-              <name>jbpm.dialect</name>
-              <value>api10</value>
-            </property>
-            <property>
-              <name>jbpm.dialect.uri</name>
-              <value>urn:bpm.jboss:pdl-0.1</value>
-            </property>
-            <property>
-              <name>log4j.output.dir</name>
-              <value>${project.build.directory}</value>
-            </property>
-          </systemProperties>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <!-- Profiles -->
-  <profiles>
-  
-    <!-- 
-    Name:  patterns
-    Descr: Run the pattern tests  
-    -->
-    <profile>
-      <id>cts</id>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <excludes>
-                <exclude>org/jboss/bpm/cts/**/*DescriptorTest.java</exclude>
-                <exclude>org/jboss/bpm/cts/**/*MarshallerTest.java</exclude>
-                <exclude>org/jboss/bpm/cts/**/*APITest.java</exclude>
-                <exclude>org/jboss/bpm/cts/**/*STPTest.java</exclude>
-                <!-- http://jira.codehaus.org/browse/SUREFIRE-515 -->
-                <exclude>org/jboss/bpm/cts/**/*Task?.java</exclude>
-              </excludes>
-              <includes>
-                <include>org/jboss/bpm/cts/**</include>
-              </includes>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  
-    <!-- 
-    Name:  patterns
-    Descr: Run the pattern tests  
-    -->
-    <profile>
-      <id>pattern</id>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <excludes>
-                <exclude>org/jboss/bpm/pattern/**/*DescriptorTest.java</exclude>
-                <exclude>org/jboss/bpm/pattern/**/*MarshallerTest.java</exclude>
-                <exclude>org/jboss/bpm/pattern/**/*APITest.java</exclude>
-                <exclude>org/jboss/bpm/pattern/**/*STPTest.java</exclude>
-                <!-- http://jira.codehaus.org/browse/SUREFIRE-515 -->
-                <exclude>org/jboss/bpm/pattern/**/*Task?.java</exclude>
-              </excludes>
-              <includes>
-                <include>org/jboss/bpm/pattern/**</include>
-              </includes>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-</project>
\ No newline at end of file

Copied: projects/jbpm-spec/trunk/modules/cts/pom.xml (from rev 2209, projects/jbpm-spec/trunk/modules/testsuite/pom.xml)
===================================================================
--- projects/jbpm-spec/trunk/modules/cts/pom.xml	                        (rev 0)
+++ projects/jbpm-spec/trunk/modules/cts/pom.xml	2008-09-12 13:52:42 UTC (rev 2210)
@@ -0,0 +1,198 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ====================================================================== -->
+<!--                                                                        -->
+<!--  JBoss, the OpenSource J2EE webOS                                      -->
+<!--                                                                        -->
+<!--  Distributable under LGPL license.                                     -->
+<!--  See terms of license at http://www.gnu.org.                           -->
+<!--                                                                        -->
+<!-- ====================================================================== -->
+
+<!-- $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>jBPM Spec - CTS</name>
+  <groupId>org.jbpm.spec</groupId>
+  <artifactId>jbpm-spec-cts</artifactId>
+  <packaging>jar</packaging>
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jbpm.spec</groupId>
+    <artifactId>jbpm-spec</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+
+  <!-- Dependencies -->
+  <dependencies>
+
+    <!-- Compile Dependencies -->
+    <dependency>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-api</artifactId>
+      <version>${version}</version>
+    </dependency>
+
+    <!-- Test Dependencies -->
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <!-- Runtime Dependencies -->
+    <dependency>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-ri</artifactId>
+      <version>${version}</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-dialect-api10</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-dialect-stp</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-dialect-jpdl32</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-dialect-xpdl21</artifactId>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+
+  <!-- Plugins  -->
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>testsuite</id>
+            <phase>package</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+            <configuration>
+              <appendAssemblyId>false</appendAssemblyId>
+              <descriptors>
+                <descriptor>scripts/assembly-testsuite.xml</descriptor>
+              </descriptors>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-artifacts</id>
+            <phase>package</phase>
+            <goals>
+              <goal>attach-artifact</goal>
+            </goals>
+            <configuration>
+              <artifacts>
+                <artifact>
+                  <file>target/${project.artifactId}-${project.version}.zip 
+                  </file>
+                  <type>zip</type>
+                </artifact>
+              </artifacts>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <systemProperties>
+            <property>
+              <name>jbpm.dialect</name>
+              <value>api10</value>
+            </property>
+            <property>
+              <name>jbpm.dialect.uri</name>
+              <value>urn:bpm.jboss:pdl-0.1</value>
+            </property>
+            <property>
+              <name>log4j.output.dir</name>
+              <value>${project.build.directory}</value>
+            </property>
+          </systemProperties>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <!-- Profiles -->
+  <profiles>
+  
+    <!-- 
+    Name:  patterns
+    Descr: Run the pattern tests  
+    -->
+    <profile>
+      <id>cts</id>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <exclude>org/jboss/bpm/cts/**/*DescriptorTest.java</exclude>
+                <exclude>org/jboss/bpm/cts/**/*MarshallerTest.java</exclude>
+                <exclude>org/jboss/bpm/cts/**/*APITest.java</exclude>
+                <exclude>org/jboss/bpm/cts/**/*STPTest.java</exclude>
+                <!-- http://jira.codehaus.org/browse/SUREFIRE-515 -->
+                <exclude>org/jboss/bpm/cts/**/*Task?.java</exclude>
+              </excludes>
+              <includes>
+                <include>org/jboss/bpm/cts/**</include>
+              </includes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  
+    <!-- 
+    Name:  patterns
+    Descr: Run the pattern tests  
+    -->
+    <profile>
+      <id>pattern</id>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <exclude>org/jboss/bpm/pattern/**/*DescriptorTest.java</exclude>
+                <exclude>org/jboss/bpm/pattern/**/*MarshallerTest.java</exclude>
+                <exclude>org/jboss/bpm/pattern/**/*APITest.java</exclude>
+                <exclude>org/jboss/bpm/pattern/**/*STPTest.java</exclude>
+                <!-- http://jira.codehaus.org/browse/SUREFIRE-515 -->
+                <exclude>org/jboss/bpm/pattern/**/*Task?.java</exclude>
+              </excludes>
+              <includes>
+                <include>org/jboss/bpm/pattern/**</include>
+              </includes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
\ No newline at end of file

Copied: projects/jbpm-spec/trunk/modules/cts/scripts (from rev 2209, projects/jbpm-spec/trunk/modules/testsuite/scripts)

Copied: projects/jbpm-spec/trunk/modules/cts/src (from rev 2209, projects/jbpm-spec/trunk/modules/testsuite/src)

Modified: projects/jbpm-spec/trunk/pom.xml
===================================================================
--- projects/jbpm-spec/trunk/pom.xml	2008-09-12 13:50:47 UTC (rev 2209)
+++ projects/jbpm-spec/trunk/pom.xml	2008-09-12 13:52:42 UTC (rev 2210)
@@ -30,7 +30,7 @@
     <module>modules/api</module>
     <module>modules/ri</module>
     <module>modules/dialects</module>
-    <module>modules/testsuite</module>
+    <module>modules/cts</module>
     <module>modules/samples/airticket</module>
   </modules>
   




More information about the jbpm-commits mailing list