You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2010/12/06 23:39:01 UTC

svn commit: r1042828 - /axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/doc.xml

Author: veithen
Date: Mon Dec  6 22:39:00 2010
New Revision: 1042828

URL: http://svn.apache.org/viewvc?rev=1042828&view=rev
Log:
Replaced tabs with spaces.

Modified:
    axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/doc.xml

Modified: axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/doc.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/doc.xml?rev=1042828&r1=1042827&r2=1042828&view=diff
==============================================================================
--- axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/doc.xml (original)
+++ axis/axis2/java/sandesha/trunk/modules/distribution/src/main/assembly/doc.xml Mon Dec  6 22:39:00 2010
@@ -20,21 +20,21 @@
     <id>docs</id>
     <includeBaseDirectory>true</includeBaseDirectory> 
     <formats>
-	<!--<format>tar.gz</format>  //uncomment,if tar.gz archive needed-->
+        <!--<format>tar.gz</format>  //uncomment,if tar.gz archive needed-->
         <format>zip</format>
     </formats>
 
     <fileSets>
         <fileSet>
-	    <directory>../../xdocs</directory>
+            <directory>../../xdocs</directory>
             <outputDirectory>xdocs</outputDirectory>
             <excludes>
                 <exclude>.svn/**</exclude>
             </excludes>
         </fileSet>
         <fileSet>
-	    <directory>target/docs/apidocs</directory>
-	    <outputDirectory>apidocs</outputDirectory>
+            <directory>target/docs/apidocs</directory>
+            <outputDirectory>apidocs</outputDirectory>
             <excludes>
                 <exclude>.svn/**</exclude>
             </excludes>