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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 24 07:34:27 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-24 07:34:27 -0400 (Wed, 24 Sep 2008)
New Revision: 2338

Added:
   jbpm4/trunk/.classpath
   jbpm4/trunk/.project
   jbpm4/trunk/modules/
   jbpm4/trunk/modules/pvm/
   jbpm4/trunk/pom.xml
Modified:
   jbpm4/trunk/
   jbpm4/trunk/modules/pvm/pom.xml
Log:
jBPM4 trunk, first cut


Property changes on: jbpm4/trunk
___________________________________________________________________
Name: svn:ignore
   + .settings


Added: jbpm4/trunk/.classpath
===================================================================
--- jbpm4/trunk/.classpath	                        (rev 0)
+++ jbpm4/trunk/.classpath	2008-09-24 11:34:27 UTC (rev 2338)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<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>

Added: jbpm4/trunk/.project
===================================================================
--- jbpm4/trunk/.project	                        (rev 0)
+++ jbpm4/trunk/.project	2008-09-24 11:34:27 UTC (rev 2338)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>pvm</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>

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

Modified: jbpm4/trunk/modules/pvm/pom.xml
===================================================================
--- jbpm4/pvm/trunk/modules/core/pom.xml	2008-09-24 08:08:15 UTC (rev 2333)
+++ jbpm4/trunk/modules/pvm/pom.xml	2008-09-24 11:34:27 UTC (rev 2338)
@@ -1,49 +1,50 @@
 <?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>
-  
+
   <!-- ### GENERAL PROJECT INFO ########################################### -->
-  <name>JBoss jBPM4 - PVM Core</name>
+  <name>JBoss jBPM4 - jBPM PVM</name>
   <groupId>org.jbpm.jbpm4</groupId>
-  <artifactId>pvm-core</artifactId>
+  <artifactId>jbpm-pvm</artifactId>
   <packaging>jar</packaging>
-  <version>1.0.beta1</version>
-  
+
   <!-- ### PARENT ######################################################### -->
   <parent>
     <groupId>org.jbpm.jbpm4</groupId>
-    <artifactId>pvm</artifactId>
-    <version>1.0.beta1</version>
+    <artifactId>jbpm</artifactId>
+    <version>4.0.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
-  
+
   <!-- ### PROPERTIES ##################################################### -->
   <properties>
-    <project.build.finalName>jbpm-pvm-${version}</project.build.finalName>
     <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>
     <test.resources.directory>${project.build.directory}/test-resources</test.resources.directory>
   </properties>
-  
-  <!-- ### DEPENDENCIES ################################################### -->
+
+  <!-- Dependencies -->
   <dependencies>
     <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+    <dependency>
       <groupId>juel</groupId>
       <artifactId>juel</artifactId>
     </dependency>
@@ -79,10 +80,6 @@
       <!-- <scope>test</scope> -->
     </dependency>
     <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.livetribe</groupId>
       <artifactId>livetribe-jsr223</artifactId>
     </dependency>
@@ -114,9 +111,9 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-  
+
+  <!-- Plugins -->
   <build>
-    <!-- ### PLUGINS ###################################################### -->
     <plugins>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
@@ -125,49 +122,6 @@
         </configuration>
       </plugin>
       <plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>test-jar</id>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <finalName>jbpm-pvm-${version}</finalName>
-        </configuration>
-      </plugin>   
-      <plugin>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-sources</id>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-            <configuration>
-              <finalName>jbpm-pvm-${version}</finalName>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-javadocs</id>
-            <goals>
-              <goal>jar</goal>
-            </goals>
-            <configuration>
-              <finalName>jbpm-pvm-${version}</finalName>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <artifactId>maven-ear-plugin</artifactId>
         <configuration>
           <applicationXml>${basedir}/src/main/etc/ear/META-INF/application.xml</applicationXml>
@@ -207,8 +161,7 @@
             </goals>
             <configuration>
               <tasks>
-                <replace dir="target/classes" includes="**/hibernate.*.hbm.xml"
-                  token="table=&quot;JBPM_" value="table=&quot;${table.prefix}" />
+                <replace dir="target/classes" includes="**/hibernate.*.hbm.xml" token="table=&quot;JBPM_" value="table=&quot;${table.prefix}" />
               </tasks>
             </configuration>
           </execution>
@@ -225,12 +178,10 @@
             </goals>
             <configuration>
               <tasks>
-	              <taskdef name="xsddoc" classname="net.sf.xframe.xsddoc.Task" classpathref="maven.plugin.classpath" />
-	              <mkdir dir="${basedir}/target/doc-wirexsd" />
-	              <xsddoc file="${basedir}/src/main/resources/org/jbpm/pvm/wire.xsd"
-			            out="${basedir}/target/doc-wirexsd"
-			            title="Process Virtual Machine: Wiring Schema"
-			            verbose="false" />
+                <taskdef name="xsddoc" classname="net.sf.xframe.xsddoc.Task" classpathref="maven.plugin.classpath" />
+                <mkdir dir="${basedir}/target/doc-wirexsd" />
+                <xsddoc file="${basedir}/src/main/resources/org/jbpm/pvm/wire.xsd" out="${basedir}/target/doc-wirexsd" title="Process Virtual Machine: Wiring Schema"
+                  verbose="false" />
               </tasks>
             </configuration>
           </execution>
@@ -242,15 +193,15 @@
             <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>
     <profile>
@@ -276,5 +227,5 @@
       </properties>
     </profile>
   </profiles>
-  
+
 </project>
\ No newline at end of file

Added: jbpm4/trunk/pom.xml
===================================================================
--- jbpm4/trunk/pom.xml	                        (rev 0)
+++ jbpm4/trunk/pom.xml	2008-09-24 11:34:27 UTC (rev 2338)
@@ -0,0 +1,158 @@
+<?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>JBoss jBPM4</name>
+  <groupId>org.jbpm.jbpm4</groupId>
+  <artifactId>jbpm</artifactId>
+  <packaging>pom</packaging>
+  
+  <version>4.0.0-SNAPSHOT</version>
+  
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jbpm</groupId>
+    <artifactId>jbpm-parent</artifactId>
+    <version>1.0.0.GA</version>
+  </parent>
+
+  <!-- Modules -->
+  <modules>
+    <module>modules/pvm</module>
+  </modules>
+  
+  <!-- Properties -->
+  <properties>
+    <cactus.version>13-1.7.1</cactus.version>
+    <clover.version>2.3.1</clover.version>
+    <hibernate.version>3.2.5.ga</hibernate.version>
+    <hsqldb.version>1.8.0.7</hsqldb.version>
+    <jboss.j2ee.version>4.2.1.GA</jboss.j2ee.version>
+    <jboss.seam.version>2.0.1.GA</jboss.seam.version>
+    <jsr233.version>2.0.3</jsr233.version>
+    <juel.version>2.1.0</juel.version>
+    <log4j.version>1.2.14</log4j.version>
+    <spring.version>2.5.4</spring.version>
+    <servlet-api.version>2.5</servlet-api.version>
+  </properties>
+  
+  <!-- DependencyManagement -->
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>juel</groupId>
+        <artifactId>juel</artifactId>
+        <version>${juel.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>juel</groupId>
+        <artifactId>juel-engine</artifactId>
+        <version>${juel.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>juel</groupId>
+        <artifactId>juel-impl</artifactId>
+        <version>${juel.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.hibernate</groupId>
+        <artifactId>hibernate</artifactId>
+        <version>${hibernate.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>hsqldb</groupId>
+        <artifactId>hsqldb</artifactId>
+        <version>${hsqldb.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>${junit.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>com.cenqua.clover</groupId>
+        <artifactId>clover</artifactId>
+        <version>${clover.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>javax.servlet</groupId>
+        <artifactId>servlet-api</artifactId>
+        <version>${servlet-api.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>log4j</groupId>
+        <artifactId>log4j</artifactId>
+        <version>${log4j.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>jboss</groupId>
+        <artifactId>jboss-j2ee</artifactId>
+        <version>${jboss.j2ee.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring</artifactId>
+        <version>${spring.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.livetribe</groupId>
+        <artifactId>livetribe-jsr223</artifactId>
+        <version>${jsr233.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.seam</groupId>
+        <artifactId>jboss-seam</artifactId>
+        <version>${jboss.seam.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>cactus</groupId>
+        <artifactId>cactus</artifactId>
+        <version>${cactus.version}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <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.com/browse/JbpmSvn/jbpm4</url>
+  </scm>
+  
+  <!-- IssueManagement -->
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.jboss.org/jira/browse/JBPM</url>
+  </issueManagement>
+  
+  <!-- Licenses -->
+  <licenses>
+    <license>
+      <name>lgpl</name>
+      <url>http://repository.jboss.com/licenses/lgpl.txt</url>
+    </license>
+  </licenses>
+  
+  <!-- DistributionManagement -->
+  <distributionManagement>
+    <site>
+      <id>local.site</id>
+      <url>file:///${publications}/pvm/site</url>
+    </site>
+  </distributionManagement>
+  
+</project>
\ No newline at end of file


Property changes on: jbpm4/trunk/pom.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF




More information about the jbpm-commits mailing list