You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2009/03/07 21:55:34 UTC

svn commit: r751327 - /webservices/commons/trunk/modules/transport/modules/jms/pom.xml

Author: veithen
Date: Sat Mar  7 20:55:33 2009
New Revision: 751327

URL: http://svn.apache.org/viewvc?rev=751327&view=rev
Log:
Fixed formatting.

Modified:
    webservices/commons/trunk/modules/transport/modules/jms/pom.xml

Modified: webservices/commons/trunk/modules/transport/modules/jms/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/jms/pom.xml?rev=751327&r1=751326&r2=751327&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/jms/pom.xml (original)
+++ webservices/commons/trunk/modules/transport/modules/jms/pom.xml Sat Mar  7 20:55:33 2009
@@ -38,20 +38,19 @@
 
     <build>
         <plugins>
-          <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-surefire-plugin</artifactId>
-              <version>2.3</version>
-              <configuration>
-                  <systemProperties>
-                      <property>
-                          <name>log4j.configuration</name>
-                          <value>file:log4j.properties</value>
-                      </property>
-                  </systemProperties>
-              </configuration>
-          </plugin>
-
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>2.3</version>
+                <configuration>
+                    <systemProperties>
+                        <property>
+                            <name>log4j.configuration</name>
+                            <value>file:log4j.properties</value>
+                        </property>
+                    </systemProperties>
+                </configuration>
+            </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>