Set correct Subversion properties: eol-style and keywords.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1525346 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/it/special-characters/pom.xml b/src/it/special-characters/pom.xml
index a4cefb0..35cd8b8 100644
--- a/src/it/special-characters/pom.xml
+++ b/src/it/special-characters/pom.xml
@@ -1,48 +1,48 @@
-<?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.

--->

-

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

-

-  <groupId>org.apache.maven.plugins.clean.its</groupId>

-  <artifactId>mrelease-48</artifactId>

-  <version>1.0-SNAPSHOT</version>

-

-  <name>Test for clean</name>

-  <description>Check for proper cleaning of default output files.</description>

-

-  <properties>

-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

-  </properties>

-

-  <build>

-    <plugins>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-clean-plugin</artifactId>

-        <version>@pom.version@</version>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

+<?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.
+-->
+
+<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>
+
+  <groupId>org.apache.maven.plugins.clean.its</groupId>
+  <artifactId>mrelease-48</artifactId>
+  <version>1.0-SNAPSHOT</version>
+
+  <name>Test for clean</name>
+  <description>Check for proper cleaning of default output files.</description>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-clean-plugin</artifactId>
+        <version>@pom.version@</version>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/src/it/special-characters/verify.bsh b/src/it/special-characters/verify.bsh
index 2a5e5ce..c01d18c 100644
--- a/src/it/special-characters/verify.bsh
+++ b/src/it/special-characters/verify.bsh
@@ -1,23 +1,23 @@
-import java.io.*;

-import java.util.*;

-import java.util.jar.*;

-import java.util.regex.*;

-

-try

-{

-	// this confirms that special character file and directory are deleted 

-    File targetDir = new File( basedir, "target" );

-    if ( targetDir.exists() )

-    {

-        System.out.println( "FAILURE!  target must not exist" );

-        return false;

-    }

-

-}

-catch( Throwable t )

-{

-    t.printStackTrace();

-    return false;

-}

-

-return true;

+import java.io.*;
+import java.util.*;
+import java.util.jar.*;
+import java.util.regex.*;
+
+try
+{
+	// this confirms that special character file and directory are deleted 
+    File targetDir = new File( basedir, "target" );
+    if ( targetDir.exists() )
+    {
+        System.out.println( "FAILURE!  target must not exist" );
+        return false;
+    }
+
+}
+catch( Throwable t )
+{
+    t.printStackTrace();
+    return false;
+}
+
+return true;