[jboss-cvs] JBossAS SVN: r112367 - tags/JBPAPP_5_1_2_ER2/hornetq-int/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 20 12:13:36 EDT 2011


Author: mbenitez
Date: 2011-10-20 12:13:36 -0400 (Thu, 20 Oct 2011)
New Revision: 112367

Modified:
   tags/JBPAPP_5_1_2_ER2/hornetq-int/src/etc/build.xml
Log:
JBPAPP-7306 - keep jboss-messaging-client.jar as it should be consistent with RPM, and applications can still connect to other servers - Merge from JBPAPP_5_1 branch (rev.112364/112365)

Modified: tags/JBPAPP_5_1_2_ER2/hornetq-int/src/etc/build.xml
===================================================================
--- tags/JBPAPP_5_1_2_ER2/hornetq-int/src/etc/build.xml	2011-10-19 20:41:16 UTC (rev 112366)
+++ tags/JBPAPP_5_1_2_ER2/hornetq-int/src/etc/build.xml	2011-10-20 16:13:36 UTC (rev 112367)
@@ -22,8 +22,7 @@
    	<equals arg1="${backup}" arg2="true"/>
    </condition>
 
-   <target name="install" depends="removeCommon, removeClient, addCommon, addClient">
-
+   <target name="install" depends="removeCommon, addCommon, addClient">
       <antcall target="removeConfig">
          <param name="CONFIG" value="standard"/>
       </antcall>
@@ -96,11 +95,6 @@
       </copy>
    </target>
 
-   <target name="removeClient">
-      <echo>Removing JBoss Messaging client components</echo>
-      <delete file="${jboss_home}/client/jboss-messaging-client.jar"/>
-   </target>
-
    <target  name="addClient">
       <echo>Adding HornetQ client components</echo>
       <copy todir="${jboss_home}/client" overwrite="true">



More information about the jboss-cvs-commits mailing list