Browse Source

Fix the date up

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277708 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 20 years ago
parent
commit
fc7d08599f
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      docs/manual/OptionalTasks/schemavalidate.html
  2. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/SchemaValidate.java
  3. +1
    -1
      src/testcases/org/apache/tools/ant/taskdefs/optional/SchemaValidateTest.java

+ 1
- 1
docs/manual/OptionalTasks/schemavalidate.html View File

@@ -302,7 +302,7 @@ Validate all .xml files in xml directory with the parser configured to perform s
Validate the file xml/endpiece-noSchema.xml against the schema xml/doc.xsd. Validate the file xml/endpiece-noSchema.xml against the schema xml/doc.xsd.
<br> <br>
<hr> <hr>
<p align="center">Copyright &copy; 2001-2002,2004 The Apache Software Foundation. All rights
<p align="center">Copyright &copy; 2001-2002,2004-2005 The Apache Software Foundation. All rights
Reserved.</p> Reserved.</p>


</body> </body>


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/SchemaValidate.java View File

@@ -1,5 +1,5 @@
/* /*
* Copyright 2004 The Apache Software Foundation
* Copyright 2005 The Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.


+ 1
- 1
src/testcases/org/apache/tools/ant/taskdefs/optional/SchemaValidateTest.java View File

@@ -1,5 +1,5 @@
/* /*
* Copyright 2004 The Apache Software Foundation
* Copyright 2005 The Apache Software Foundation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.


Loading…
Cancel
Save