You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2009/10/10 23:17:32 UTC

svn commit: r823940 - /cxf/trunk/systests/wsdl_maven/codegen/pom.xml

Author: cschneider
Date: Sat Oct 10 21:17:32 2009
New Revision: 823940

URL: http://svn.apache.org/viewvc?rev=823940&view=rev
Log:
Corrected indentation

Modified:
    cxf/trunk/systests/wsdl_maven/codegen/pom.xml

Modified: cxf/trunk/systests/wsdl_maven/codegen/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/wsdl_maven/codegen/pom.xml?rev=823940&r1=823939&r2=823940&view=diff
==============================================================================
--- cxf/trunk/systests/wsdl_maven/codegen/pom.xml (original)
+++ cxf/trunk/systests/wsdl_maven/codegen/pom.xml Sat Oct 10 21:17:32 2009
@@ -49,10 +49,10 @@
                             <wsdlOptions>
                                 <wsdlOption>
                                     <wsdlArtifact>
-				    <groupId>org.apache.cxf.systests.wsdl_maven</groupId>
-				    <artifactId>cxf-systests-java2ws</artifactId>
-				    <version>${project.version}</version>
-			     </wsdlArtifact>
+				                        <groupId>org.apache.cxf.systests.wsdl_maven</groupId>
+				                        <artifactId>cxf-systests-java2ws</artifactId>
+				                        <version>${project.version}</version>
+			                        </wsdlArtifact>
                                 </wsdlOption>
                             </wsdlOptions>
                         </configuration>
@@ -72,9 +72,9 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
-	<groupId>org.apache.cxf.systests.wsdl_maven</groupId>
-	<artifactId>cxf-systests-java2ws</artifactId>
-	<version>${project.version}</version>
+            <groupId>org.apache.cxf.systests.wsdl_maven</groupId>
+            <artifactId>cxf-systests-java2ws</artifactId>
+            <version>${project.version}</version>
         </dependency>
     </dependencies>
 </project>