[jboss-cvs] JBossAS SVN: r65624 - projects/metadata/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 26 12:33:27 EDT 2007


Author: wolfc
Date: 2007-09-26 12:33:26 -0400 (Wed, 26 Sep 2007)
New Revision: 65624

Modified:
   projects/metadata/trunk/pom.xml
Log:
Fixed tabing


Modified: projects/metadata/trunk/pom.xml
===================================================================
--- projects/metadata/trunk/pom.xml	2007-09-26 13:36:02 UTC (rev 65623)
+++ projects/metadata/trunk/pom.xml	2007-09-26 16:33:26 UTC (rev 65624)
@@ -1,3 +1,6 @@
+<!--
+  vi:ts=2:sw=2:expandtab
+-->
 <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>
@@ -42,25 +45,25 @@
 
   <!-- 
     Eclipse settings have been removed from parent. This needs to be
-	done via an eclipse profile.
+    done via an eclipse profile.
     http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085896#4085896 
     -->
   <profiles>
     <profile>
-	  <id>eclipse</id>
-	  <build>
-	    <plugins>
-		  <plugin>
-		    <groupId>org.apache.maven.plugins</groupId>
-			<artifactId>maven-eclipse-plugin</artifactId>
-			<configuration>
-			  <downloadSources>true</downloadSources>
-			  <buildOutputDirectory>target/eclipse-classes</buildOutputDirectory>
-			</configuration>
-		  </plugin>
-		</plugins>
-	  </build>
-	</profile>
+      <id>eclipse</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-eclipse-plugin</artifactId>
+            <configuration>
+              <downloadSources>true</downloadSources>
+              <buildOutputDirectory>target/eclipse-classes</buildOutputDirectory>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
   </profiles>
 
   <dependencies>




More information about the jboss-cvs-commits mailing list