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/08/03 20:08:35 UTC

svn commit: r981992 - /axis/axis2/java/core/trunk/src/main/assembly/doc.xml

Author: veithen
Date: Tue Aug  3 18:08:34 2010
New Revision: 981992

URL: http://svn.apache.org/viewvc?rev=981992&view=rev
Log:
Fixed formatting (replaced tabs with spaces).

Modified:
    axis/axis2/java/core/trunk/src/main/assembly/doc.xml

Modified: axis/axis2/java/core/trunk/src/main/assembly/doc.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/main/assembly/doc.xml?rev=981992&r1=981991&r2=981992&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/main/assembly/doc.xml (original)
+++ axis/axis2/java/core/trunk/src/main/assembly/doc.xml Tue Aug  3 18:08:34 2010
@@ -22,7 +22,7 @@
     <includeBaseDirectory>true</includeBaseDirectory> 
     <baseDirectory>axis2-${version}</baseDirectory>
     <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>
 
@@ -43,10 +43,10 @@
         <fileSet>
             <!-- TODO: need to enable variable substitution for this file! -->
             <directory>release-docs/readme-files</directory>
-	    <outputDirectory></outputDirectory>
-	    <includes>
-	       <include>README-docs.txt</include>
-	    </includes>
-	</fileSet>
+            <outputDirectory></outputDirectory>
+            <includes>
+               <include>README-docs.txt</include>
+            </includes>
+        </fileSet>
     </fileSets>
 </assembly>