[jboss-cvs] JBossAS SVN: r112364 - branches/JBPAPP_5_1/hornetq-int/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 19 16:17:32 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-10-19 16:17:32 -0400 (Wed, 19 Oct 2011)
New Revision: 112364

Modified:
   branches/JBPAPP_5_1/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

Modified: branches/JBPAPP_5_1/hornetq-int/src/etc/build.xml
===================================================================
--- branches/JBPAPP_5_1/hornetq-int/src/etc/build.xml	2011-10-19 20:15:48 UTC (rev 112363)
+++ branches/JBPAPP_5_1/hornetq-int/src/etc/build.xml	2011-10-19 20:17:32 UTC (rev 112364)
@@ -22,7 +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"/>
@@ -96,11 +96,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