replace tabs in pom.xml and ignore eclipse and build files

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1028242 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/annotations/pom.xml b/scrplugin/annotations/pom.xml
index 2190851..59b65f3 100644
--- a/scrplugin/annotations/pom.xml
+++ b/scrplugin/annotations/pom.xml
@@ -18,30 +18,30 @@
 -->
 <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>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
         <artifactId>felix-parent</artifactId>
-		<groupId>org.apache.felix</groupId>
-		<version>1.2.0</version>
-		<relativePath>../pom/pom.xml</relativePath>
-	</parent>
-	
-	<groupId>org.apache.felix</groupId>
-	<artifactId>org.apache.felix.scr.annotations</artifactId>
+        <groupId>org.apache.felix</groupId>
+        <version>1.2.0</version>
+        <relativePath>../pom/pom.xml</relativePath>
+    </parent>
+    
+    <groupId>org.apache.felix</groupId>
+    <artifactId>org.apache.felix.scr.annotations</artifactId>
 
-	<version>1.3.1-SNAPSHOT</version>
-	<packaging>jar</packaging>
+    <version>1.3.1-SNAPSHOT</version>
+    <packaging>jar</packaging>
 
-	<name>Annotations for SCR</name>
-	<description>
-		Annotations for generating OSGi service descriptors.
-	</description>
+    <name>Annotations for SCR</name>
+    <description>
+        Annotations for generating OSGi service descriptors.
+    </description>
 
-	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/scr-annotations</connection>
-		<developerConnection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/scr-annotations</developerConnection>
-		<url>http://svn.apache.org/repos/asf/felix/scr-annotations</url>
-	</scm>
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/scrplugin/annotations</connection>
+        <developerConnection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/scrplugin/annotations</developerConnection>
+        <url>http://svn.apache.org/repos/asf/felix/scrplugin/annotations</url>
+    </scm>
 
     <dependencies>
         <dependency>
@@ -52,7 +52,7 @@
         </dependency>
     </dependencies>
 
-	<build>
+    <build>
         <resources>
             <resource>
                 <directory>${basedir}/src/main/resources</directory>
@@ -67,19 +67,19 @@
                 </includes>
             </resource>
         </resources>
-		<plugins>
+        <plugins>
 
-		  <!-- JDK 1.5 needed for annotation support -->
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<configuration>
-				  <source>1.5</source>
-				  <target>1.5</target>
-				</configuration>
-			</plugin>
-			
-		</plugins>
+          <!-- JDK 1.5 needed for annotation support -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                  <source>1.5</source>
+                  <target>1.5</target>
+                </configuration>
+            </plugin>
+            
+        </plugins>
   </build>
-	
+    
 </project>