You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2006/01/03 20:46:42 UTC

svn commit: r365721 - in /webservices/axis2/trunk/java: maven.xml modules/codegen/src/org/apache/axis2/wsdl/template/general/ServiceXMLTemplate.xsl

Author: dims
Date: Tue Jan  3 11:46:37 2006
New Revision: 365721

URL: http://svn.apache.org/viewcvs?rev=365721&view=rev
Log:
- add javadocs for new modules
- indent the service.xml


Modified:
    webservices/axis2/trunk/java/maven.xml
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/general/ServiceXMLTemplate.xsl

Modified: webservices/axis2/trunk/java/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/maven.xml?rev=365721&r1=365720&r2=365721&view=diff
==============================================================================
--- webservices/axis2/trunk/java/maven.xml (original)
+++ webservices/axis2/trunk/java/maven.xml Tue Jan  3 11:46:37 2006
@@ -499,16 +499,18 @@
             use="true"
             windowtitle="Axis2 API">
             <ant:sourcepath>
+                <ant:pathelement location="modules/adb/src"/> 
                 <ant:pathelement location="modules/addressing/src"/>
                 <ant:pathelement location="modules/codegen/src"/>
                 <ant:pathelement location="modules/common/src"/>
                 <ant:pathelement location="modules/core/src"/>
+                <ant:pathelement location="modules/doom/src"/>
+                <ant:pathelement location="modules/jaxws/src"/>
                 <ant:pathelement location="modules/saaj/src"/>
                 <ant:pathelement location="modules/security/src"/>
                 <ant:pathelement location="modules/tool/src"/>
                 <ant:pathelement location="modules/wsdl/src"/>
                 <ant:pathelement location="modules/xml/src"/>
-                <ant:pathelement location="modules/adb/src"/> 
             </ant:sourcepath>
             <ant:classpath>
               <ant:fileset dir="target/lib">

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/general/ServiceXMLTemplate.xsl
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/general/ServiceXMLTemplate.xsl?rev=365721&r1=365720&r2=365721&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/general/ServiceXMLTemplate.xsl (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/general/ServiceXMLTemplate.xsl Tue Jan  3 11:46:37 2006
@@ -1,5 +1,5 @@
 <xsl:stylesheet version="1.0" xmlns:xalan="http://xml.apache.org/xslt" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-    <xsl:output method="xml" indent="yes" omit-xml-declaration="yes"/>
+    <xsl:output method="xml" indent="yes" omit-xml-declaration="yes" xalan:indent-amount="4"/>
 
     <xsl:template match="/interfaces">
         <xsl:comment>Auto generated Axis Services XML</xsl:comment>