You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/06/05 17:33:58 UTC

svn commit: r1132436 - in /commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3: ./ plugins/ xmlrules/

Author: simonetripodi
Date: Sun Jun  5 15:33:56 2011
New Revision: 1132436

URL: http://svn.apache.org/viewvc?rev=1132436&view=rev
Log:
reformatted XML test resources

Modified:
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test1.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test10.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test11.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-01.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-02.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-01.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-02.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13.xsd
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test2.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test3.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test4.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test5.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test6.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test7.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test8.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test9.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/document-with-relative-dtd.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/ObjectTestImplRuleInfo.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test1.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test2.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test3.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test4a.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test4b.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test5a.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test5b.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test5c.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test6.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test7.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/xmlrules1.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/xmlrules2.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-call-param-rules.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules-input.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testCircularRules.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testPropertyAliasRules.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testfactory.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testfactoryignore.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testfactorynoignore.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testrules.xml
    commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testrulesinclude.xml

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test1.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test1.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test1.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test1.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test10.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test10.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test10.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test10.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test11.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test11.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test11.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test11.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-01.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-01.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-01.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-01.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-02.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-02.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-02.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12-02.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-01.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-01.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-01.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-01.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-02.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-02.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-02.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13-02.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13.xsd
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13.xsd?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13.xsd (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test13.xsd Sun Jun  5 15:33:56 2011
@@ -1,5 +1,4 @@
-<?xml version="1.0"?>
-
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
@@ -16,38 +15,32 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
+<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:dt="http://commons.apache.org/digester/tests"
+  targetNamespace="http://commons.apache.org/digester/tests" elementFormDefault="qualified">
 
-<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-    xmlns:dt="http://commons.apache.org/digester/tests"
-    targetNamespace="http://commons.apache.org/digester/tests"
-    elementFormDefault="qualified">
-
-    <xsd:complexType name="dt.employee.type">
-        <xsd:sequence>
-            <xsd:element ref="dt:firstName" minOccurs="1" maxOccurs="1" />
-            <xsd:element ref="dt:lastName" minOccurs="1" maxOccurs="1" />
-            <xsd:element ref="dt:address" minOccurs="0" maxOccurs="unbounded" />
-        </xsd:sequence>
-    </xsd:complexType>
-
-    <xsd:element name="employee" type="dt:dt.employee.type" />
-
-    <xsd:element name="firstName" type="xsd:string" />
-    <xsd:element name="lastName" type="xsd:string" />
-
-    <xsd:complexType name="dt.address.type">
-        <xsd:sequence>
-            <xsd:element ref="dt:type" minOccurs="1" maxOccurs="1" />
-            <xsd:element ref="dt:city" minOccurs="1" maxOccurs="1" />
-            <xsd:element ref="dt:state" minOccurs="1" maxOccurs="1" />
-        </xsd:sequence>
-    </xsd:complexType>
-
-    <xsd:element name="address" type="dt:dt.address.type" />
-
-    <xsd:element name="type" type="xsd:string" />
-    <xsd:element name="city" type="xsd:string" />
-    <xsd:element name="state" type="xsd:string" />
+  <xsd:complexType name="dt.employee.type">
+    <xsd:sequence>
+      <xsd:element ref="dt:firstName" minOccurs="1" maxOccurs="1" />
+      <xsd:element ref="dt:lastName" minOccurs="1" maxOccurs="1" />
+      <xsd:element ref="dt:address" minOccurs="0" maxOccurs="unbounded" />
+    </xsd:sequence>
+  </xsd:complexType>
+
+  <xsd:element name="employee" type="dt:dt.employee.type" />
+  <xsd:element name="firstName" type="xsd:string" />
+  <xsd:element name="lastName" type="xsd:string" />
+
+  <xsd:complexType name="dt.address.type">
+    <xsd:sequence>
+      <xsd:element ref="dt:type" minOccurs="1" maxOccurs="1" />
+      <xsd:element ref="dt:city" minOccurs="1" maxOccurs="1" />
+      <xsd:element ref="dt:state" minOccurs="1" maxOccurs="1" />
+    </xsd:sequence>
+  </xsd:complexType>
+
+  <xsd:element name="address" type="dt:dt.address.type" />
+  <xsd:element name="type" type="xsd:string" />
+  <xsd:element name="city" type="xsd:string" />
+  <xsd:element name="state" type="xsd:string" />
 
 </xsd:schema>
-

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test2.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test2.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test2.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test2.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test3.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test3.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test3.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test3.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test4.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test4.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test4.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test4.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test5.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test5.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test5.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test5.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test6.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test6.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test6.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test6.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test7.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test7.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test7.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test7.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test8.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test8.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test8.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test8.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test9.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test9.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test9.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test9.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/document-with-relative-dtd.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/document-with-relative-dtd.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/document-with-relative-dtd.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/document-with-relative-dtd.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version='1.0'?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/ObjectTestImplRuleInfo.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/ObjectTestImplRuleInfo.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/ObjectTestImplRuleInfo.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/ObjectTestImplRuleInfo.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE digester-rules PUBLIC "-//Apache Commons //DTD digester-rules XML V1.0//EN" "http://commons.apache.org/digester/dtds/digester-rules-3.0.dtd">
 <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
@@ -19,6 +19,6 @@
 <digester-rules>
   <pattern value="">
     <call-method-rule methodname="setValue" paramcount="1" />
-    <object-param-rule paramnumber='0' type="java.lang.String" value='xmlrules-ruleinfo' />
+    <object-param-rule paramnumber="0" type="java.lang.String" value="xmlrules-ruleinfo" />
   </pattern>
 </digester-rules>

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test1.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test1.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test1.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test1.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test2.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test2.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test2.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test2.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test3.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test3.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test3.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test3.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements.  See the NOTICE file distributed with

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test4a.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test4a.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test4a.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test4a.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
@@ -29,4 +29,4 @@
   </widget>
 
   <widget plugin-id="textlabel" label="text1" />
-</root>
\ No newline at end of file
+</root>

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test4b.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test4b.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test4b.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test4b.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test5a.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test5a.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test5a.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test5a.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test5b.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test5b.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test5b.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test5b.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
@@ -16,7 +16,8 @@
  limitations under the License.
 -->
 <root>
-  <plugin id="textlabel2" class="org.apache.commons.digester3.plugins.TextLabel2" ruleclass="org.apache.commons.digester3.plugins.TextLabel2RuleInfo"
+  <plugin id="textlabel2" class="org.apache.commons.digester3.plugins.TextLabel2"
+    ruleclass="org.apache.commons.digester3.plugins.TextLabel2RuleInfo"
     method="addAltRules" />
 
   <widget plugin-id="textlabel2" id="badid">

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test5c.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test5c.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test5c.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test5c.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test6.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test6.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test6.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test6.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test7.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test7.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test7.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/test7.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/xmlrules1.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/xmlrules1.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/xmlrules1.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/xmlrules1.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE digester-rules PUBLIC "-//Apache Commons //DTD digester-rules XML V1.0//EN" "http://commons.apache.org/digester/dtds/digester-rules-3.0.dtd">
 <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
@@ -19,6 +19,6 @@
 <digester-rules>
   <pattern value="">
     <call-method-rule methodname="setValue" paramcount="1" />
-    <object-param-rule paramnumber='0' type="java.lang.String" value='xmlrules1' />
+    <object-param-rule paramnumber="0" type="java.lang.String" value="xmlrules1" />
   </pattern>
 </digester-rules>

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/xmlrules2.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/xmlrules2.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/xmlrules2.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/plugins/xmlrules2.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE digester-rules PUBLIC "-//Apache Commons //DTD digester-rules XML V1.0//EN" "http://commons.apache.org/digester/dtds/digester-rules-3.0.dtd">
 <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
@@ -19,6 +19,6 @@
 <digester-rules>
   <pattern value="">
     <call-method-rule methodname="setValue" paramcount="1" />
-    <object-param-rule paramnumber='0' type="java.lang.String" value='xmlrules2' />
+    <object-param-rule paramnumber="0" type="java.lang.String" value="xmlrules2" />
   </pattern>
 </digester-rules>

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-call-param-rules.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-call-param-rules.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-call-param-rules.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-call-param-rules.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE digester-rules PUBLIC "-//Apache Commons //DTD digester-rules XML V1.0//EN" "http://commons.apache.org/digester/dtds/digester-rules-3.0.dtd">
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -21,16 +21,16 @@
     <pattern value="foo">
       <call-method-rule methodname="triple" paramcount="3"
         paramtypes="java.lang.String,java.lang.String,java.lang.String" />
-      <call-param-rule paramnumber='0' attrname='attr' />
+      <call-param-rule paramnumber="0" attrname="attr" />
 
-      <pattern value='bar'>
-        <call-param-rule paramnumber='1' from-stack='false' />
+      <pattern value="bar">
+        <call-param-rule paramnumber="1" from-stack="false" />
       </pattern>
 
-      <pattern value='foobar'>
+      <pattern value="foobar">
         <object-create-rule classname="java.lang.String" />
-        <pattern value='ping'>
-          <call-param-rule paramnumber='2' from-stack='true' />
+        <pattern value="ping">
+          <call-param-rule paramnumber="2" from-stack="true" />
         </pattern>
       </pattern>
     </pattern>

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules-input.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules-input.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules-input.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules-input.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!-- Input data to test the DigesterLoader -->
 <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
@@ -20,4 +20,4 @@
   <foo1>
     <bar1>bar1-value</bar1>
   </foo1>
-</root>
\ No newline at end of file
+</root>

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE digester-rules PUBLIC "-//Apache Commons //DTD digester-rules XML V1.0//EN" "http://commons.apache.org/digester/dtds/digester-rules-3.0.dtd">
 <!--
    Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!-- Input data to test the DigesterLoader -->
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testCircularRules.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testCircularRules.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testCircularRules.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testCircularRules.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testPropertyAliasRules.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testPropertyAliasRules.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testPropertyAliasRules.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testPropertyAliasRules.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testfactory.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testfactory.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testfactory.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testfactory.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE digester-rules PUBLIC "-//Apache Commons //DTD digester-rules XML V1.0//EN" "http://commons.apache.org/digester/dtds/digester-rules-3.0.dtd">
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testfactoryignore.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testfactoryignore.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testfactoryignore.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testfactoryignore.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE digester-rules PUBLIC "-//Apache Commons //DTD digester-rules XML V1.0//EN" "http://commons.apache.org/digester/dtds/digester-rules-3.0.dtd">
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testfactorynoignore.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testfactorynoignore.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testfactorynoignore.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testfactorynoignore.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE digester-rules PUBLIC "-//Apache Commons //DTD digester-rules XML V1.0//EN" "http://commons.apache.org/digester/dtds/digester-rules-3.0.dtd">
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testrules.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testrules.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testrules.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testrules.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE digester-rules PUBLIC "-//Apache Commons //DTD digester-rules XML V1.0//EN" "http://commons.apache.org/digester/dtds/digester-rules-3.0.dtd">
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testrulesinclude.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testrulesinclude.xml?rev=1132436&r1=1132435&r2=1132436&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testrulesinclude.xml (original)
+++ commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/testrulesinclude.xml Sun Jun  5 15:33:56 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with