[jboss-cvs] JBoss Messaging SVN: r7623 - trunk/examples/javaee/jca-config.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 27 12:19:14 EDT 2009


Author: ataylor
Date: 2009-07-27 12:19:13 -0400 (Mon, 27 Jul 2009)
New Revision: 7623

Modified:
   trunk/examples/javaee/jca-config/build.xml
Log:
fixed script

Modified: trunk/examples/javaee/jca-config/build.xml
===================================================================
--- trunk/examples/javaee/jca-config/build.xml	2009-07-27 15:25:55 UTC (rev 7622)
+++ trunk/examples/javaee/jca-config/build.xml	2009-07-27 16:19:13 UTC (rev 7623)
@@ -72,7 +72,7 @@
       </copy>
 
       <exec dir="${jboss.home}/bin" executable="sh" osfamily="unix">
-         <arg line="debug.sh -c jca-config-example-profile2 -Djboss.service.binding.set=ports-01"/>
+         <arg line="run.sh -c jca-config-example-profile2 -Djboss.service.binding.set=ports-01"/>
       </exec>
       <exec dir="${jboss.home}/bin" executable="cmd" osfamily="windows">
          <arg line="/c run.bat -c jca-config-example-profile2 -Djboss.service.binding.set=ports-01"/>




More information about the jboss-cvs-commits mailing list