You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by si...@apache.org on 2011/12/07 10:01:24 UTC

svn commit: r1211343 - /cocoon/trunk/pom.xml

Author: simonetripodi
Date: Wed Dec  7 09:01:23 2011
New Revision: 1211343

URL: http://svn.apache.org/viewvc?rev=1211343&view=rev
Log:
removed trailing spaces and tabs

Modified:
    cocoon/trunk/pom.xml

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?rev=1211343&r1=1211342&r2=1211343&view=diff
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Wed Dec  7 09:01:23 2011
@@ -51,7 +51,7 @@
     <name>The Apache Software Foundation</name>
     <url>http://www.apache.org/</url>
   </organization>
-  
+
   <build>
     <plugins>
       <plugin>
@@ -66,19 +66,19 @@
       <id>daisy</id>
       <build>
         <plugins>
-	  <plugin>
-	    <groupId>org.apache.cocoon</groupId>
-	    <artifactId>cocoon-sitemaptags2daisy-plugin</artifactId>
-	    <executions>
-	      <execution>
-	        <phase>install</phase>
-		<goals>
-		  <goal>sitemaptags2daisy</goal>
-		</goals>
-	      </execution>
-	    </executions>
-	  </plugin>
-	</plugins>
+          <plugin>
+            <groupId>org.apache.cocoon</groupId>
+            <artifactId>cocoon-sitemaptags2daisy-plugin</artifactId>
+            <executions>
+              <execution>
+                <phase>install</phase>
+                <goals>
+                  <goal>sitemaptags2daisy</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
       </build>
     </profile>
   </profiles>