stevel 2005/02/22 08:04:21 Modified: docs/manual/OptionalTasks schemavalidate.html src/main/org/apache/tools/ant/taskdefs/optional SchemaValidate.java src/testcases/org/apache/tools/ant/taskdefs/optional SchemaValidateTest.java Log: Fix the date up Revision Changes Path 1.2 +1 -1 ant/docs/manual/OptionalTasks/schemavalidate.html Index: schemavalidate.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/schemavalidate.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- schemavalidate.html 22 Feb 2005 15:58:35 -0000 1.1 +++ schemavalidate.html 22 Feb 2005 16:04:20 -0000 1.2 @@ -302,7 +302,7 @@ Validate the file xml/endpiece-noSchema.xml against the schema xml/doc.xsd. <br> <hr> -<p align="center">Copyright © 2001-2002,2004 The Apache Software Foundation. All rights +<p align="center">Copyright © 2001-2002,2004-2005 The Apache Software Foundation. All rights Reserved.</p> </body> 1.2 +1 -1 ant/src/main/org/apache/tools/ant/taskdefs/optional/SchemaValidate.java Index: SchemaValidate.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/SchemaValidate.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- SchemaValidate.java 22 Feb 2005 15:58:36 -0000 1.1 +++ SchemaValidate.java 22 Feb 2005 16:04:20 -0000 1.2 @@ -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"); * you may not use this file except in compliance with the License. 1.2 +1 -1 ant/src/testcases/org/apache/tools/ant/taskdefs/optional/SchemaValidateTest.java Index: SchemaValidateTest.java =================================================================== RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/optional/SchemaValidateTest.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- SchemaValidateTest.java 22 Feb 2005 15:58:36 -0000 1.1 +++ SchemaValidateTest.java 22 Feb 2005 16:04:21 -0000 1.2 @@ -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"); * you may not use this file except in compliance with the License.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]