From 9da55afcd75b83883609bdd911a2f8f49ab976e5 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 18 Feb 2015 16:04:25 +0000
Subject: [PATCH] Convert tabs to spaces

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

diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index c1ff112..9d75e2e 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -247,28 +247,28 @@
 
     <plugins>
 
-	<plugin>
-		<!-- Ensure that our usage of the jaxb2-maven-plugin is JDK 8 compatible -->
-		<groupId>org.codehaus.mojo</groupId>
-		<artifactId>properties-maven-plugin</artifactId>
-		<version>1.0-alpha-2</version>
-		<configuration>
-			<properties>
-				<property>
-					<name>javax.xml.accessExternalSchema</name>
-					<value>all</value>
-				</property>
-			</properties>
-		</configuration>
-		<executions>
-			<execution>
-				<id>set-additional-system-properties</id>
-				<goals>
-					<goal>set-system-properties</goal>
-				</goals>
-			</execution>
-		</executions>
-	</plugin>
+      <plugin>
+        <!-- Ensure that our usage of the jaxb2-maven-plugin is JDK 8 compatible -->
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>properties-maven-plugin</artifactId>
+        <version>1.0-alpha-2</version>
+        <configuration>
+          <properties>
+            <property>
+              <name>javax.xml.accessExternalSchema</name>
+              <value>all</value>
+            </property>
+          </properties>
+        </configuration>
+        <executions>
+          <execution>
+            <id>set-additional-system-properties</id>
+            <goals>
+              <goal>set-system-properties</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
 
       <!-- Clean classes generated outside the build directory -->
       <plugin>
@@ -1184,22 +1184,22 @@
           <!-- 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>1.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>
+            <groupId>org.forgerock.opendj</groupId>
+            <artifactId>opendj-svn-property-check-maven-plugin</artifactId>
+            <version>1.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