[jboss-cvs] JBossAS SVN: r103979 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 14 15:15:24 EDT 2010


Author: pgier
Date: 2010-04-14 15:15:23 -0400 (Wed, 14 Apr 2010)
New Revision: 103979

Modified:
   trunk/build/build.xml
Log:
Use fileset instead of property for copying hornetq jar so that version string is not included in filename.

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2010-04-14 15:26:32 UTC (rev 103978)
+++ trunk/build/build.xml	2010-04-14 19:15:23 UTC (rev 103979)
@@ -1861,8 +1861,9 @@
     	  </patternset>
     	  <mapper type="flatten"/>
     </unzip>
-  	<copy file="${org.hornetq:hornetq-ra:jar}" todir="${install.all.deploy}/jms-ra.rar">
-        <mapper refid="remove-versions" />
+  	<copy todir="${install.all.deploy}/jms-ra.rar">
+      <fileset refid="org.hornetq:hornetq-ra:jar"/>
+      <mapper refid="remove-versions" />
   	</copy>
 
     <!-- The hornetq-int module output -->




More information about the jboss-cvs-commits mailing list