Author: bimargulies
Date: Tue Dec 16 18:55:13 2008
New Revision: 727248
URL: http://svn.apache.org/viewvc?rev=727248&view=rev
Log:
Fix bad import.
Modified:
webservices/commons/trunk/modules/XmlSchema/src/main/appended-resources/META-INF/NOTICE
webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/XmlSchemaSerializer.java
Modified:
webservices/commons/trunk/modules/XmlSchema/src/main/appended-resources/META-INF/NOTICE
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/appended-resources/META-INF/NOTICE?rev=727248&r1=727247&r2=727248&view=diff
==============================================================================
---
webservices/commons/trunk/modules/XmlSchema/src/main/appended-resources/META-INF/NOTICE
(original)
+++
webservices/commons/trunk/modules/XmlSchema/src/main/appended-resources/META-INF/NOTICE
Tue Dec 16 18:55:13 2008
@@ -1,2 +1,5 @@
Portions Copyright 2006 International Business Machines Corp.
+
+Portions Copyright (C) World Wide Web Consortium 2006, 2007 and licensed under
the
+three-part BSD license.
Modified:
webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/XmlSchemaSerializer.java
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/XmlSchemaSerializer.java?rev=727248&r1=727247&r2=727248&view=diff
==============================================================================
---
webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/XmlSchemaSerializer.java
(original)
+++
webservices/commons/trunk/modules/XmlSchema/src/main/java/org/apache/ws/commons/schema/XmlSchemaSerializer.java
Tue Dec 16 18:55:13 2008
@@ -27,6 +27,7 @@
import java.util.List;
import java.util.Map;
+import javax.xml.XMLConstants;
import javax.xml.namespace.QName;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
@@ -45,7 +46,6 @@
import org.apache.ws.commons.schema.constants.Constants;
import org.apache.ws.commons.schema.extensions.ExtensionRegistry;
import org.apache.ws.commons.schema.utils.NamespacePrefixList;
-import org.custommonkey.xmlunit.XMLConstants;
/**
* Convert from the XML Schema class representation to the standard XML
representation.