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/10/20 16:36:28 UTC

svn commit: r1186837 - in /commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3: Test10.xml xmlrules/test-node-create-rules-input.xml xmlrules/test-node-create-rules.xml

Author: simonetripodi
Date: Thu Oct 20 14:36:27 2011
New Revision: 1186837

URL: http://svn.apache.org/viewvc?rev=1186837&view=rev
Log:
added missing eol-style svn property

Modified:
    commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/Test10.xml   (props changed)
    commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules-input.xml   (contents, props changed)
    commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules.xml   (contents, props changed)

Propchange: commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/Test10.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules-input.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules-input.xml?rev=1186837&r1=1186836&r2=1186837&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules-input.xml (original)
+++ commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules-input.xml Thu Oct 20 14:36:27 2011
@@ -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>

Propchange: commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules-input.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules.xml?rev=1186837&r1=1186836&r2=1186837&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules.xml (original)
+++ commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules.xml Thu Oct 20 14:36:27 2011
@@ -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>

Propchange: commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/test-node-create-rules.xml
------------------------------------------------------------------------------
    svn:eol-style = native