Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 42529 invoked from network); 30 Mar 2009 18:56:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Mar 2009 18:56:51 -0000 Received: (qmail 31522 invoked by uid 500); 30 Mar 2009 18:56:51 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 31370 invoked by uid 500); 30 Mar 2009 18:56:50 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 31361 invoked by uid 500); 30 Mar 2009 18:56:50 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 31358 invoked by uid 99); 30 Mar 2009 18:56:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Mar 2009 18:56:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Mar 2009 18:56:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 05C79238889E; Mon, 30 Mar 2009 18:56:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r760102 - /webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_4/maven-plugins/maven-wsdl2code-plugin.xml Date: Mon, 30 Mar 2009 18:56:29 -0000 To: axis2-cvs@ws.apache.org From: veithen@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090330185630.05C79238889E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: veithen Date: Mon Mar 30 18:56:29 2009 New Revision: 760102 URL: http://svn.apache.org/viewvc?rev=760102&view=rev Log: Replaced tabs by spaces (mixing spaces and tabs inside a
 tag is bad!).

Modified:
    webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_4/maven-plugins/maven-wsdl2code-plugin.xml

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_4/maven-plugins/maven-wsdl2code-plugin.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_4/maven-plugins/maven-wsdl2code-plugin.xml?rev=760102&r1=760101&r2=760102&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_4/maven-plugins/maven-wsdl2code-plugin.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/tools/1_4/maven-plugins/maven-wsdl2code-plugin.xml Mon Mar 30 18:56:29 2009
@@ -46,25 +46,25 @@
 POM (Project Object Model):

     <build>
-    	<plugins>
-    		<plugin>
-    			<groupId>org.apache.axis2</groupId>
-    			<artifactId>axis2-wsdl2code-maven-plugin</artifactId>
-				<version>1.4</version>
-    			<executions>
-    				<execution>
-    					<goals>
-    						<goal>wsdl2code</goal>
-    					</goals>
-    				<configuration>
-					<packageName>com.foo.myservice</packageName>
-					<wsdlFile>src/main/wsdl/myservice.wsdl</wsdlFile>
-					<databindingName>xmlbeans</databindingName>
-				</configuration>
-				</execution>
-			</executions>
-    		</plugin>
-    	</plugins>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.axis2</groupId>
+                <artifactId>axis2-wsdl2code-maven-plugin</artifactId>
+                <version>1.4</version>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>wsdl2code</goal>
+                        </goals>
+                    <configuration>
+                    <packageName>com.foo.myservice</packageName>
+                    <wsdlFile>src/main/wsdl/myservice.wsdl</wsdlFile>
+                    <databindingName>xmlbeans</databindingName>
+                </configuration>
+                </execution>
+            </executions>
+            </plugin>
+        </plugins>
     </build>
 
Also please add axis2 jars as a dependency