[jboss-svn-commits] JBossWS SVN: r1112 - branches/jbossws-1.0/src/test

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Oct 2 07:09:30 EDT 2006


Author: heiko.braun at jboss.com
Date: 2006-10-02 07:09:28 -0400 (Mon, 02 Oct 2006)
New Revision: 1112

Modified:
   branches/jbossws-1.0/src/test/build.xml
Log:
typo

Modified: branches/jbossws-1.0/src/test/build.xml
===================================================================
--- branches/jbossws-1.0/src/test/build.xml	2006-10-02 11:08:21 UTC (rev 1111)
+++ branches/jbossws-1.0/src/test/build.xml	2006-10-02 11:09:28 UTC (rev 1112)
@@ -115,7 +115,7 @@
     <condition property="jbossws.deployed">
       <filesmatch file1="${jboss.client}/${jbossws.client.jar}" file2="${build.lib.dir}/${jbossws.client.jar}"/>
  	 	</condition>
- 	 	<fail message="jbossws not delpoyed, run 'ant deploy-jbossws'" unless="jbossws.deployed"/>
+ 	 	<fail message="jbossws not deployed, run 'ant deploy-jbossws'" unless="jbossws.deployed"/>
  	 		    
     <!-- Define excluded tests -->
     <property name="jbossws.target.server.${jbossws.target.server}" value="true"/>




More information about the jboss-svn-commits mailing list