You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2006/05/22 09:28:10 UTC

svn commit: r408592 - /incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml

Author: smishura
Date: Mon May 22 00:28:10 2006
New Revision: 408592

URL: http://svn.apache.org/viewvc?rev=408592&view=rev
Log:
Fixing indentation in result files

Modified:
    incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml

Modified: incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml?rev=408592&r1=408591&r2=408592&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/crypto/make/common/build.xml Mon May 22 00:28:10 2006
@@ -166,12 +166,12 @@
     <target name="touch-failures-file" if="test.failures">
         <echo file="${hy.tests.reports}/test.failures"
             append="true" >crypto
-        </echo>
+</echo>
     </target>
     <target name="touch-errors-file" if="test.errors">
         <echo file="${hy.tests.reports}/test.errors"
             append="true" >crypto
-         </echo>
+</echo>
     </target>
 
     <target name="copy.resources">