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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 24 09:16:02 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-24 09:16:01 -0400 (Wed, 24 Sep 2008)
New Revision: 2339

Added:
   jbpm4/trunk/modules/jpdl/
Modified:
   jbpm4/trunk/modules/jpdl/.project
   jbpm4/trunk/modules/jpdl/pom.xml
   jbpm4/trunk/modules/pvm/pom.xml
   jbpm4/trunk/pom.xml
Log:
Add jpdl

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

Modified: jbpm4/trunk/modules/jpdl/.project
===================================================================
--- jbpm4/jpdl/trunk/modules/core/.project	2008-09-24 07:13:10 UTC (rev 2323)
+++ jbpm4/trunk/modules/jpdl/.project	2008-09-24 13:16:01 UTC (rev 2339)
@@ -1,17 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>jpdl</name>
+	<name>jpdl-core</name>
 	<comment></comment>
 	<projects>
 	</projects>
 	<buildSpec>
 		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</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>
 	</natures>
 </projectDescription>

Modified: jbpm4/trunk/modules/jpdl/pom.xml
===================================================================
--- jbpm4/jpdl/trunk/modules/core/pom.xml	2008-09-24 07:13:10 UTC (rev 2323)
+++ jbpm4/trunk/modules/jpdl/pom.xml	2008-09-24 13:16:01 UTC (rev 2339)
@@ -1,47 +1,46 @@
 <?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 1790 2008-07-31 12:13:06Z tom.baeyens at jboss.com $ -->
+  <!-- $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">
-         
+<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>
-  
-  <!-- ### GENERAL PROJECT INFO ########################################### -->
+
   <name>JBoss jBPM4 - jPDL Core</name>
   <groupId>org.jbpm.jbpm4</groupId>
-  <artifactId>jpdl-core</artifactId>
+  <artifactId>jbpm-jpdl</artifactId>
   <packaging>jar</packaging>
-  
-  <!-- ### PARENT ######################################################### -->
+
+  <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
-    <artifactId>jpdl</artifactId>
+    <artifactId>jbpm</artifactId>
     <version>4.0.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
-  
-  <!-- ### PROPERTIES ##################################################### -->
+
+  <!-- Properties -->
   <properties>
     <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>
   </properties>
-  
-  <!-- ### DEPENDENCIES ################################################### -->
+
+  <!-- Dependencies -->
   <dependencies>
     <dependency>
       <groupId>org.jbpm.jbpm4</groupId>
-      <artifactId>pvm-core</artifactId>
+      <artifactId>jbpm-pvm</artifactId>
+      <version>${version}</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
@@ -49,19 +48,10 @@
     </dependency>
   </dependencies>
 
+  <!-- Plugins -->
   <build>
-    <!-- ### PLUGINS ###################################################### -->
     <plugins>
       <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <showDeprecation>false</showDeprecation>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-      </plugin>
-      <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <argLine>${surefire.jvm.args}</argLine>
@@ -81,12 +71,10 @@
             </goals>
             <configuration>
               <tasks>
-	              <taskdef name="xsddoc" classname="net.sf.xframe.xsddoc.Task" classpathref="maven.plugin.classpath" />
-	              <mkdir dir="${basedir}/target/doc/jpdlxsd" />
-	              <xsddoc file="${basedir}/src/main/resources/org/jbpm/jpdl/jpdl.xsd"
-			            out="${basedir}/target/doc/jpdlxsd"
-			            title="jPDL: jBPM's Process Definition Language"
-			            verbose="false" />
+                <taskdef name="xsddoc" classname="net.sf.xframe.xsddoc.Task" classpathref="maven.plugin.classpath" />
+                <mkdir dir="${basedir}/target/doc/jpdlxsd" />
+                <xsddoc file="${basedir}/src/main/resources/org/jbpm/jpdl/jpdl.xsd" out="${basedir}/target/doc/jpdlxsd" title="jPDL: jBPM's Process Definition Language"
+                  verbose="false" />
               </tasks>
             </configuration>
           </execution>
@@ -98,16 +86,16 @@
             <version>1.0</version>
           </dependency>
           <dependency>
-				    <groupId>xalan</groupId>
-				    <artifactId>xalan</artifactId>
-				    <version>2.7.0</version>
-				  </dependency> 
+            <groupId>xalan</groupId>
+            <artifactId>xalan</artifactId>
+            <version>2.7.0</version>
+          </dependency>
         </dependencies>
       </plugin>
     </plugins>
   </build>
-  
-  <!-- ### PROFILES ####################################################### -->
+
+  <!-- Profiles -->
   <profiles>
     <profile>
       <id>debug</id>
@@ -132,5 +120,5 @@
       </properties>
     </profile>
   </profiles>
-  
+
 </project>
\ No newline at end of file

Modified: jbpm4/trunk/modules/pvm/pom.xml
===================================================================
--- jbpm4/trunk/modules/pvm/pom.xml	2008-09-24 11:34:27 UTC (rev 2338)
+++ jbpm4/trunk/modules/pvm/pom.xml	2008-09-24 13:16:01 UTC (rev 2339)
@@ -17,12 +17,12 @@
   <modelVersion>4.0.0</modelVersion>
 
   <!-- ### GENERAL PROJECT INFO ########################################### -->
-  <name>JBoss jBPM4 - jBPM PVM</name>
+  <name>JBoss jBPM4 - PVM Core</name>
   <groupId>org.jbpm.jbpm4</groupId>
   <artifactId>jbpm-pvm</artifactId>
   <packaging>jar</packaging>
 
-  <!-- ### PARENT ######################################################### -->
+  <!-- Parent -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
     <artifactId>jbpm</artifactId>
@@ -30,7 +30,7 @@
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
-  <!-- ### PROPERTIES ##################################################### -->
+  <!-- Properties -->
   <properties>
     <table.prefix>JBPM_</table.prefix>
     <surefire.gc.args>-XX:MaxPermSize=128m</surefire.gc.args>

Modified: jbpm4/trunk/pom.xml
===================================================================
--- jbpm4/trunk/pom.xml	2008-09-24 11:34:27 UTC (rev 2338)
+++ jbpm4/trunk/pom.xml	2008-09-24 13:16:01 UTC (rev 2339)
@@ -34,6 +34,7 @@
   <!-- Modules -->
   <modules>
     <module>modules/pvm</module>
+    <module>modules/jpdl</module>
   </modules>
   
   <!-- Properties -->




More information about the jbpm-commits mailing list