You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by aj...@apache.org on 2007/04/11 03:08:33 UTC

svn commit: r527357 [2/2] - in /webservices/commons/trunk/modules/XmlSchema/src: main/java/org/apache/ws/commons/schema/ main/java/org/apache/ws/commons/schema/constants/ main/java/org/apache/ws/commons/schema/extensions/ main/java/org/apache/ws/common...

Modified: webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/constants/Constants.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/constants/Constants.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/constants/Constants.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/constants/Constants.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/constants/Enum.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/constants/Enum.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/constants/Enum.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/constants/Enum.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/extensions/DefaultExtensionDeserializer.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/extensions/DefaultExtensionDeserializer.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/extensions/DefaultExtensionDeserializer.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/extensions/DefaultExtensionDeserializer.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/extensions/DefaultExtensionSerializer.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/extensions/DefaultExtensionSerializer.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/extensions/DefaultExtensionSerializer.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/extensions/DefaultExtensionSerializer.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/extensions/ExtensionDeserializer.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/extensions/ExtensionDeserializer.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/extensions/ExtensionDeserializer.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/extensions/ExtensionDeserializer.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Portions Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/extensions/ExtensionRegistry.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/extensions/ExtensionRegistry.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/extensions/ExtensionRegistry.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/extensions/ExtensionRegistry.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Portions Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/extensions/ExtensionSerializer.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/extensions/ExtensionSerializer.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/extensions/ExtensionSerializer.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/extensions/ExtensionSerializer.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Portions Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/resolver/DefaultURIResolver.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/resolver/DefaultURIResolver.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/resolver/DefaultURIResolver.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/resolver/DefaultURIResolver.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/resolver/URIResolver.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/resolver/URIResolver.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/resolver/URIResolver.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/resolver/URIResolver.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/utils/DOMUtil.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/utils/DOMUtil.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/utils/DOMUtil.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/utils/DOMUtil.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/utils/NamespaceMap.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/utils/NamespaceMap.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/utils/NamespaceMap.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/utils/NamespaceMap.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/utils/XDOMUtil.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/utils/XDOMUtil.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/utils/XDOMUtil.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/utils/XDOMUtil.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/AllSimpleTypeTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/AllSimpleTypeTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/AllSimpleTypeTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/AllSimpleTypeTest.java Tue Apr 10 18:08:27 2007
@@ -10,7 +10,7 @@
 import javax.xml.parsers.DocumentBuilderFactory;
 import java.util.Iterator;
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/AnnotationTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/AnnotationTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/AnnotationTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/AnnotationTest.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/AnyAttTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/AnyAttTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/AnyAttTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/AnyAttTest.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/AnyTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/AnyTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/AnyTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/AnyTest.java Tue Apr 10 18:08:27 2007
@@ -11,7 +11,7 @@
 import java.util.Set;
 
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/AttributeGroupTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/AttributeGroupTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/AttributeGroupTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/AttributeGroupTest.java Tue Apr 10 18:08:27 2007
@@ -10,7 +10,7 @@
 import java.util.Iterator;
 
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/BlockTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/BlockTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/BlockTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/BlockTest.java Tue Apr 10 18:08:27 2007
@@ -10,7 +10,7 @@
 import java.io.FileInputStream;
 import java.io.InputStream;
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ChoiceTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ChoiceTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ChoiceTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ChoiceTest.java Tue Apr 10 18:08:27 2007
@@ -12,7 +12,7 @@
 import java.util.Set;
 
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/CircularSchemaTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/CircularSchemaTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/CircularSchemaTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/CircularSchemaTest.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ComplexContentRestrictionTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ComplexContentRestrictionTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ComplexContentRestrictionTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ComplexContentRestrictionTest.java Tue Apr 10 18:08:27 2007
@@ -11,7 +11,7 @@
 import java.util.Set;
 
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ConstraintsTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ConstraintsTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ConstraintsTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ConstraintsTest.java Tue Apr 10 18:08:27 2007
@@ -11,7 +11,7 @@
 import java.util.Set;
 
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ExternalAttTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ExternalAttTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ExternalAttTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ExternalAttTest.java Tue Apr 10 18:08:27 2007
@@ -9,7 +9,7 @@
 import javax.xml.parsers.DocumentBuilderFactory;
 import java.util.Map;
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/FacetsTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/FacetsTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/FacetsTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/FacetsTest.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/GroupTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/GroupTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/GroupTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/GroupTest.java Tue Apr 10 18:08:27 2007
@@ -12,7 +12,7 @@
 import java.util.Set;
 
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ImportTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ImportTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ImportTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ImportTest.java Tue Apr 10 18:08:27 2007
@@ -8,7 +8,7 @@
 import javax.xml.parsers.DocumentBuilderFactory;
 import java.io.File;
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/IncludeTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/IncludeTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/IncludeTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/IncludeTest.java Tue Apr 10 18:08:27 2007
@@ -12,7 +12,7 @@
 import java.util.Set;
 
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ListTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ListTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ListTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ListTest.java Tue Apr 10 18:08:27 2007
@@ -9,7 +9,7 @@
 import java.io.InputStream;
 
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/MixedContentTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/MixedContentTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/MixedContentTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/MixedContentTest.java Tue Apr 10 18:08:27 2007
@@ -11,7 +11,7 @@
 import java.io.FileInputStream;
 import java.io.InputStream;
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/NamespaceContextTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/NamespaceContextTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/NamespaceContextTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/NamespaceContextTest.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/NotationTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/NotationTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/NotationTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/NotationTest.java Tue Apr 10 18:08:27 2007
@@ -14,7 +14,7 @@
 import java.util.Set;
 
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/RedefineTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/RedefineTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/RedefineTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/RedefineTest.java Tue Apr 10 18:08:27 2007
@@ -12,7 +12,7 @@
 import java.util.Set;
 
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/Resources.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/Resources.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/Resources.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/Resources.java Tue Apr 10 18:08:27 2007
@@ -1,7 +1,7 @@
 package tests;
 
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/SimpleContentExtensionTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/SimpleContentExtensionTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/SimpleContentExtensionTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/SimpleContentExtensionTest.java Tue Apr 10 18:08:27 2007
@@ -11,7 +11,7 @@
 import java.util.Set;
 
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/SimpleContentRestrictionTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/SimpleContentRestrictionTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/SimpleContentRestrictionTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/SimpleContentRestrictionTest.java Tue Apr 10 18:08:27 2007
@@ -11,7 +11,7 @@
 import java.util.Set;
 
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestElementForm.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestElementForm.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestElementForm.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestElementForm.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
-* Copyright 2004,2005 The Apache Software Foundation.
+* Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestElementRefs.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestElementRefs.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestElementRefs.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestElementRefs.java Tue Apr 10 18:08:27 2007
@@ -10,7 +10,7 @@
 import java.io.InputStream;
 import java.util.Iterator;
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestForwardRefs.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestForwardRefs.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestForwardRefs.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestForwardRefs.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestLocalUnnamedSimpleType.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestLocalUnnamedSimpleType.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestLocalUnnamedSimpleType.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestLocalUnnamedSimpleType.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestSimpleRestriction.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestSimpleRestriction.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestSimpleRestriction.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestSimpleRestriction.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestUnqualifiedSchema.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestUnqualifiedSchema.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestUnqualifiedSchema.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TestUnqualifiedSchema.java Tue Apr 10 18:08:27 2007
@@ -8,7 +8,7 @@
 import javax.xml.parsers.DocumentBuilderFactory;
 import java.util.Iterator;
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TwoSchemasRefTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TwoSchemasRefTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TwoSchemasRefTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TwoSchemasRefTest.java Tue Apr 10 18:08:27 2007
@@ -11,7 +11,7 @@
 import javax.xml.namespace.QName;
 import javax.xml.parsers.DocumentBuilderFactory;
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TwoSchemasTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TwoSchemasTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TwoSchemasTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/TwoSchemasTest.java Tue Apr 10 18:08:27 2007
@@ -10,7 +10,7 @@
 import javax.xml.namespace.QName;
 import javax.xml.parsers.DocumentBuilderFactory;
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/UnionTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/UnionTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/UnionTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/UnionTest.java Tue Apr 10 18:08:27 2007
@@ -11,7 +11,7 @@
 import java.util.Set;
 
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomAttribute.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomAttribute.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomAttribute.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomAttribute.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomAttributeDeserializer.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomAttributeDeserializer.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomAttributeDeserializer.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomAttributeDeserializer.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomAttributeSerializer.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomAttributeSerializer.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomAttributeSerializer.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomAttributeSerializer.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomExtDeserializerTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomExtDeserializerTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomExtDeserializerTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomExtDeserializerTest.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomExtensionRegistry.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomExtensionRegistry.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomExtensionRegistry.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomExtensionRegistry.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomExtensionSerializerTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomExtensionSerializerTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomExtensionSerializerTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/attrib/CustomExtensionSerializerTest.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomElement.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomElement.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomElement.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomElement.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomElementDeserializer.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomElementDeserializer.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomElementDeserializer.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomElementDeserializer.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomElementSerializer.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomElementSerializer.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomElementSerializer.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomElementSerializer.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomExtElementDeserializerTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomExtElementDeserializerTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomExtElementDeserializerTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomExtElementDeserializerTest.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomExtElementSerializerTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomExtElementSerializerTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomExtElementSerializerTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomExtElementSerializerTest.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomExtensionRegistry.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomExtensionRegistry.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomExtensionRegistry.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/customext/elt/CustomExtensionRegistry.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ext/PlainExtensionDeserializerTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ext/PlainExtensionDeserializerTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ext/PlainExtensionDeserializerTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ext/PlainExtensionDeserializerTest.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ext/PlainExtensionSerializerTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ext/PlainExtensionSerializerTest.java?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ext/PlainExtensionSerializerTest.java (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/java/tests/ext/PlainExtensionSerializerTest.java Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 /*
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 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.

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/annotation.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/annotation.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/annotation.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/annotation.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/any.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/any.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/any.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/any.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/attributegroup.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/attributegroup.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/attributegroup.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/attributegroup.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/choice.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/choice.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/choice.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/choice.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/constraints.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/constraints.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/constraints.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/constraints.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/deriverestriction.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/deriverestriction.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/deriverestriction.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/deriverestriction.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/facets.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/facets.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/facets.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/facets.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/group.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/group.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/group.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/group.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/include.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/include.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/include.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/include.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/include2.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/include2.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/include2.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/include2.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/include3.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/include3.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/include3.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/include3.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/list.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/list.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/list.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/list.xsd Tue Apr 10 18:08:27 2007
@@ -1,6 +1,6 @@
 <!--
  *
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/notation.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/notation.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/notation.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/notation.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine1.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine1.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine1.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine1.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine2.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine2.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine2.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine2.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine3.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine3.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine3.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine3.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine4.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine4.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine4.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine4.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine5.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine5.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine5.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine5.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine6.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine6.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine6.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine6.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine7.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine7.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine7.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine7.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine8.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine8.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine8.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/redefine8.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/screstriction.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/screstriction.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/screstriction.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/screstriction.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/simplecontentextension.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/simplecontentextension.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/simplecontentextension.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/simplecontentextension.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/subgroup.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/subgroup.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/subgroup.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/subgroup.xsd Tue Apr 10 18:08:27 2007
@@ -1,6 +1,6 @@
 <!--
  *
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

Modified: webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/union.xsd
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/union.xsd?view=diff&rev=527357&r1=527356&r2=527357
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/union.xsd (original)
+++ webservices/commons/trunk/modules/XmlSchema/src/test/test-resources/union.xsd Tue Apr 10 18:08:27 2007
@@ -1,5 +1,5 @@
 <!--
- * Copyright 2004,2005 The Apache Software Foundation.
+ * Copyright 2004,2007 The Apache Software Foundation.
  * Copyright 2006 International Business Machines Corp.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");



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