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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to