From 612add19abcbb43a421bcc9f0980950388349282 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Thu, 27 Aug 2015 07:10:40 +0000
Subject: [PATCH] OPENDJ-2252 Remove svn-property-check maven plugin

---
 opendj-server-legacy/pom.xml |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index 0ec345b..89be8db 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -1184,25 +1184,6 @@
       <id>precommit</id>
       <build>
         <plugins>
-          <!-- Check svn:eol-style property on modified files -->
-          <!-- TODO: Remove once Git migration over -->
-          <plugin>
-            <groupId>org.forgerock.opendj</groupId>
-            <artifactId>opendj-svn-property-check-maven-plugin</artifactId>
-            <version>3.0.0-SNAPSHOT</version>
-            <executions>
-              <execution>
-                <id>check-eol-property</id>
-                <goals>
-                  <goal>check-svn-property</goal>
-                </goals>
-                <configuration>
-                  <svnPropertyName>svn:eol-style</svnPropertyName>
-                  <svnPropertyExpectedValue>native</svnPropertyExpectedValue>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
 
           <!-- Enforce Checkstyle -->
           <plugin>

--
Gitblit v1.10.0