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/04/02 10:51:06 UTC

svn commit: r1087974 - /cocoon/cocoon3/trunk/pom.xml

Author: simonetripodi
Date: Sat Apr  2 08:51:05 2011
New Revision: 1087974

URL: http://svn.apache.org/viewvc?rev=1087974&view=rev
Log:
just removed trailing spaces

Modified:
    cocoon/cocoon3/trunk/pom.xml

Modified: cocoon/cocoon3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/pom.xml?rev=1087974&r1=1087973&r2=1087974&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/pom.xml (original)
+++ cocoon/cocoon3/trunk/pom.xml Sat Apr  2 08:51:05 2011
@@ -20,15 +20,15 @@
 
   <modelVersion>4.0.0</modelVersion>
   <packaging>pom</packaging>
-  
+
   <groupId>org.apache.cocoon.root</groupId>
   <artifactId>cocoon-root</artifactId>
   <version>3.0.0-alpha-3-SNAPSHOT</version>
-  
+
   <!-- Cocoon 3 Root. Required because of  http://maven.markmail.org/message/5m5uhkdczmghqxsk -->
   <name>Apache Cocoon 3: Root</name>
-  
-  <modules>  
+
+  <modules>
     <module>cocoon-all</module>
     <module>cocoon-controller</module>
     <module>cocoon-monitoring</module>
@@ -41,11 +41,11 @@
     <module>cocoon-servlet</module>
     <module>cocoon-sitemap</module>
     <module>cocoon-stax</module>
-    <module>cocoon-stringtemplate</module>    
+    <module>cocoon-stringtemplate</module>
     <module>cocoon-wicket</module>
     <module>parent</module>
   </modules>
-  
+
   <build>
     <plugins>
       <plugin>
@@ -66,16 +66,16 @@
       <plugin>
         <artifactId>maven-idea-plugin</artifactId>
         <version>2.2</version>
-      </plugin>      
+      </plugin>
     </plugins>
   </build>
-  
+
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/cocoon3/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/cocoon3/trunk</developerConnection>
     <url>http://svn.apache.org/repos/asf/cocoon/cocoon3/trunk</url>
   </scm>
-  
+
   <distributionManagement>
     <repository>
       <id>cocoon-staging-repo</id>
@@ -83,18 +83,18 @@
       <!-- available via http: http://people.apache.org/builds/cocoon -->
       <url>scpexe://people.apache.org/www/people.apache.org/builds/cocoon</url>
     </repository> 
-  </distributionManagement>  
-  
+  </distributionManagement>
+
   <profiles>
     <profile>
       <id>archetypes</id>
       <modules>
         <module>cocoon-archetype-block</module>
-        <module>cocoon-archetype-parent</module>    
-        <module>cocoon-archetype-sample</module>    
-        <module>cocoon-archetype-webapp</module>        
-      </modules>    
-    </profile>  
+        <module>cocoon-archetype-parent</module>
+        <module>cocoon-archetype-sample</module>
+        <module>cocoon-archetype-webapp</module>
+      </modules>
+    </profile>
     <profile>
       <id>apache-release</id>
       <build>
@@ -111,9 +111,9 @@
                 </goals>
               </execution>
             </executions>
-          </plugin>    
-        </plugins>          
+          </plugin>
+        </plugins>
       </build>
-    </profile>    
+    </profile>
   </profiles>
 </project>