You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2005/02/22 17:57:33 UTC

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

stevel      2005/02/22 08:57:33

  Modified:    src/etc/testcases/taskdefs/optional schemavalidate.xml
  Log:
  still had an interim attribute name here. fixed.
  
  Revision  Changes    Path
  1.2       +1 -1      ant/src/etc/testcases/taskdefs/optional/schemavalidate.xml
  
  Index: schemavalidate.xml
  ===================================================================
  RCS file: /home/cvs/ant/src/etc/testcases/taskdefs/optional/schemavalidate.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- schemavalidate.xml	22 Feb 2005 15:58:35 -0000	1.1
  +++ schemavalidate.xml	22 Feb 2005 16:57:33 -0000	1.2
  @@ -10,7 +10,7 @@
   
     <target name="testNoNamespace">
       <schemavalidate
  -      defaultSchemaFile="${doc.xsd}"
  +      noNamespaceFile="${doc.xsd}"
         file="xml/endpiece-noSchema.xml">
       </schemavalidate>
     </target>
  
  
  

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