You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2009/04/19 20:05:48 UTC

svn commit: r766494 - in /commons/proper/math/trunk: build.xml checkstyle.xml test-jar.xml

Author: psteitz
Date: Sun Apr 19 18:05:48 2009
New Revision: 766494

URL: http://svn.apache.org/viewvc?rev=766494&view=rev
Log:
Removed tabs.

Modified:
    commons/proper/math/trunk/build.xml
    commons/proper/math/trunk/checkstyle.xml
    commons/proper/math/trunk/test-jar.xml

Modified: commons/proper/math/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/build.xml?rev=766494&r1=766493&r2=766494&view=diff
==============================================================================
--- commons/proper/math/trunk/build.xml (original)
+++ commons/proper/math/trunk/build.xml Sun Apr 19 18:05:48 2009
@@ -88,7 +88,7 @@
 
   <!-- Should Java compilations set the 'optimize' compiler option? -->
   <property name="compile.optimize"        value="true"/>
-	
+    
   <!-- JDK level -->
   <property name="compile.source"          value="1.5"/>
   <property name="compile.target"          value="1.5"/>
@@ -168,34 +168,34 @@
     
       <copy todir="${build.home}/test-classes">
           <fileset dir="${test.home}">
-    	      <include name="**/*.xml"/>
-    	      <include name="**/*.txt"/>
-    	  </fileset>
+              <include name="**/*.xml"/>
+              <include name="**/*.txt"/>
+          </fileset>
       </copy>
 
     </target>
 
   <target name="test"  depends="compile.tests"
                        description="Run unit tests">
-  	<junit printsummary="true"
-  	         errorProperty="test.failed"
-  	         failureProperty="test.failed"
-  	         fork="true"
-  		     showOutput="true">
-  		     <formatter usefile="false" type="plain"/>
-  	         <classpath refid="test.classpath"/>
-  	         <batchtest>
-  	            <fileset dir="${test.home}" includes="**/*Test.java" 
-  	            excludes="**/*AbstractTest.java"/>
-  	         </batchtest>
-  	 </junit>
-  	 <fail message="There were test failures.">
-  	 	<condition>
-  	 		<and>
-  	 			<istrue value="${test.failonerror}"/>
-  	 		    <isset property="test.failed"/>
-  	 	    </and>
-  	 	</condition>
+      <junit printsummary="true"
+               errorProperty="test.failed"
+               failureProperty="test.failed"
+               fork="true"
+               showOutput="true">
+               <formatter usefile="false" type="plain"/>
+               <classpath refid="test.classpath"/>
+               <batchtest>
+                  <fileset dir="${test.home}" includes="**/*Test.java" 
+                  excludes="**/*AbstractTest.java"/>
+               </batchtest>
+       </junit>
+       <fail message="There were test failures.">
+           <condition>
+               <and>
+                   <istrue value="${test.failonerror}"/>
+                   <isset property="test.failed"/>
+               </and>
+           </condition>
      </fail>
   </target>
 
@@ -218,7 +218,7 @@
                  bottom="Copyright (c) 2003-${current.year}  Apache Software Foundation"
            classpathref="compile.classpath">
         <link href="http://java.sun.com/j2se/1.5.0/docs/api/"/>  
-    	<link href="http://commons.apache.org/collections/api"/> 
+        <link href="http://commons.apache.org/collections/api"/> 
     </javadoc>
   </target>
 

Modified: commons/proper/math/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/checkstyle.xml?rev=766494&r1=766493&r2=766494&view=diff
==============================================================================
--- commons/proper/math/trunk/checkstyle.xml (original)
+++ commons/proper/math/trunk/checkstyle.xml Sun Apr 19 18:05:48 2009
@@ -39,31 +39,31 @@
     <module name="InterfaceIsType"/>
 
     <!-- Must have class / interface header comments including scm version -->
-	<module name="JavadocType">
-  	  <property name="versionFormat" value="\$Revision.*\$ \$Date.*\$"/>
-	</module>
-		
+    <module name="JavadocType">
+        <property name="versionFormat" value="\$Revision.*\$ \$Date.*\$"/>
+    </module>
+        
      <!-- Require method javadocs, allow undeclared RTE -->
-	<module name="JavadocMethod">
-	  <property name="allowUndeclaredRTE" value="true"/>
-	</module>
-		
+    <module name="JavadocMethod">
+      <property name="allowUndeclaredRTE" value="true"/>
+    </module>
+        
     <!-- Require field javadoc -->
-	<module name="JavadocVariable"/>
-		
+    <module name="JavadocVariable"/>
+        
     <!-- No tabs allowed! -->
-	<module name="TabCharacter"/>
-	
-	<!-- No public fields -->
-	<module name="VisibilityModifier">
+    <module name="TabCharacter"/>
+    
+    <!-- No public fields -->
+    <module name="VisibilityModifier">
        <property name="protectedAllowed" value="true"/>
     </module>
-	
-	<!-- Require hash code override when equals is -->
-	<module name="EqualsHashCode"/>
-	
-	<!-- Disallow unecessary instantiantion of Boolean, String -->
-	<module name="IllegalInstantiation">
+    
+    <!-- Require hash code override when equals is -->
+    <module name="EqualsHashCode"/>
+    
+    <!-- Disallow unecessary instantiantion of Boolean, String -->
+    <module name="IllegalInstantiation">
       <property name="classes" value="java.lang.Boolean, java.lang.String"/>
     </module>
 

Modified: commons/proper/math/trunk/test-jar.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/test-jar.xml?rev=766494&r1=766493&r2=766494&view=diff
==============================================================================
--- commons/proper/math/trunk/test-jar.xml (original)
+++ commons/proper/math/trunk/test-jar.xml Sun Apr 19 18:05:48 2009
@@ -113,4 +113,5 @@
       </fileset>
     </copy>
   </target>
-</project>
\ No newline at end of file
+</project>
+