[jboss-cvs] JBoss Messaging SVN: r7441 - trunk/examples/javaee/common.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 23 06:01:50 EDT 2009


Author: ataylor
Date: 2009-06-23 06:01:50 -0400 (Tue, 23 Jun 2009)
New Revision: 7441

Modified:
   trunk/examples/javaee/common/build.xml
Log:
example fix

Modified: trunk/examples/javaee/common/build.xml
===================================================================
--- trunk/examples/javaee/common/build.xml	2009-06-23 09:40:40 UTC (rev 7440)
+++ trunk/examples/javaee/common/build.xml	2009-06-23 10:01:50 UTC (rev 7441)
@@ -137,7 +137,7 @@
             <exclude name="**/tmp/**"/>
          </fileset>
       </copy>
-      <exec dir="${jboss.home}/bin" executable="sh" osfamily="linux">
+      <exec dir="${jboss.home}/bin" executable="sh" osfamily="unix">
          <arg line="run.sh -c ${example.name}-example-profile"/>
       </exec>
       <exec dir="${jboss.home}/bin" executable="cmd" osfamily="windows">




More information about the jboss-cvs-commits mailing list