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

do-not-reply at jboss.org do-not-reply at jboss.org
Sun Sep 21 04:51:34 EDT 2008


Author: tom.baeyens at jboss.com
Date: 2008-09-21 04:51:33 -0400 (Sun, 21 Sep 2008)
New Revision: 2305

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

Modified: jbpm4/pvm/trunk/assembly.xml
===================================================================
--- jbpm4/pvm/trunk/assembly.xml	2008-09-21 08:35:54 UTC (rev 2304)
+++ jbpm4/pvm/trunk/assembly.xml	2008-09-21 08:51:33 UTC (rev 2305)
@@ -13,6 +13,7 @@
         <include>org.jbpm.jbpm4:pvm-core</include>
       </includes>
       <binaries>
+        <outputFileNameMapping>jbpm-pvm-${module.version}${dashClassifier?}.${module.extension}</outputFileNameMapping>
         <outputDirectory></outputDirectory>
         <includeDependencies>true</includeDependencies>
         <unpack>false</unpack>

Modified: jbpm4/pvm/trunk/modules/core/pom.xml
===================================================================
--- jbpm4/pvm/trunk/modules/core/pom.xml	2008-09-21 08:35:54 UTC (rev 2304)
+++ jbpm4/pvm/trunk/modules/core/pom.xml	2008-09-21 08:51:33 UTC (rev 2305)
@@ -182,7 +182,6 @@
           </includes>
         </configuration>
       </plugin>
-      <!-- 
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
@@ -249,7 +248,6 @@
 				  </dependency> 
         </dependencies>
       </plugin>
-       -->
     </plugins>
   </build>
   

Modified: jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath
===================================================================
--- jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath	2008-09-21 08:35:54 UTC (rev 2304)
+++ jbpm4/pvm/trunk/modules/core/src/main/etc/distro/.classpath	2008-09-21 08:51:33 UTC (rev 2305)
@@ -23,6 +23,6 @@
 	<classpathentry kind="lib" path="lib/servlet-api-2.5.jar"/>
 	<classpathentry kind="lib" path="lib/spring-2.5.4.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="lib" path="pvm-core-1.0.beta1.jar" sourcepath="src"/>
+	<classpathentry kind="lib" path="jbpm-pvm-1.0.beta1.jar" sourcepath="src"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: jbpm4/pvm/trunk/pom.xml
===================================================================
--- jbpm4/pvm/trunk/pom.xml	2008-09-21 08:35:54 UTC (rev 2304)
+++ jbpm4/pvm/trunk/pom.xml	2008-09-21 08:51:33 UTC (rev 2305)
@@ -229,7 +229,7 @@
         <artifactId>maven-assembly-plugin</artifactId>
         <version>2.2-beta-2</version>
         <configuration>
-          <finalName>pvm-${version}</finalName>
+          <finalName>jbpm-pvm-${version}</finalName>
           <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
           <appendAssemblyId>false</appendAssemblyId>
           <descriptors>




More information about the jbpm-commits mailing list