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 2006/06/27 07:40:29 UTC

svn commit: r417347 - /incubator/harmony/enhanced/classlib/trunk/make/build-java.xml

Author: hindessm
Date: Mon Jun 26 22:40:28 2006
New Revision: 417347

URL: http://svn.apache.org/viewvc?rev=417347&view=rev
Log:
Clean the kernel patternsets after the module clean targets that use them.

Modified:
    incubator/harmony/enhanced/classlib/trunk/make/build-java.xml

Modified: incubator/harmony/enhanced/classlib/trunk/make/build-java.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/make/build-java.xml?rev=417347&r1=417346&r2=417347&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/make/build-java.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/make/build-java.xml Mon Jun 26 22:40:28 2006
@@ -64,9 +64,9 @@
     <!-- ================================= 
           target: clean-bin              
          ================================= -->
-    <target name="clean-bin" description="Delete all built classes"
-            depends="clean-kernel-patternsets">
+    <target name="clean-bin" description="Delete all built classes">
         <call-modules target="clean" />
+        <antcall target="clean-kernel-patternsets" />
         <delete includeemptydirs="true" failonerror="false">
             <fileset dir="${build.output}">
                 <include name="**/**" />