You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2014/09/02 20:42:51 UTC

svn commit: r1622086 - /commons/proper/pool/trunk/build.xml

Author: sebb
Date: Tue Sep  2 18:42:50 2014
New Revision: 1622086

URL: http://svn.apache.org/r1622086
Log:
Tab police

Modified:
    commons/proper/pool/trunk/build.xml

Modified: commons/proper/pool/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/build.xml?rev=1622086&r1=1622085&r2=1622086&view=diff
==============================================================================
--- commons/proper/pool/trunk/build.xml (original)
+++ commons/proper/pool/trunk/build.xml Tue Sep  2 18:42:50 2014
@@ -36,8 +36,8 @@
       <!-- command line classpath, if any -->
       <property name="cp" value=""/>
 
-   	  <!-- now combine the classpaths -->
-   	  <property name="classpath" value="${cp}:${cglib.jar}:${asm.jar}:${asm-util.jar}:${junit.jar}"/>     
+      <!-- now combine the classpaths -->
+      <property name="classpath" value="${cp}:${cglib.jar}:${asm.jar}:${asm-util.jar}:${junit.jar}"/>     
 
       <property name="name" value="commons-pool2"/>
       <property name="title" value="Apache Commons Object Pooling Package"/>