[jbpm-commits] JBoss JBPM SVN: r6872 - in jbpm4/trunk: api and 30 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Dec 16 14:39:09 EST 2010


Author: alex.guizar at jboss.com
Date: 2010-12-16 14:39:06 -0500 (Thu, 16 Dec 2010)
New Revision: 6872

Added:
   jbpm4/trunk/api/
   jbpm4/trunk/bpmn/
   jbpm4/trunk/db/
   jbpm4/trunk/devguide/
   jbpm4/trunk/distro/
   jbpm4/trunk/enterprise/
   jbpm4/trunk/examples/
   jbpm4/trunk/integration/
   jbpm4/trunk/jboss/
   jbpm4/trunk/jpdl/
   jbpm4/trunk/log/
   jbpm4/trunk/migration/
   jbpm4/trunk/pvm/
   jbpm4/trunk/test-base/
   jbpm4/trunk/test-cactus/
   jbpm4/trunk/test-cfg/
   jbpm4/trunk/test-concurrent/
   jbpm4/trunk/test-db/
   jbpm4/trunk/test-enterprise/
   jbpm4/trunk/test-load/
   jbpm4/trunk/test-pojo/
   jbpm4/trunk/test-upgrade/
   jbpm4/trunk/userguide/
Removed:
   jbpm4/trunk/modules/api/
   jbpm4/trunk/modules/bpmn/
   jbpm4/trunk/modules/db/
   jbpm4/trunk/modules/devguide/
   jbpm4/trunk/modules/distro/
   jbpm4/trunk/modules/enterprise/
   jbpm4/trunk/modules/examples/
   jbpm4/trunk/modules/integration/
   jbpm4/trunk/modules/jboss/
   jbpm4/trunk/modules/jpdl/
   jbpm4/trunk/modules/log/
   jbpm4/trunk/modules/migration/
   jbpm4/trunk/modules/pvm/
   jbpm4/trunk/modules/test-base/
   jbpm4/trunk/modules/test-cactus/
   jbpm4/trunk/modules/test-cfg/
   jbpm4/trunk/modules/test-concurrent/
   jbpm4/trunk/modules/test-db/
   jbpm4/trunk/modules/test-enterprise/
   jbpm4/trunk/modules/test-load/
   jbpm4/trunk/modules/test-pojo/
   jbpm4/trunk/modules/test-upgrade/
   jbpm4/trunk/modules/userguide/
Modified:
   jbpm4/trunk/api/pom.xml
   jbpm4/trunk/bpmn/pom.xml
   jbpm4/trunk/db/pom.xml
   jbpm4/trunk/devguide/pom.xml
   jbpm4/trunk/distro/pom.xml
   jbpm4/trunk/enterprise/pom.xml
   jbpm4/trunk/examples/pom.xml
   jbpm4/trunk/integration/console/pom.xml
   jbpm4/trunk/integration/form-plugin/pom.xml
   jbpm4/trunk/integration/graphView-plugin/pom.xml
   jbpm4/trunk/integration/pom.xml
   jbpm4/trunk/integration/report/pom.xml
   jbpm4/trunk/integration/tomcat/pom.xml
   jbpm4/trunk/jboss/pom.xml
   jbpm4/trunk/jpdl/pom.xml
   jbpm4/trunk/log/pom.xml
   jbpm4/trunk/migration/pom.xml
   jbpm4/trunk/pom.xml
   jbpm4/trunk/pvm/pom.xml
   jbpm4/trunk/qa/hudson-jbpm4-cfg.sh
   jbpm4/trunk/qa/hudson-jbpm4-enterprise.sh
   jbpm4/trunk/qa/hudson-jbpm4-jboss.sh
   jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh
   jbpm4/trunk/qa/hudson-jbpm4-upgrade.sh
   jbpm4/trunk/test-base/pom.xml
   jbpm4/trunk/test-cactus/pom.xml
   jbpm4/trunk/test-cfg/pom.xml
   jbpm4/trunk/test-concurrent/pom.xml
   jbpm4/trunk/test-db/pom.xml
   jbpm4/trunk/test-enterprise/test-enterprise-ejb/pom.xml
   jbpm4/trunk/test-enterprise/test-enterprise-suite/pom.xml
   jbpm4/trunk/test-load/pom.xml
   jbpm4/trunk/test-pojo/pom.xml
   jbpm4/trunk/test-upgrade/pom.xml
   jbpm4/trunk/userguide/pom.xml
Log:
JBPM-2986 move project modules out of the modules/ directory

Copied: jbpm4/trunk/api (from rev 6871, jbpm4/trunk/modules/api)

Modified: jbpm4/trunk/api/pom.xml
===================================================================
--- jbpm4/trunk/modules/api/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/api/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -9,21 +9,21 @@
 
 <!-- $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">
+<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>
 
   <!-- Module info -->
-  <modelVersion>4.0.0</modelVersion>
   <name>jBPM 4 - API</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-api</artifactId>
-  <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->

Copied: jbpm4/trunk/bpmn (from rev 6871, jbpm4/trunk/modules/bpmn)

Modified: jbpm4/trunk/bpmn/pom.xml
===================================================================
--- jbpm4/trunk/modules/bpmn/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/bpmn/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,23 +7,21 @@
 <!--  See terms of license at http://www.gnu.org.                           -->
 <!-- ====================================================================== -->
 
-<!-- $Id: pom.xml 5246 2009-07-06 11:07:48Z tom.baeyens at jboss.com $ -->
+<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>
 
-<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">
-
   <!-- Module Info -->
-  <modelVersion>4.0.0</modelVersion>
   <name>jBPM 4 - BPMN</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-bpmn</artifactId>
-  <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->
@@ -77,4 +75,4 @@
       </properties>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>

Copied: jbpm4/trunk/db (from rev 6871, jbpm4/trunk/modules/db)

Modified: jbpm4/trunk/db/pom.xml
===================================================================
--- jbpm4/trunk/modules/db/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/db/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,23 +7,21 @@
 <!--  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">
+<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>
 
   <!-- Module Info -->
   <name>jBPM 4 - DB</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-db</artifactId>
-  <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <profiles>
@@ -159,4 +157,4 @@
       <scope>runtime</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Copied: jbpm4/trunk/devguide (from rev 6871, jbpm4/trunk/modules/devguide)

Modified: jbpm4/trunk/devguide/pom.xml
===================================================================
--- jbpm4/trunk/modules/devguide/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/devguide/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,11 +7,12 @@
 <!--  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">
+<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>
 
+  <!-- Module Info -->
   <name>jBPM 4 - Developers Guide</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-devguide</artifactId>
@@ -22,7 +23,6 @@
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <build>
@@ -78,4 +78,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>

Copied: jbpm4/trunk/distro (from rev 6871, jbpm4/trunk/modules/distro)

Modified: jbpm4/trunk/distro/pom.xml
===================================================================
--- jbpm4/trunk/modules/distro/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/distro/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,11 +7,12 @@
 <!--  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>
 
-<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>
+  <!-- Module Info -->
   <name>jBPM 4 - Distro</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-distro</artifactId>
@@ -21,7 +22,6 @@
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
   
   <!-- Dependencies -->

Copied: jbpm4/trunk/enterprise (from rev 6871, jbpm4/trunk/modules/enterprise)

Modified: jbpm4/trunk/enterprise/pom.xml
===================================================================
--- jbpm4/trunk/modules/enterprise/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/enterprise/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,22 +7,21 @@
 <!--  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">
+<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>
 
+  <!-- Module Info -->
   <name>jBPM 4 - Enterprise</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-enterprise</artifactId>
-  <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->
@@ -74,4 +73,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>

Copied: jbpm4/trunk/examples (from rev 6871, jbpm4/trunk/modules/examples)

Modified: jbpm4/trunk/examples/pom.xml
===================================================================
--- jbpm4/trunk/modules/examples/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/examples/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,23 +7,21 @@
 <!--  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>
 
-<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">
-
   <!-- Module Info -->
-  <modelVersion>4.0.0</modelVersion>
   <name>jBPM 4 - Examples</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-examples</artifactId>
-  <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->
@@ -179,4 +177,4 @@
       </build>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>

Copied: jbpm4/trunk/integration (from rev 6871, jbpm4/trunk/modules/integration)

Modified: jbpm4/trunk/integration/console/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/console/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/integration/console/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,17 +7,12 @@
 <!--  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 4 - Integration Console</name>
-  <description>JBoss jBPM - GWT console integration</description>
-
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-console-integration</artifactId>
-  <packaging>jar</packaging>
 
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>

Modified: jbpm4/trunk/integration/form-plugin/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/form-plugin/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/integration/form-plugin/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,17 +7,12 @@
 <!--  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 4 - Integration Form Plugin</name>
-  <description>JBoss jBPM - GWT console Task Form Plugin</description>
-
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-console-form-plugin</artifactId>
-  <packaging>jar</packaging>
 
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>

Modified: jbpm4/trunk/integration/graphView-plugin/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/graphView-plugin/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/integration/graphView-plugin/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,16 +7,12 @@
 <!--  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 4 - Integration GraphView Plugin</name>
-  <description>JBoss jBPM - GWT console Graph Viewer Plugin</description>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-console-graphView-plugin</artifactId>
-  <packaging>jar</packaging>
 
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>

Modified: jbpm4/trunk/integration/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/integration/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,14 +7,13 @@
 <!--  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">
+<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>
 
+  <!-- Module Info -->
   <name>jBPM 4 - Integration</name>
-  <description>JBoss jBPM - Integration</description>
-
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-integration</artifactId>
   <packaging>pom</packaging>
@@ -24,7 +23,6 @@
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <properties>

Modified: jbpm4/trunk/integration/report/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/report/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/integration/report/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -13,10 +13,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <name>jBPM 4 - Integration Reports</name>
-  <description>JBoss jBPM - GWT console Report Templates</description>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-console-reports</artifactId>
-  <packaging>jar</packaging>
 
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>

Modified: jbpm4/trunk/integration/tomcat/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/tomcat/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/integration/tomcat/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,16 +7,12 @@
 <!--  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 4 - Integration Tomcat 6</name>
-  <description>JBoss jBPM - Tomcat 6</description>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-tomcat6</artifactId>
-  <packaging>jar</packaging>
 
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>

Copied: jbpm4/trunk/jboss (from rev 6871, jbpm4/trunk/modules/jboss)

Modified: jbpm4/trunk/jboss/pom.xml
===================================================================
--- jbpm4/trunk/modules/jboss/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/jboss/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,8 +7,6 @@
 <!--  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>
 
@@ -20,7 +18,6 @@
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->

Copied: jbpm4/trunk/jpdl (from rev 6871, jbpm4/trunk/modules/jpdl)

Modified: jbpm4/trunk/jpdl/pom.xml
===================================================================
--- jbpm4/trunk/modules/jpdl/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/jpdl/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,22 +7,18 @@
 <!--  See terms of license at http://www.gnu.org.                           -->
 <!-- ====================================================================== -->
 
-<!-- $Id: pom.xml 1790 2008-07-31 12:13:06Z tom.baeyens at jboss.com $ -->
-
 <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 4 - jPDL</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-jpdl</artifactId>
-  <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->
@@ -99,4 +95,4 @@
       </properties>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>

Copied: jbpm4/trunk/log (from rev 6871, jbpm4/trunk/modules/log)

Modified: jbpm4/trunk/log/pom.xml
===================================================================
--- jbpm4/trunk/modules/log/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/log/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,23 +7,21 @@
 <!--  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>
 
-<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">
-
   <!-- Module Info -->
-  <modelVersion>4.0.0</modelVersion>
   <name>jBPM 4 - Log</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-log</artifactId>
-  <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->
@@ -39,4 +37,4 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Copied: jbpm4/trunk/migration (from rev 6871, jbpm4/trunk/modules/migration)

Modified: jbpm4/trunk/migration/pom.xml
===================================================================
--- jbpm4/trunk/modules/migration/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/migration/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,22 +7,20 @@
 <!--  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">
+<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 4 - Migration - Tool</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jpdl-migration</artifactId>
-  <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm4/trunk/pom.xml
===================================================================
--- jbpm4/trunk/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,9 +7,9 @@
 <!--  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">
+<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 4</name>
@@ -29,22 +29,22 @@
   <scm>
     <connection>scm:svn:http://anonsvn.jboss.org/repos/jbpm/jbpm4</connection>
     <developerConnection>scm:svn:https://svn.jboss.org/repos/jbpm/jbpm4</developerConnection>
-    <url>http://fisheye.jboss.org/browse/JbpmSvn/jbpm4</url>
+    <url>http://fisheye.jboss.org/browse/jbpm/jbpm4</url>
   </scm>
 
   <!-- Modules -->
   <modules>
-    <module>modules/api</module>
-    <module>modules/bpmn</module>
-    <module>modules/examples</module>
-    <module>modules/integration</module>
-    <module>modules/jpdl</module>
-    <module>modules/log</module>
-    <module>modules/migration</module>
-    <module>modules/pvm</module>
-    <module>modules/test-base</module>
-    <module>modules/test-db</module>
-    <module>modules/test-pojo</module>
+    <module>api</module>
+    <module>bpmn</module>
+    <module>examples</module>
+    <module>integration</module>
+    <module>jpdl</module>
+    <module>log</module>
+    <module>migration</module>
+    <module>pvm</module>
+    <module>test-base</module>
+    <module>test-db</module>
+    <module>test-pojo</module>
   </modules>
 
   <!-- Properties -->
@@ -520,8 +520,8 @@
     <profile>
       <id>docs</id>
       <modules>
-        <module>modules/devguide</module>
-        <module>modules/userguide</module>
+        <module>devguide</module>
+        <module>userguide</module>
       </modules>
     </profile>
 
@@ -531,10 +531,10 @@
     <profile>
       <id>distro</id>
       <modules>
-        <module>modules/enterprise</module>
-        <module>modules/jboss</module>
-        <module>modules/db</module>
-        <module>modules/distro</module>
+        <module>enterprise</module>
+        <module>jboss</module>
+        <module>db</module>
+        <module>distro</module>
       </modules>
       <build>
         <plugins>
@@ -563,7 +563,7 @@
     <profile>
       <id>schema</id>
       <modules>
-        <module>modules/db</module>
+        <module>db</module>
       </modules>
     </profile>
 
@@ -711,7 +711,7 @@
     <profile>
       <id>integration</id>
       <modules>
-        <module>modules/test-cactus</module>
+        <module>test-cactus</module>
       </modules>
     </profile>
 
@@ -719,9 +719,9 @@
     <profile>
       <id>enterprise</id>
       <modules>
-        <module>modules/test-cactus</module>
-        <module>modules/test-enterprise/test-enterprise-ejb</module>
-        <module>modules/test-enterprise/test-enterprise-suite</module>
+        <module>test-cactus</module>
+        <module>test-enterprise/test-enterprise-ejb</module>
+        <module>test-enterprise/test-enterprise-suite</module>
       </modules>
     </profile>
 
@@ -729,7 +729,7 @@
     <profile>
       <id>load</id>
       <modules>
-        <module>modules/test-load</module>
+        <module>test-load</module>
       </modules>
     </profile>
 
@@ -738,23 +738,23 @@
       <id>release</id>
       <modules>
         <!-- docs -->
-        <module>modules/devguide</module>
-        <module>modules/userguide</module>
+        <module>devguide</module>
+        <module>userguide</module>
         <!-- distro -->
-        <module>modules/db</module>
-        <module>modules/distro</module>
-        <module>modules/enterprise</module>
-        <module>modules/jboss</module>
+        <module>db</module>
+        <module>distro</module>
+        <module>enterprise</module>
+        <module>jboss</module>
         <!-- integration/enterprise -->
-        <module>modules/test-cactus</module>
-        <module>modules/test-enterprise/test-enterprise-ejb</module>
-        <module>modules/test-enterprise/test-enterprise-suite</module>
+        <module>test-cactus</module>
+        <module>test-enterprise/test-enterprise-ejb</module>
+        <module>test-enterprise/test-enterprise-suite</module>
         <!-- load -->
-        <module>modules/test-load</module>
+        <module>test-load</module>
         <!-- varia -->
-        <module>modules/test-cfg</module>
-        <module>modules/test-concurrent</module>
-        <module>modules/test-upgrade</module>
+        <module>test-cfg</module>
+        <module>test-concurrent</module>
+        <module>test-upgrade</module>
       </modules>
       <build>
         <plugins>

Copied: jbpm4/trunk/pvm (from rev 6871, jbpm4/trunk/modules/pvm)

Modified: jbpm4/trunk/pvm/pom.xml
===================================================================
--- jbpm4/trunk/modules/pvm/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/pvm/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,22 +7,20 @@
 <!--  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">
+<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 4 - PVM</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-pvm</artifactId>
-  <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm4/trunk/qa/hudson-jbpm4-cfg.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-cfg.sh	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/qa/hudson-jbpm4-cfg.sh	2010-12-16 19:39:06 UTC (rev 6872)
@@ -5,5 +5,4 @@
 # build distribution
 mvn -U -Pdistro clean install
 # run test suite
-mvn -f modules/test-cfg/pom.xml -Dmaven.test.failure.ignore=true \
-    clean test
+mvn -f test-cfg/pom.xml -Dmaven.test.failure.ignore=true clean test

Modified: jbpm4/trunk/qa/hudson-jbpm4-enterprise.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-enterprise.sh	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/qa/hudson-jbpm4-enterprise.sh	2010-12-16 19:39:06 UTC (rev 6872)
@@ -14,7 +14,7 @@
 # set up
 ant -f qa/build.xml testsuite.enterprise.setup
 # run test suite
-mvn -f modules/test-enterprise/test-enterprise-suite/pom.xml -Pruntest \
+mvn -f test-enterprise/test-enterprise-suite/pom.xml -Pruntest \
     -Dmaven.test.failure.ignore=true test
 # tear down
 ant -f qa/build.xml testsuite.enterprise.teardown

Modified: jbpm4/trunk/qa/hudson-jbpm4-jboss.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-jboss.sh	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/qa/hudson-jbpm4-jboss.sh	2010-12-16 19:39:06 UTC (rev 6872)
@@ -14,6 +14,6 @@
 # set up
 ant -f qa/build.xml testsuite.jboss.setup
 # run test suite
-mvn -f modules/test-cactus/pom.xml -Pruntest -Dmaven.test.failure.ignore=true test
+mvn -f test-cactus/pom.xml -Pruntest -Dmaven.test.failure.ignore=true test
 # tear down
 ant -f qa/build.xml testsuite.jboss.teardown

Modified: jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh	2010-12-16 19:39:06 UTC (rev 6872)
@@ -14,6 +14,6 @@
 # set up
 ant -f qa/build.xml testsuite.tomcat.setup
 # run test suite
-mvn -f modules/test-cactus/pom.xml -Pruntest -Dmaven.test.failure.ignore=true test
+mvn -f test-cactus/pom.xml -Pruntest -Dmaven.test.failure.ignore=true test
 # tear down
 ant -f qa/build.xml testsuite.tomcat.teardown

Modified: jbpm4/trunk/qa/hudson-jbpm4-upgrade.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-upgrade.sh	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/qa/hudson-jbpm4-upgrade.sh	2010-12-16 19:39:06 UTC (rev 6872)
@@ -14,6 +14,6 @@
 # set up
 ant -f qa/build.xml testsuite.upgrade.setup
 # run test suite
-mvn -f modules/test-upgrade/pom.xml clean test
+mvn -f test-upgrade/pom.xml clean test
 # tear down
 ant -f qa/build.xml testsuite.upgrade.teardown

Copied: jbpm4/trunk/test-base (from rev 6871, jbpm4/trunk/modules/test-base)

Modified: jbpm4/trunk/test-base/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-base/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/test-base/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,21 +7,20 @@
 <!--  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">
+<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 4 - Test Base</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-test-base</artifactId>
-  <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->
@@ -98,4 +97,4 @@
       <artifactId>subethasmtp-wiser</artifactId>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Copied: jbpm4/trunk/test-cactus (from rev 6871, jbpm4/trunk/modules/test-cactus)

Modified: jbpm4/trunk/test-cactus/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-cactus/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/test-cactus/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,22 +7,20 @@
 <!--  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">
+<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 4 - Test Cactus</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-test-cactus</artifactId>
-  <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <dependencies>

Copied: jbpm4/trunk/test-cfg (from rev 6871, jbpm4/trunk/modules/test-cfg)

Modified: jbpm4/trunk/test-cfg/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-cfg/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/test-cfg/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,22 +7,20 @@
 <!--  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">
-
+<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 4 - Test Cfg</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-test-cfg</artifactId>
-  <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->

Copied: jbpm4/trunk/test-concurrent (from rev 6871, jbpm4/trunk/modules/test-concurrent)

Modified: jbpm4/trunk/test-concurrent/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-concurrent/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/test-concurrent/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,23 +7,21 @@
 <!--  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">
+<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>
 
   <!-- Module Info -->
   <name>jBPM 4 - Test Concurrent</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-test-concurrent</artifactId>
-  <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->

Copied: jbpm4/trunk/test-db (from rev 6871, jbpm4/trunk/modules/test-db)

Modified: jbpm4/trunk/test-db/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-db/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/test-db/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,21 +7,20 @@
 <!--  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">
+<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 4 - Test DB</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-test-db</artifactId>
-  <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->

Copied: jbpm4/trunk/test-enterprise (from rev 6871, jbpm4/trunk/modules/test-enterprise)

Modified: jbpm4/trunk/test-enterprise/test-enterprise-ejb/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-enterprise/test-enterprise-ejb/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/test-enterprise/test-enterprise-ejb/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -1,20 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<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">
+<!-- ====================================================================== -->
+<!--  jBPM: Workflow in Java                                                -->
+<!--                                                                        -->
+<!--  Distributable under LGPL license.                                     -->
+<!--  See terms of license at http://www.gnu.org.                           -->
+<!-- ====================================================================== -->
 
+<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 4 - Test Enterprise Ejb</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-test-enterprise-ejb</artifactId>
-  <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../../pom.xml</relativePath>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <dependencies>
@@ -48,5 +55,4 @@
       </plugin>
     </plugins>
   </build>
-
 </project>

Modified: jbpm4/trunk/test-enterprise/test-enterprise-suite/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-enterprise/test-enterprise-suite/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/test-enterprise/test-enterprise-suite/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,16 +7,14 @@
 <!--  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">
-
+<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 4 - Test Enterprise Suite</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-test-enterprise-suite</artifactId>
-  <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>

Copied: jbpm4/trunk/test-load (from rev 6871, jbpm4/trunk/modules/test-load)

Modified: jbpm4/trunk/test-load/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-load/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/test-load/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,21 +7,20 @@
 <!--  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">
+<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 4 - Test Load</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-test-load</artifactId>
-  <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->

Copied: jbpm4/trunk/test-pojo (from rev 6871, jbpm4/trunk/modules/test-pojo)

Modified: jbpm4/trunk/test-pojo/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-pojo/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/test-pojo/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,21 +7,20 @@
 <!--  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">
+<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 4 - Test POJO</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-test-pojo</artifactId>
-  <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->

Copied: jbpm4/trunk/test-upgrade (from rev 6871, jbpm4/trunk/modules/test-upgrade)

Modified: jbpm4/trunk/test-upgrade/pom.xml
===================================================================
--- jbpm4/trunk/modules/test-upgrade/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/test-upgrade/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,23 +7,21 @@
 <!--  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">
+<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>
 
   <!-- Module Info -->
   <name>jBPM 4 - Test Upgrade</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-test-upgrade</artifactId>
-  <packaging>jar</packaging>
 
   <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <dependencies>
@@ -43,7 +41,6 @@
   </dependencies>
 
   <profiles>
-
     <!-- -Ddatabase= -->
     <profile>
       <id>run.database.upgrade.testsuite</id>

Copied: jbpm4/trunk/userguide (from rev 6871, jbpm4/trunk/modules/userguide)

Modified: jbpm4/trunk/userguide/pom.xml
===================================================================
--- jbpm4/trunk/modules/userguide/pom.xml	2010-12-16 07:01:05 UTC (rev 6871)
+++ jbpm4/trunk/userguide/pom.xml	2010-12-16 19:39:06 UTC (rev 6872)
@@ -7,10 +7,9 @@
 <!--  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">
-
+<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 4 - User Guide</name>
@@ -23,23 +22,11 @@
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
     <version>4.5-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
   </parent>
 
-  <dependencies>
-    <!-- 
-    <dependency>
-      <groupId>org.jbpm.jbpm4</groupId>
-      <artifactId>jbpm-pvm</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    -->
-  </dependencies>
-
   <build>
     <!-- ### PLUGINS ###################################################### -->
     <plugins>
-
       <plugin>
         <groupId>org.jboss.maven.plugins</groupId>
         <artifactId>maven-jdocbook-plugin</artifactId>
@@ -87,10 +74,8 @@
             </format>
           </formats>
         </configuration>
-
       </plugin>
-
     </plugins>
   </build>
+</project>
 
-</project>
\ No newline at end of file



More information about the jbpm-commits mailing list