You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2013/09/29 16:47:32 UTC

svn commit: r1527331 - /webservices/axiom/trunk/systests/eclipse-tests/pom.xml

Author: veithen
Date: Sun Sep 29 14:47:31 2013
New Revision: 1527331

URL: http://svn.apache.org/r1527331
Log:
Fixed formatting.

Modified:
    webservices/axiom/trunk/systests/eclipse-tests/pom.xml

Modified: webservices/axiom/trunk/systests/eclipse-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/eclipse-tests/pom.xml?rev=1527331&r1=1527330&r2=1527331&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/eclipse-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/eclipse-tests/pom.xml Sun Sep 29 14:47:31 2013
@@ -118,21 +118,21 @@
                     </execution>
                 </executions>
             </plugin>
-                <plugin>
-                    <groupId>org.apache.rat</groupId>
-                    <artifactId>apache-rat-plugin</artifactId>
-                    <configuration>
-                        <excludes>
-                            <!-- Don't need license headers for Eclipse project files -->
-                            <exclude>src/it/*/.project</exclude>
-                            <exclude>src/it/*/.classpath</exclude>
-                            <exclude>src/it/*/.settings/**</exclude>
-                            <exclude>src/it/*/build.properties</exclude>
-                            <!-- Manifests can't contain comments -->
-                            <exclude>src/it/*/META-INF/MANIFEST.MF</exclude>
-                        </excludes>
-                    </configuration> 
-                </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <!-- Don't need license headers for Eclipse project files -->
+                        <exclude>src/it/*/.project</exclude>
+                        <exclude>src/it/*/.classpath</exclude>
+                        <exclude>src/it/*/.settings/**</exclude>
+                        <exclude>src/it/*/build.properties</exclude>
+                        <!-- Manifests can't contain comments -->
+                        <exclude>src/it/*/META-INF/MANIFEST.MF</exclude>
+                    </excludes>
+                </configuration> 
+            </plugin>
         </plugins>
     </build>
 </project>