[jbpm-commits] JBoss JBPM SVN: r2248 - in jbpm4: jpdl/trunk/modules/core and 4 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Sep 15 08:10:13 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-15 08:10:13 -0400 (Mon, 15 Sep 2008)
New Revision: 2248

Added:
   jbpm4/jpdl/trunk/modules/core/.project
   jbpm4/pvm/trunk/modules/core/.project
   jbpm4/pvm/trunk/modules/manual/.project
   jbpm4/pvm/trunk/modules/minimal/.project
Modified:
   jbpm4/jpdl/trunk/modules/core/
   jbpm4/jpdl/trunk/modules/core/pom.xml
   jbpm4/jpdl/trunk/pom.xml
   jbpm4/pvm/trunk/modules/core/
   jbpm4/pvm/trunk/modules/core/pom.xml
   jbpm4/pvm/trunk/modules/manual/
   jbpm4/pvm/trunk/modules/manual/pom.xml
   jbpm4/pvm/trunk/modules/minimal/
   jbpm4/pvm/trunk/modules/minimal/pom.xml
   jbpm4/pvm/trunk/pom.xml
Log:
groupid=org.jbpm.jbpm4


Property changes on: jbpm4/jpdl/trunk/modules/core
___________________________________________________________________
Name: svn:ignore
   - target

   + target
.settings


Added: jbpm4/jpdl/trunk/modules/core/.project
===================================================================
--- jbpm4/jpdl/trunk/modules/core/.project	                        (rev 0)
+++ jbpm4/jpdl/trunk/modules/core/.project	2008-09-15 12:10:13 UTC (rev 2248)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jpdl</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: jbpm4/jpdl/trunk/modules/core/pom.xml
===================================================================
--- jbpm4/jpdl/trunk/modules/core/pom.xml	2008-09-15 11:48:37 UTC (rev 2247)
+++ jbpm4/jpdl/trunk/modules/core/pom.xml	2008-09-15 12:10:13 UTC (rev 2248)
@@ -18,16 +18,17 @@
   <modelVersion>4.0.0</modelVersion>
   
   <!-- ### GENERAL PROJECT INFO ########################################### -->
-  <name>JBoss jBPM 4 - jPDL</name>
-  <groupId>org.jbpm</groupId>
-  <artifactId>jpdl</artifactId>
+  <name>JBoss jBPM4 - jPDL Core</name>
+  <groupId>org.jbpm.jbpm4</groupId>
+  <artifactId>jpdl-core</artifactId>
   <packaging>jar</packaging>
   
   <!-- ### PARENT ######################################################### -->
   <parent>
-    <groupId>org.jbpm</groupId>
-    <artifactId>jpdl-parent</artifactId>
+    <groupId>org.jbpm.jbpm4</groupId>
+    <artifactId>jpdl</artifactId>
     <version>4.0.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   
   <!-- ### PROPERTIES ##################################################### -->
@@ -39,8 +40,8 @@
   <!-- ### DEPENDENCIES ################################################### -->
   <dependencies>
     <dependency>
-      <groupId>org.jbpm</groupId>
-      <artifactId>pvm</artifactId>
+      <groupId>org.jbpm.jbpm4</groupId>
+      <artifactId>pvm-core</artifactId>
     </dependency>
     <dependency>
       <groupId>junit</groupId>

Modified: jbpm4/jpdl/trunk/pom.xml
===================================================================
--- jbpm4/jpdl/trunk/pom.xml	2008-09-15 11:48:37 UTC (rev 2247)
+++ jbpm4/jpdl/trunk/pom.xml	2008-09-15 12:10:13 UTC (rev 2248)
@@ -18,9 +18,9 @@
   <modelVersion>4.0.0</modelVersion>
 
   <!-- ### GENERAL PROJECT INFO ########################################### -->
-  <name>JBoss jBPM 4 - jPDL Parent</name>
-  <groupId>org.jbpm</groupId>
-  <artifactId>jpdl-parent</artifactId>
+  <name>JBoss jBPM4 - jPDL</name>
+  <groupId>org.jbpm.jbpm4</groupId>
+  <artifactId>jpdl</artifactId>
   <packaging>pom</packaging>
   <version>4.0.0-SNAPSHOT</version>
   <organization>
@@ -44,8 +44,8 @@
   <dependencyManagement>
     <dependencies>
       <dependency>
-        <groupId>org.jbpm</groupId>
-        <artifactId>pvm</artifactId>
+        <groupId>org.jbpm.jbpm4</groupId>
+        <artifactId>pvm-core</artifactId>
         <version>${pvm.version}</version>
       </dependency>
       <dependency>


Property changes on: jbpm4/pvm/trunk/modules/core
___________________________________________________________________
Name: svn:ignore
   - target

   + target
.settings


Added: jbpm4/pvm/trunk/modules/core/.project
===================================================================
--- jbpm4/pvm/trunk/modules/core/.project	                        (rev 0)
+++ jbpm4/pvm/trunk/modules/core/.project	2008-09-15 12:10:13 UTC (rev 2248)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>pvm-core</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: jbpm4/pvm/trunk/modules/core/pom.xml
===================================================================
--- jbpm4/pvm/trunk/modules/core/pom.xml	2008-09-15 11:48:37 UTC (rev 2247)
+++ jbpm4/pvm/trunk/modules/core/pom.xml	2008-09-15 12:10:13 UTC (rev 2248)
@@ -18,24 +18,24 @@
   <modelVersion>4.0.0</modelVersion>
   
   <!-- ### GENERAL PROJECT INFO ########################################### -->
-  <name>JBoss jBPM 4 - PVM</name>
-  <groupId>org.jbpm</groupId>
-  <artifactId>pvm</artifactId>
+  <name>JBoss jBPM4 - PVM Core</name>
+  <groupId>org.jbpm.jbpm4</groupId>
+  <artifactId>pvm-core</artifactId>
   <packaging>jar</packaging>
   
   <!-- ### PARENT ######################################################### -->
   <parent>
-    <groupId>org.jbpm</groupId>
-    <artifactId>pvm-parent</artifactId>
+    <groupId>org.jbpm.jbpm4</groupId>
+    <artifactId>pvm</artifactId>
     <version>1.0.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   
   <!-- ### PROPERTIES ##################################################### -->
   <properties>
     <table.prefix>JBPM_</table.prefix>
     <surefire.gc.args>-XX:MaxPermSize=128m</surefire.gc.args>
-    <surefire.jdwp.args>-Xdebug -Xnoagent -Djava.compiler=NONE
-      -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdwp.args>
+    <surefire.jdwp.args>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdwp.args>
     <test.resources.directory>${project.build.directory}/test-resources</test.resources.directory>
   </properties>
   


Property changes on: jbpm4/pvm/trunk/modules/manual
___________________________________________________________________
Name: svn:ignore
   - target

   + target
.settings


Added: jbpm4/pvm/trunk/modules/manual/.project
===================================================================
--- jbpm4/pvm/trunk/modules/manual/.project	                        (rev 0)
+++ jbpm4/pvm/trunk/modules/manual/.project	2008-09-15 12:10:13 UTC (rev 2248)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>pvm-manual</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: jbpm4/pvm/trunk/modules/manual/pom.xml
===================================================================
--- jbpm4/pvm/trunk/modules/manual/pom.xml	2008-09-15 11:48:37 UTC (rev 2247)
+++ jbpm4/pvm/trunk/modules/manual/pom.xml	2008-09-15 12:10:13 UTC (rev 2248)
@@ -1,32 +1,32 @@
 <?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.                           -->
-<!--                                                                        -->
-<!-- ====================================================================== -->
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
 
-<!-- $Id: pom.xml 1846 2008-08-07 11:19:13Z tom.baeyens at jboss.com $ -->
+  <!-- $Id: pom.xml 1846 2008-08-07 11:19:13Z 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">
+<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 4 - PVM Manual</name>
-  <groupId>org.jbpm</groupId>
+  <name>JBoss jBPM4 - PVM Manual</name>
+  <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>pvm-manual</artifactId>
   <packaging>pom</packaging>
 
   <!-- Parent -->
   <parent>
-     <groupId>org.jbpm</groupId>
-     <artifactId>pvm-parent</artifactId>
-     <version>1.0.0-SNAPSHOT</version>
+    <groupId>org.jbpm.jbpm4</groupId>
+    <artifactId>pvm</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <build>
@@ -109,7 +109,7 @@
         <groupId>org.jboss.maven.plugins</groupId>
         <artifactId>maven-jdocbook-plugin</artifactId>
         <extensions>true</extensions>
-        
+
         <dependencies>
           <dependency>
             <groupId>org.jboss</groupId>
@@ -123,7 +123,7 @@
             <type>jdocbook-style</type>
           </dependency>
         </dependencies>
-        
+
         <configuration>
           <sourceDocumentName>master.xml</sourceDocumentName>
           <masterTranslation>en</masterTranslation>
@@ -132,11 +132,11 @@
             <includes>
               <include>images/*.png</include>
             </includes>
-          </imageResource> 
+          </imageResource>
           <formats>
             <format>
               <formatName>html_single</formatName>
-              <stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource> 
+              <stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
               <finalName>index.html</finalName>
             </format>
           </formats>


Property changes on: jbpm4/pvm/trunk/modules/minimal
___________________________________________________________________
Name: svn:ignore
   - target

   + target
.settings


Added: jbpm4/pvm/trunk/modules/minimal/.project
===================================================================
--- jbpm4/pvm/trunk/modules/minimal/.project	                        (rev 0)
+++ jbpm4/pvm/trunk/modules/minimal/.project	2008-09-15 12:10:13 UTC (rev 2248)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>pvm-minimal</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: jbpm4/pvm/trunk/modules/minimal/pom.xml
===================================================================
--- jbpm4/pvm/trunk/modules/minimal/pom.xml	2008-09-15 11:48:37 UTC (rev 2247)
+++ jbpm4/pvm/trunk/modules/minimal/pom.xml	2008-09-15 12:10:13 UTC (rev 2248)
@@ -1,38 +1,38 @@
 <?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.                           -->
-<!--                                                                        -->
-<!-- ====================================================================== -->
+  <!-- ====================================================================== -->
+  <!--                                                                        -->
+  <!--  JBoss, the OpenSource J2EE webOS                                      -->
+  <!--                                                                        -->
+  <!--  Distributable under LGPL license.                                     -->
+  <!--  See terms of license at http://www.gnu.org.                           -->
+  <!--                                                                        -->
+  <!-- ====================================================================== -->
 
-<!-- $Id$ -->
+  <!-- $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>JBoss jBPM 4 - PVM Minimal Dependencies Test</name>
-  <groupId>org.jbpm</groupId>
+  <name>JBoss jBPM4 - PVM Minimal Dependencies Test</name>
+  <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>pvm-minimal</artifactId>
   <packaging>pom</packaging>
 
   <!-- Parent -->
   <parent>
-     <groupId>org.jbpm</groupId>
-     <artifactId>pvm-parent</artifactId>
-     <version>1.0.0-SNAPSHOT</version>
+    <groupId>org.jbpm.jbpm4</groupId>
+    <artifactId>pvm</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <dependencies>
     <dependency>
-      <groupId>org.jbpm</groupId>
-      <artifactId>pvm</artifactId>
+      <groupId>org.jbpm.jbpm4</groupId>
+      <artifactId>pvm-core</artifactId>
       <version>1.0.0-SNAPSHOT</version>
       <exclusions>
         <exclusion>
@@ -40,22 +40,22 @@
           <artifactId>juel</artifactId>
         </exclusion>
         <exclusion>
-           <groupId>juel</groupId>
-           <artifactId>juel-engine</artifactId>
-         </exclusion>
-         <exclusion>
-           <groupId>juel</groupId>
-           <artifactId>juel-impl</artifactId>
-         </exclusion>
+          <groupId>juel</groupId>
+          <artifactId>juel-engine</artifactId>
+        </exclusion>
         <exclusion>
-           <groupId>org.hibernate</groupId>
-           <artifactId>hibernate</artifactId>
-         </exclusion>
-         <exclusion>
-           <groupId>org.springframework</groupId>
-           <artifactId>spring</artifactId>
-         </exclusion>
-         <exclusion>
+          <groupId>juel</groupId>
+          <artifactId>juel-impl</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.hibernate</groupId>
+          <artifactId>hibernate</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>jboss</groupId>
           <artifactId>jboss-j2ee</artifactId>
         </exclusion>
@@ -82,8 +82,8 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>org.jbpm</groupId>
-      <artifactId>pvm</artifactId>
+      <groupId>org.jbpm.jbpm4</groupId>
+      <artifactId>pvm-core</artifactId>
       <version>1.0.0-SNAPSHOT</version>
       <classifier>tests</classifier>
       <scope>test</scope>
@@ -93,22 +93,22 @@
           <artifactId>juel</artifactId>
         </exclusion>
         <exclusion>
-           <groupId>juel</groupId>
-           <artifactId>juel-engine</artifactId>
-         </exclusion>
-         <exclusion>
-           <groupId>juel</groupId>
-           <artifactId>juel-impl</artifactId>
-         </exclusion>
+          <groupId>juel</groupId>
+          <artifactId>juel-engine</artifactId>
+        </exclusion>
         <exclusion>
-           <groupId>org.hibernate</groupId>
-           <artifactId>hibernate</artifactId>
-         </exclusion>
-         <exclusion>
-           <groupId>org.springframework</groupId>
-           <artifactId>spring</artifactId>
-         </exclusion>
-         <exclusion>
+          <groupId>juel</groupId>
+          <artifactId>juel-impl</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.hibernate</groupId>
+          <artifactId>hibernate</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>jboss</groupId>
           <artifactId>jboss-j2ee</artifactId>
         </exclusion>
@@ -135,7 +135,7 @@
       </exclusions>
     </dependency>
   </dependencies>
-  
+
   <build>
     <testSourceDirectory>${basedir}/../core/src/test/java</testSourceDirectory>
     <plugins>
@@ -145,7 +145,9 @@
         <executions>
           <execution>
             <phase>test</phase>
-            <goals><goal>testCompile</goal></goals>
+            <goals>
+              <goal>testCompile</goal>
+            </goals>
           </execution>
         </executions>
         <configuration>
@@ -159,7 +161,9 @@
         <executions>
           <execution>
             <phase>test</phase>
-            <goals><goal>test</goal></goals>
+            <goals>
+              <goal>test</goal>
+            </goals>
           </execution>
         </executions>
         <configuration>

Modified: jbpm4/pvm/trunk/pom.xml
===================================================================
--- jbpm4/pvm/trunk/pom.xml	2008-09-15 11:48:37 UTC (rev 2247)
+++ jbpm4/pvm/trunk/pom.xml	2008-09-15 12:10:13 UTC (rev 2248)
@@ -18,22 +18,31 @@
   <modelVersion>4.0.0</modelVersion>
 
   <!-- ### GENERAL PROJECT INFO ########################################### -->
-  <name>JBoss jBPM 4 - PVM Parent</name>
-  <groupId>org.jbpm</groupId>
-  <artifactId>pvm-parent</artifactId>
+  <name>JBoss jBPM4 - PVM</name>
+  <groupId>org.jbpm.jbpm4</groupId>
+  <artifactId>pvm</artifactId>
   <packaging>pom</packaging>
   <version>1.0.0-SNAPSHOT</version>
+  
   <organization>
     <name>JBoss, a division of Red Hat</name>
     <url>http://www.jboss.org</url>
   </organization>
+  
   <url>http://jbpm.org/</url>
   
   <!-- ### MODULES ######################################################## -->
   <modules>
     <module>modules/core</module>
     <module>modules/manual</module>
+    <!--
+      This is an invalid module. Try the following
+      
+      rm -rf ~/.m2/repository/org/jbpm/jbpm4
+      mvn -Pskiptests clean package
+       
     <module>modules/minimal</module>
+    -->
   </modules>
   
   <!-- ### PROPERTIES ##################################################### -->




More information about the jbpm-commits mailing list