You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by bo...@apache.org on 2010/05/31 17:58:46 UTC

svn commit: r949778 - /incubator/rat/main/trunk/pom.xml

Author: bodewig
Date: Mon May 31 15:58:45 2010
New Revision: 949778

URL: http://svn.apache.org/viewvc?rev=949778&view=rev
Log:
untabify

Modified:
    incubator/rat/main/trunk/pom.xml

Modified: incubator/rat/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/pom.xml?rev=949778&r1=949777&r2=949778&view=diff
==============================================================================
--- incubator/rat/main/trunk/pom.xml (original)
+++ incubator/rat/main/trunk/pom.xml Mon May 31 15:58:45 2010
@@ -61,8 +61,8 @@ Note that binary compatibility is not ga
     -->
     <rat.www>scp://people.apache.org/www/incubator.apache.org/rat/</rat.www>
     <rat.www.id>org.apache.rat.incubating</rat.www.id>
-  	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-	<javadoc.version>2.6.1</javadoc.version>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <javadoc.version>2.6.1</javadoc.version>
   </properties>
 
   <dependencyManagement>
@@ -116,40 +116,40 @@ Note that binary compatibility is not ga
         <version>2.0.4</version>
       </dependency>
       <dependency>
-      	<groupId>org.apache.ant</groupId>
-      	<artifactId>ant-testutil</artifactId>
+        <groupId>org.apache.ant</groupId>
+        <artifactId>ant-testutil</artifactId>
         <version>[1.8.0,)</version>
-      	<scope>test</scope>
+        <scope>test</scope>
       </dependency>
     </dependencies>
   </dependencyManagement>
-  
+
   <reporting>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-report-plugin</artifactId>
-		<version>2.5</version>
+                <version>2.5</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-		<version>${javadoc.version}</version>
+                <version>${javadoc.version}</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jxr-plugin</artifactId>
-		<version>2.1</version>
-      </plugin>         
+                <version>2.1</version>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-		<version>2.4</version>
-      </plugin>     
+                <version>2.4</version>
+      </plugin>
       <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-project-info-reports-plugin</artifactId>
-		  <version>2.1.2</version>
+                  <version>2.1.2</version>
           <reportSets>
              <reportSet>
                 <reports>
@@ -165,27 +165,27 @@ Note that binary compatibility is not ga
         </plugin>
 
 <!--
-  		<plugin>
-  		    <groupId>org.apache.rat</groupId>
-  			<artifactId>apache-rat-plugin</artifactId>
-  		</plugin>
+                <plugin>
+                    <groupId>org.apache.rat</groupId>
+                        <artifactId>apache-rat-plugin</artifactId>
+                </plugin>
 -->
     </plugins>
   </reporting>
-  
+
   <build>
 
     <pluginManagement>
       <plugins>
-	    <plugin>
-		  <groupId>org.apache.maven.plugins</groupId>
-	      <artifactId>maven-assembly-plugin</artifactId>
+            <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-assembly-plugin</artifactId>
           <version>2.2-beta-5</version>
-		</plugin>
-	    <plugin>
-		  <groupId>org.apache.maven.plugins</groupId>
+                </plugin>
+            <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-antrun-plugin</artifactId>
-		  <version>1.3</version>
+                  <version>1.3</version>
           <dependencies>
             <dependency>
               <groupId>org.apache.ant</groupId>
@@ -195,7 +195,7 @@ Note that binary compatibility is not ga
           </dependencies>
         </plugin>
         <plugin>
-		  <groupId>org.apache.maven.plugins</groupId>
+                  <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
           <version>2.1</version>
           <configuration>
@@ -204,18 +204,18 @@ Note that binary compatibility is not ga
             <encoding>iso8859-1</encoding>
           </configuration>
         </plugin>
-		<plugin>
-		  <groupId>org.apache.maven.plugins</groupId>
-		  <artifactId>maven-deploy-plugin</artifactId>
-		  <version>2.5</version>
-		</plugin>
-		<plugin>
-		  <groupId>org.apache.maven.plugins</groupId>
+                <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
+                  <artifactId>maven-deploy-plugin</artifactId>
+                  <version>2.5</version>
+                </plugin>
+                <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-gpg-plugin</artifactId>
-		  <version>1.0-alpha-4</version>
-		</plugin>
+                  <version>1.0-alpha-4</version>
+                </plugin>
         <plugin>
-		  <groupId>org.apache.maven.plugins</groupId>
+                  <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
           <version>2.3</version>
           <configuration>
@@ -227,13 +227,13 @@ Note that binary compatibility is not ga
             </archive>
           </configuration>
         </plugin>
-		<plugin>
-		  <groupId>org.apache.maven.plugins</groupId>
+                <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>${javadoc.version}</version>
         </plugin>
-	    <plugin>
-		  <groupId>org.apache.maven.plugins</groupId>
+            <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <version>2.0-beta-9</version>
         <configuration>
@@ -243,15 +243,15 @@ Note that binary compatibility is not ga
         </configuration>
         </plugin>
         <plugin>
-		  <groupId>org.apache.maven.plugins</groupId>
+                  <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-remote-resources-plugin</artifactId>
           <version>1.1</version>
-        </plugin>			
-		<plugin>
-		  <groupId>org.apache.maven.plugins</groupId>
+        </plugin>
+                <plugin>
+                  <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
           <version>2.1.1</version>
-        </plugin>  
+        </plugin>
       </plugins>
     </pluginManagement>
 
@@ -278,45 +278,45 @@ Note that binary compatibility is not ga
     </mailingList>
   </mailingLists>
   <developers>
-  	<developer>
-  		<id>bodewig</id>
-  		<name>Stefan Bodewig</name>
-  		<email>bodewig@apache.org</email>
-  	</developer>
-  	<developer>
-  		<id>rdonkin</id>
-  		<name>Robert Burrell Donkin</name>
-  		<email>rdonkin@apache.org</email>
-  	</developer>
-  	<developer>
-  		<id>gnodet</id>
-  		<name>Guillaume Nodet</name>
-  		<email>gnodet@apache.org</email>
-  	</developer>
+        <developer>
+                <id>bodewig</id>
+                <name>Stefan Bodewig</name>
+                <email>bodewig@apache.org</email>
+        </developer>
+        <developer>
+                <id>rdonkin</id>
+                <name>Robert Burrell Donkin</name>
+                <email>rdonkin@apache.org</email>
+        </developer>
+        <developer>
+                <id>gnodet</id>
+                <name>Guillaume Nodet</name>
+                <email>gnodet@apache.org</email>
+        </developer>
     <developer>
         <id>pauls</id>
         <name>Karl Pauls</name>
         <email>pauls@apache.org</email>
     </developer>
-  	<developer>
-  		<id>rooneg</id>
-  		<name>Garrett Rooney</name>
-  		<email>rooneg@apache.org</email>
-  	</developer>
-  	<developer>
-  		<id>mriou</id>
-  		<name>Matthieu Riou</name>
-  		<email>mriou@apache.org</email>
-  	</developer>
-  	<developer>
-  		<id>jochen</id>
-  		<name>Jochen Wiedmann</name>
-  		<email>jochen@apache.org</email>
-  	</developer>
-  	<developer>
-  		<id>bayard</id>
-  		<name>Henri Yandell</name>
-  		<email>bayard@apache.org</email>
+        <developer>
+                <id>rooneg</id>
+                <name>Garrett Rooney</name>
+                <email>rooneg@apache.org</email>
+        </developer>
+        <developer>
+                <id>mriou</id>
+                <name>Matthieu Riou</name>
+                <email>mriou@apache.org</email>
+        </developer>
+        <developer>
+                <id>jochen</id>
+                <name>Jochen Wiedmann</name>
+                <email>jochen@apache.org</email>
+        </developer>
+        <developer>
+                <id>bayard</id>
+                <name>Henri Yandell</name>
+                <email>bayard@apache.org</email>
         </developer>
         <developer>
                 <id>gmcdonald</id>
@@ -330,14 +330,14 @@ Note that binary compatibility is not ga
         </developer>
   </developers>
   <contributors>
-  	<contributor>
-  		<name>Jukka Zitting</name>
-  		<email>jukka@apache.org</email>
-  	</contributor>
-  	<contributor>
-  		<name>Todd Volkert</name>
-  		<email>tvolkert+apache@gmail.com</email>
-  	</contributor>
+        <contributor>
+                <name>Jukka Zitting</name>
+                <email>jukka@apache.org</email>
+        </contributor>
+        <contributor>
+                <name>Todd Volkert</name>
+                <email>tvolkert+apache@gmail.com</email>
+        </contributor>
   </contributors>
 
   <scm>
@@ -351,7 +351,7 @@ Note that binary compatibility is not ga
       <id>${rat.www.id}</id>
       <name>Apache RAT Website</name>
       <url>${rat.www}</url>
-	   </site>
+           </site>
  
    <repository>
      <id>opencast</id>
@@ -362,7 +362,7 @@ Note that binary compatibility is not ga
      <id>opencast</id>
      <name>Apache Development Snapshot Repository</name>
      <url>http://repository.opencastproject.org/nexus/content/repositories/snapshots/</url>
-   </snapshotRepository>	
+   </snapshotRepository>
   </distributionManagement>
 
   <modules>
@@ -379,7 +379,7 @@ Note that binary compatibility is not ga
         <plugins>
           <!-- We want to sign the artifact, the POM, and all attached artifacts -->
           <plugin>
-		    <groupId>org.apache.maven.plugins</groupId>
+                    <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-gpg-plugin</artifactId>
             <configuration>
               <passphrase>${gpg.passphrase}</passphrase>
@@ -395,7 +395,7 @@ Note that binary compatibility is not ga
 
           <!-- We want to deploy the artifact to a staging location for perusal -->
           <plugin>
-		    <groupId>org.apache.maven.plugins</groupId>
+                    <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-deploy-plugin</artifactId>
             <configuration>
               <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
@@ -404,7 +404,7 @@ Note that binary compatibility is not ga
           </plugin>
 
           <plugin>
-		    <groupId>org.apache.maven.plugins</groupId>
+                    <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-remote-resources-plugin</artifactId>
             <executions>
               <execution>
@@ -424,7 +424,7 @@ Note that binary compatibility is not ga
           </plugin>
 
           <plugin>
-		    <groupId>org.apache.maven.plugins</groupId>
+                    <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
             <executions>
               <execution>
@@ -442,7 +442,7 @@ Note that binary compatibility is not ga
           </plugin>
 
           <plugin>
-		    <groupId>org.apache.maven.plugins</groupId>
+                    <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-source-plugin</artifactId>
             <executions>
                 <execution>