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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 24 05:06:17 EDT 2010


Author: ataylor
Date: 2010-06-24 05:06:17 -0400 (Thu, 24 Jun 2010)
New Revision: 106233

Modified:
   branches/JBPAPP_5_1/hornetq-int/src/etc/build.xml
Log:
fixed hornetq switch script

Modified: branches/JBPAPP_5_1/hornetq-int/src/etc/build.xml
===================================================================
--- branches/JBPAPP_5_1/hornetq-int/src/etc/build.xml	2010-06-24 06:33:21 UTC (rev 106232)
+++ branches/JBPAPP_5_1/hornetq-int/src/etc/build.xml	2010-06-24 09:06:17 UTC (rev 106233)
@@ -111,6 +111,6 @@
       <mkdir dir="${jboss_home}/server/${config}/deploy/jms-ra.rar/META-INF"/>
       <copy todir="${jboss_home}/server/${config}/deploy/jms-ra.rar/" file="${lib.dir}/hornetq-ra.jar" overwrite="true"/>
       <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}/deploy/deployers/jbossws.deployer" file="${lib.dir}/jbossws-hornetq.jar" 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



More information about the jboss-cvs-commits mailing list