You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2014/05/04 10:24:18 UTC

svn commit: r1592317 - /ant/core/trunk/build.xml

Author: bodewig
Date: Sun May  4 08:24:17 2014
New Revision: 1592317

URL: http://svn.apache.org/r1592317
Log:
zap tabs

Modified:
    ant/core/trunk/build.xml

Modified: ant/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=1592317&r1=1592316&r2=1592317&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Sun May  4 08:24:17 2014
@@ -1032,7 +1032,7 @@
         <include name="WHATSNEW"/>
         <include name="KEYS"/>
         <include name="fetch.xml"/>
-	<include name="get-m2.xml"/>
+        <include name="get-m2.xml"/>
       </fileset>
     </copy>
 
@@ -1437,7 +1437,7 @@
     description="--> creates the API documentation" unless="javadoc.notrequired">
     <mkdir dir="${build.javadocs}"/>
     <javadoc useexternalfile="yes"
-      maxmemory="1000M"	
+      maxmemory="1000M" 
       destdir="${build.javadocs}"
       author="true"
       version="true"
@@ -1548,7 +1548,7 @@
     <echo message="os.version=${os.version}"/>
     <echo message="file.encoding=${file.encoding}"/>
     <echo message="user.language=${user.language}"/>
-  	<echo message="ant.version=${ant.version}"/>
+    <echo message="ant.version=${ant.version}"/>
   </target>
 
   <!-- helper class from Xalan2 to check for jar versioning of xml/xsl processors -->