[jbpm-commits] JBoss JBPM SVN: r2302 - in jbpm4/pvm/trunk/modules/core: src/main/etc/distro and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Sep 20 04:55:46 EDT 2008


Author: tom.baeyens at jboss.com
Date: 2008-09-20 04:55:46 -0400 (Sat, 20 Sep 2008)
New Revision: 2302

Modified:
   jbpm4/pvm/trunk/modules/core/pom.xml
   jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath
   jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.project
Log:
really really last version updates for beta1

Modified: jbpm4/pvm/trunk/modules/core/pom.xml
===================================================================
--- jbpm4/pvm/trunk/modules/core/pom.xml	2008-09-20 08:40:38 UTC (rev 2301)
+++ jbpm4/pvm/trunk/modules/core/pom.xml	2008-09-20 08:55:46 UTC (rev 2302)
@@ -135,6 +135,9 @@
       </plugin>
       <plugin>
         <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <finalName>jbpm-pvm-${version}</finalName>
+        </configuration>
         <executions>
           <execution>
             <goals>

Modified: jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath
===================================================================
--- jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath	2008-09-20 08:40:38 UTC (rev 2301)
+++ jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath	2008-09-20 08:55:46 UTC (rev 2302)
@@ -22,7 +22,7 @@
 	<classpathentry kind="lib" path="lib/log4j-1.2.14.jar"/>
 	<classpathentry kind="lib" path="lib/servlet-api-2.5.jar"/>
 	<classpathentry kind="lib" path="lib/spring-2.5.4.jar"/>
-	<classpathentry kind="lib" path="pvm-core-1.0.0-SNAPSHOT.jar" sourcepath="src"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="lib" path="jbpm-pvm-1.0.beta1.jar" sourcepath="src"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.project
===================================================================
--- jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.project	2008-09-20 08:40:38 UTC (rev 2301)
+++ jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.project	2008-09-20 08:55:46 UTC (rev 2302)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>jbpm-pvm-1.0.0-SNAPSHOT</name>
+	<name>jbpm-pvm-1.0.beta1</name>
 	<comment></comment>
 	<projects>
 	</projects>




More information about the jbpm-commits mailing list