[jboss-cvs] JBossAS SVN: r112211 - in branches/JBPAPP_5_1/hornetq-int: src/etc and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 8 05:16:26 EDT 2011


Author: ataylor
Date: 2011-09-08 05:16:26 -0400 (Thu, 08 Sep 2011)
New Revision: 112211

Added:
   branches/JBPAPP_5_1/hornetq-int/src/etc/switch.bat
Modified:
   branches/JBPAPP_5_1/hornetq-int/build.xml
Log:
https://issues.jboss.org/browse/JBPAPP-6368

Modified: branches/JBPAPP_5_1/hornetq-int/build.xml
===================================================================
--- branches/JBPAPP_5_1/hornetq-int/build.xml	2011-09-07 14:38:20 UTC (rev 112210)
+++ branches/JBPAPP_5_1/hornetq-int/build.xml	2011-09-08 09:16:26 UTC (rev 112211)
@@ -170,6 +170,7 @@
      <copy todir="output/etc">
         <fileset dir="${source.etc}">
           <include name="switch.sh"/>
+          <include name="switch.bat"/>
           <include name="build.xml"/>
         </fileset>
      </copy>

Added: branches/JBPAPP_5_1/hornetq-int/src/etc/switch.bat
===================================================================
--- branches/JBPAPP_5_1/hornetq-int/src/etc/switch.bat	                        (rev 0)
+++ branches/JBPAPP_5_1/hornetq-int/src/etc/switch.bat	2011-09-08 09:16:26 UTC (rev 112211)
@@ -0,0 +1 @@
+call ant %*
\ No newline at end of file



More information about the jboss-cvs-commits mailing list