You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ay...@apache.org on 2007/02/13 15:30:23 UTC

svn commit: r507021 - /harmony/enhanced/classlib/trunk/modules/swing/build.xml

Author: ayza
Date: Tue Feb 13 06:30:23 2007
New Revision: 507021

URL: http://svn.apache.org/viewvc?view=rev&rev=507021
Log:
Hidden classes should also be cleaned. The commit relates to HARMONY-2829.

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

Modified: harmony/enhanced/classlib/trunk/modules/swing/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/swing/build.xml?view=diff&rev=507021&r1=507020&r2=507021
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/swing/build.xml (original)
+++ harmony/enhanced/classlib/trunk/modules/swing/build.xml Tue Feb 13 06:30:23 2007
@@ -82,6 +82,7 @@
         <delete file="${hy.jdk}/jre/lib/boot/${hy.swing.packaging.jarname}-src.jar" />
         <delete failonerror="false">
             <fileset refid="classes" />
+            <fileset refid="hidden.classes"/>
             <fileset dir="${hy.swing.bin.test}" />
         </delete>
     </target>