[jboss-cvs] JBossAS SVN: r100782 - branches/Branch_Hornet_Temporary_2/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 9 22:03:56 EST 2010


Author: clebert.suconic at jboss.com
Date: 2010-02-09 22:03:56 -0500 (Tue, 09 Feb 2010)
New Revision: 100782

Modified:
   branches/Branch_Hornet_Temporary_2/build/build.xml
Log:
Fixing all config

Modified: branches/Branch_Hornet_Temporary_2/build/build.xml
===================================================================
--- branches/Branch_Hornet_Temporary_2/build/build.xml	2010-02-10 00:25:02 UTC (rev 100781)
+++ branches/Branch_Hornet_Temporary_2/build/build.xml	2010-02-10 03:03:56 UTC (rev 100782)
@@ -1796,7 +1796,7 @@
          All configuration
     -->
     <mkdir dir="${install.all.deploy}/hornetq.sar"/>
-    <unzip src="${org.hornetq:hornetq-resources:jar}" dest="${install.default.deploy}/hornetq.sar">
+    <unzip src="${org.hornetq:hornetq-resources:jar}" dest="${install.all.deploy}/hornetq.sar">
     	  <patternset includes="jboss-as/non-clustered/*" excludes="**/hornetq-users.properties,**/hornetq-roles.properties,**/hornetq-roles.properties,**/login-config.xml">
     	  </patternset>
     	  <mapper type="flatten"/>
@@ -1809,6 +1809,9 @@
     	  </patternset>
     	  <mapper type="flatten"/>
     </unzip>
+  	<copy file="${org.hornetq:hornetq-ra:jar}" todir="${install.all.deploy}/hornetq-ra.rar">
+        <mapper refid="remove-versions" />
+  	</copy>
 
     <!-- The hornetq-int module output -->
     <copy file="${hornetq.module.output}/jboss-as-hornetq-int.jar"




More information about the jboss-cvs-commits mailing list