You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2009/07/18 15:41:54 UTC

svn commit: r795367 - /harmony/enhanced/classlib/trunk/modules/auth/build.xml

Author: hindessm
Date: Sat Jul 18 13:41:54 2009
New Revision: 795367

URL: http://svn.apache.org/viewvc?rev=795367&view=rev
Log:
Fixing "typo".

Modified:
    harmony/enhanced/classlib/trunk/modules/auth/build.xml

Modified: harmony/enhanced/classlib/trunk/modules/auth/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/auth/build.xml?rev=795367&r1=795366&r2=795367&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/auth/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/auth/build.xml Sat Jul 18 13:41:54 2009
@@ -108,7 +108,7 @@
     <target name="clean">
         <delete file="${hy.jdk}/jre/lib/boot/auth.jar" />
         <delete file="${hy.jdk}/jre/lib/boot/auth-src.jar" />
-        <delete file="${tests.hdk.dir}/mmmmmm_tests.jar" />
+        <delete file="${tests.hdk.dir}/auth_tests.jar" />
         <delete failonerror="false">
             <fileset refid="classes" />
         </delete>