Author: jkaputin
Date: Wed Jan 31 15:31:33 2007
New Revision: 502041

URL: http://svn.apache.org/viewvc?view=rev&rev=502041
Log:
Corrected a spelling error in target getW3cWsdl20File.
"W3cWsdl20Files.exists" becomes "W3cWsdl20File.exists"

Modified:
    incubator/woden/branches/M7/build.xml

Modified: incubator/woden/branches/M7/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/woden/branches/M7/build.xml?view=diff&rev=502041&r1=502040&r2=502041
==============================================================================
--- incubator/woden/branches/M7/build.xml (original)
+++ incubator/woden/branches/M7/build.xml Wed Jan 31 15:31:33 2007
@@ -218,7 +218,7 @@
        <!-- Get the latest W3C WSDL 2.0 Test Cases and Schemas and unzip it -->
        <target name="getW3cWsdl20" depends="getW3cWsdl20File, 
getW3cAssertsFile" description="--> Gets the W3C Test Suite"/>
        
-       <target name="getW3cWsdl20File" unless="W3cWsdl20Files.exists">
+       <target name="getW3cWsdl20File" unless="W3cWsdl20File.exists">
                <mkdir dir="${w3cDir}" />
                <get src="${W3cWsdl20URL}" dest="${downloads}/${W3cWsdl20File}" 
/>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to