SLING-941: Lots of svn:eol-style settings missing

Set svn:eol-style to native on all XML files that lack the setting.

git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk@768273 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 37a4890..4918581 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,120 +1,120 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>

-<!--

-    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.

--->

-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

-

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.sling</groupId>

-        <artifactId>sling</artifactId>

-        <version>5-incubator-SNAPSHOT</version>

-        <relativePath>../../../parent/pom.xml</relativePath>

-    </parent>

-

-    <artifactId>org.apache.sling.scripting.xproc</artifactId>

-    <version>2.0.0-incubator-SNAPSHOT</version>

-    <packaging>bundle</packaging>

-

-    <name>Apache Sling Scripting W3C XML Processing Support</name>

-    <description>

-    	Support for W3C XML Processing scripting (http://www.w3.org/XML/Processing/)

-    </description>

-

-    <scm>

-        <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/contrib/scripting/xproc</connection>

-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/contrib/scripting/xproc</developerConnection>

-        <url>http://svn.apache.org/viewvc/incubator/sling/trunk/contrib/scripting/xproc</url>

-    </scm>

-

-    <build>

-        <plugins>

-            <plugin>

-                <groupId>org.apache.felix</groupId>

-                <artifactId>maven-scr-plugin</artifactId>

-            </plugin>

-            <plugin>

-                <groupId>org.apache.felix</groupId>

-                <artifactId>maven-bundle-plugin</artifactId>

-                <version>1.4.3</version>

-                <extensions>true</extensions>

-                <configuration>

-                    <instructions>

-                        <Private-Package>

-                            org.apache.sling.scripting.xproc.*

-                        </Private-Package>

-                        <Embed-Dependency>cocoon-pipeline;inline=true</Embed-Dependency>

-                        <ScriptEngine-Name>${pom.name}</ScriptEngine-Name>

-                        <ScriptEngine-Version>${pom.version}</ScriptEngine-Version>

-                    </instructions>

-                </configuration>

-            </plugin>

-        </plugins>

-    </build>

-

-    <dependencies>

-        <dependency>

-            <groupId>org.apache.sling</groupId>

-            <artifactId>org.apache.sling.api</artifactId>

-            <version>2.0.2-incubator</version>

-        </dependency>

-        <dependency>

-            <groupId>org.apache.sling</groupId>

-            <artifactId>org.apache.sling.scripting.api</artifactId>

-            <version>2.0.2-incubator</version>

-        </dependency>

-         <dependency>

-            <groupId>org.apache.sling</groupId>

-            <artifactId>org.apache.sling.commons.mime</artifactId>

-            <version>2.0.2-incubator</version>

-        </dependency>

-        <dependency>

-            <groupId>javax.servlet</groupId>

-            <artifactId>servlet-api</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>javax.jcr</groupId>

-            <artifactId>jcr</artifactId>

-        </dependency>

-	     <dependency>

-	        <groupId>org.apache.cocoon.pipeline</groupId>

-	        <artifactId>cocoon-pipeline</artifactId>

-	        <version>3.0.0-alpha-1</version>

-	     </dependency>

-        <dependency>

-            <groupId>org.slf4j</groupId>

-            <artifactId>slf4j-api</artifactId>

-        </dependency>

-        

-        <!-- Testing -->

-        <dependency>

-            <groupId>org.apache.sling</groupId>

-            <artifactId>org.apache.sling.commons.testing</artifactId>

-            <version>2.0.3-incubator-SNAPSHOT</version>

-            <scope>test</scope>

-        </dependency>

-		<dependency>

-			<groupId>xmlunit</groupId>

-			<artifactId>xmlunit</artifactId>

-			<version>1.2</version>

-			<scope>test</scope>

-		</dependency>

-		

-    </dependencies>

-    

-</project>

+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    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.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>sling</artifactId>
+        <version>5-incubator-SNAPSHOT</version>
+        <relativePath>../../../parent/pom.xml</relativePath>
+    </parent>
+
+    <artifactId>org.apache.sling.scripting.xproc</artifactId>
+    <version>2.0.0-incubator-SNAPSHOT</version>
+    <packaging>bundle</packaging>
+
+    <name>Apache Sling Scripting W3C XML Processing Support</name>
+    <description>
+    	Support for W3C XML Processing scripting (http://www.w3.org/XML/Processing/)
+    </description>
+
+    <scm>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/contrib/scripting/xproc</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/contrib/scripting/xproc</developerConnection>
+        <url>http://svn.apache.org/viewvc/incubator/sling/trunk/contrib/scripting/xproc</url>
+    </scm>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-scr-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <version>1.4.3</version>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Private-Package>
+                            org.apache.sling.scripting.xproc.*
+                        </Private-Package>
+                        <Embed-Dependency>cocoon-pipeline;inline=true</Embed-Dependency>
+                        <ScriptEngine-Name>${pom.name}</ScriptEngine-Name>
+                        <ScriptEngine-Version>${pom.version}</ScriptEngine-Version>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+            <version>2.0.2-incubator</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.scripting.api</artifactId>
+            <version>2.0.2-incubator</version>
+        </dependency>
+         <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.mime</artifactId>
+            <version>2.0.2-incubator</version>
+        </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.jcr</groupId>
+            <artifactId>jcr</artifactId>
+        </dependency>
+	     <dependency>
+	        <groupId>org.apache.cocoon.pipeline</groupId>
+	        <artifactId>cocoon-pipeline</artifactId>
+	        <version>3.0.0-alpha-1</version>
+	     </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
+        
+        <!-- Testing -->
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.commons.testing</artifactId>
+            <version>2.0.3-incubator-SNAPSHOT</version>
+            <scope>test</scope>
+        </dependency>
+		<dependency>
+			<groupId>xmlunit</groupId>
+			<artifactId>xmlunit</artifactId>
+			<version>1.2</version>
+			<scope>test</scope>
+		</dependency>
+		
+    </dependencies>
+    
+</project>
diff --git a/src/test/resources/xpl/html.xpl b/src/test/resources/xpl/html.xpl
index d6cc43c..5dd16be 100644
--- a/src/test/resources/xpl/html.xpl
+++ b/src/test/resources/xpl/html.xpl
@@ -1,32 +1,32 @@
-<?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

-  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.

--->

-<p:pipeline xmlns:p="http://www.w3.org/ns/xproc">

-

-  <p:xslt>

-    <p:input port="stylesheet">

-      <p:document href="/xpl-sample/xsl/test-content.xslt"/>

-    </p:input>

-  </p:xslt>

-  

-  <p:xslt>

-    <p:input port="stylesheet">

-      <p:document href="/xpl-sample/xsl/test-html.xslt"/>

-    </p:input>

-  </p:xslt>

-  

+<?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
+  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.
+-->
+<p:pipeline xmlns:p="http://www.w3.org/ns/xproc">
+
+  <p:xslt>
+    <p:input port="stylesheet">
+      <p:document href="/xpl-sample/xsl/test-content.xslt"/>
+    </p:input>
+  </p:xslt>
+  
+  <p:xslt>
+    <p:input port="stylesheet">
+      <p:document href="/xpl-sample/xsl/test-html.xslt"/>
+    </p:input>
+  </p:xslt>
+  
 </p:pipeline>
\ No newline at end of file