You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2004/08/03 10:52:07 UTC

cvs commit: ant/src/etc/testcases/taskdefs/optional WsdlToDotnet.xml

bodewig     2004/08/03 01:52:06

  Modified:    src/etc/testcases/taskdefs/optional WsdlToDotnet.xml
  Log:
  fix case
  
  Revision  Changes    Path
  1.9       +1 -1      ant/src/etc/testcases/taskdefs/optional/WsdlToDotnet.xml
  
  Index: WsdlToDotnet.xml
  ===================================================================
  RCS file: /home/cvs/ant/src/etc/testcases/taskdefs/optional/WsdlToDotnet.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- WsdlToDotnet.xml	2 Aug 2004 22:42:20 -0000	1.8
  +++ WsdlToDotnet.xml	3 Aug 2004 08:52:06 -0000	1.9
  @@ -218,7 +218,7 @@
       <wsdltodotnet destFile="${out.csc}"
         srcFile="${local.wsdl}"
         >
  -      <schema file="wsdlToDotnet.xml"
  +      <schema file="WsdlToDotnet.xml"
           url="http://ant.apache.org/xml/AntSchema.xsd"/>
       </wsdltodotnet>
     </target>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org