[jbpm-commits] JBoss JBPM SVN: r4396 - jbpm4/trunk/modules/examples/scripts.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Apr 2 16:21:54 EDT 2009


Author: heiko.braun at jboss.com
Date: 2009-04-02 16:21:54 -0400 (Thu, 02 Apr 2009)
New Revision: 4396

Modified:
   jbpm4/trunk/modules/examples/scripts/antrun-test-jars.xml
Log:
Fix test jar build

Modified: jbpm4/trunk/modules/examples/scripts/antrun-test-jars.xml
===================================================================
--- jbpm4/trunk/modules/examples/scripts/antrun-test-jars.xml	2009-04-02 20:01:33 UTC (rev 4395)
+++ jbpm4/trunk/modules/examples/scripts/antrun-test-jars.xml	2009-04-02 20:21:54 UTC (rev 4396)
@@ -96,7 +96,7 @@
     <attribute name="pkg"/>
 
     <sequential>
-      <jar destfile="${build.dir}/test-libs/jbpm-@{name}.jar">
+      <jar destfile="${build.dir}/test-libs/jbpm-@{name}.${archive.suffix}">
         <fileset dir="${build.dir}/test-classes">
           <include name="org/jbpm/examples/@{pkg}/**/*" />
           <exclude name="**/process.jpdl.xml"/>




More information about the jbpm-commits mailing list