Author: heiko.braun(a)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-(a){name}.jar">
+ <jar
destfile="${build.dir}/test-libs/jbpm-(a){name}.${archive.suffix}">
<fileset dir="${build.dir}/test-classes">
<include name="org/jbpm/examples/@{pkg}/**/*" />
<exclude name="**/process.jpdl.xml"/>
Show replies by date