[jboss-svn-commits] JBL Code SVN: r12344 - labs/jbossesb/trunk/product.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jun 5 17:34:27 EDT 2007


Author: mark.little at jboss.com
Date: 2007-06-05 17:34:26 -0400 (Tue, 05 Jun 2007)
New Revision: 12344

Modified:
   labs/jbossesb/trunk/product/build.xml
Log:
fixed typos

Modified: labs/jbossesb/trunk/product/build.xml
===================================================================
--- labs/jbossesb/trunk/product/build.xml	2007-06-05 20:37:17 UTC (rev 12343)
+++ labs/jbossesb/trunk/product/build.xml	2007-06-05 21:34:26 UTC (rev 12344)
@@ -148,10 +148,10 @@
     <target name="assert-build-available" unless="build-available">
         <echo message="" />
         <echo message="***" />
-        <echo message="*** Sorry, you must run the 'dist' target before runing the 'test' target." />
+        <echo message="*** Sorry, you must run the 'dist' target before running the 'test' target." />
         <echo message="***" />
         <echo message="" />
-        <fail message="Sorry, you must run the 'dist' target before runing the 'test' target." />
+        <fail message="Sorry, you must run the 'dist' target before running the 'test' target." />
     </target>
 
     <!-- Integration test targets -->




More information about the jboss-svn-commits mailing list