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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 11 15:51:33 EDT 2010


Author: fnasser at redhat.com
Date: 2010-08-11 15:51:33 -0400 (Wed, 11 Aug 2010)
New Revision: 107540

Modified:
   branches/JBPAPP_5_1/hornetq-int/src/etc/build.xml
Log:
[#JBPAPP-4870] RPM - dist-diff - jms-ra.rar JBM contents still present on a ZIP install

Modified: branches/JBPAPP_5_1/hornetq-int/src/etc/build.xml
===================================================================
--- branches/JBPAPP_5_1/hornetq-int/src/etc/build.xml	2010-08-11 17:52:22 UTC (rev 107539)
+++ branches/JBPAPP_5_1/hornetq-int/src/etc/build.xml	2010-08-11 19:51:33 UTC (rev 107540)
@@ -96,10 +96,10 @@
       <property name="config" value="${CONFIG}"/>
       <echo>Removing JBoss Messaging from config: ${config}</echo>
       <delete dir="${jboss_home}/server/${config}/deploy/messaging"/>
+      <delete dir="${jboss_home}/server/${config}/deploy/jms-ra.rar"/>
       <delete file="${jboss_home}/server/${config}/deployers/messaging-definitions-jboss-beans.xml"/>
       <delete file="${jboss_home}/server/${config}/conf/props/messaging-roles.properties"/>
       <delete file="${jboss_home}/server/${config}/conf/props/messaging-users.properties"/>
-      <delete file="${jboss_home}/server/${config}/deploy/jms-ra.rar"/>
    </target>
 
    <target name="createConfig">
@@ -123,4 +123,4 @@
       <copy todir="${jboss_home}/server/${config}/deploy/jms-ra.rar/META-INF" file="${resources.dir}/ra.xml" overwrite="true"/>
       <copy todir="${jboss_home}/server/${config}/deployers/jbossws.deployer" file="${lib.dir}/jbossws-hornetq.jar" overwrite="true"/>
    </target>
-</project>
\ No newline at end of file
+</project>



More information about the jboss-cvs-commits mailing list