added missing eol-style svn property

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/digester/trunk@1186837 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules-input.xml b/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules-input.xml
index 6e27dc3..9dfab50 100644
--- a/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules-input.xml
+++ b/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules-input.xml
@@ -1,23 +1,23 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<!-- Input data to test the DigesterLoader -->

-<!--

-   Licensed to the Apache Software Foundation (ASF) under one or more

-   contributor license agreements.  See the NOTICE file distributed with

-   this work for additional information regarding copyright ownership.

-   The ASF licenses this file to You under the Apache License, Version 2.0

-   (the "License"); you may not use this file except in compliance with

-   the License.  You may obtain a copy of the License at

-

-       http://www.apache.org/licenses/LICENSE-2.0

-

-   Unless required by applicable law or agreed to in writing, software

-   distributed under the License is distributed on an "AS IS" BASIS,

-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-   See the License for the specific language governing permissions and

-   limitations under the License.

--->

-<root>

-  <foo1>

-    <bar1>bar1-value</bar1>

-  </foo1>

-</root>

+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Input data to test the DigesterLoader -->
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<root>
+  <foo1>
+    <bar1>bar1-value</bar1>
+  </foo1>
+</root>
diff --git a/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules.xml b/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules.xml
index 02890c4..70c4510 100644
--- a/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules.xml
+++ b/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules.xml
@@ -1,24 +1,24 @@
-<?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

-   contributor license agreements.  See the NOTICE file distributed with

-   this work for additional information regarding copyright ownership.

-   The ASF licenses this file to You under the Apache License, Version 2.0

-   (the "License"); you may not use this file except in compliance with

-   the License.  You may obtain a copy of the License at

-

-       http://www.apache.org/licenses/LICENSE-2.0

-

-   Unless required by applicable law or agreed to in writing, software

-   distributed under the License is distributed on an "AS IS" BASIS,

-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

-   See the License for the specific language governing permissions and

-   limitations under the License.

--->

-<digester-rules>

-  <pattern value="root/foo1">

-    <node-create-rule />

-    <set-next-rule methodname="add" paramtype="java.lang.Object" />

-  </pattern>

-</digester-rules>

+<?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
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<digester-rules>
+  <pattern value="root/foo1">
+    <node-create-rule />
+    <set-next-rule methodname="add" paramtype="java.lang.Object" />
+  </pattern>
+</digester-rules>