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/07/17 21:46:28 UTC

svn commit: r422817 - /incubator/harmony/enhanced/classlib/trunk/make/build-native.xml

Author: hindessm
Date: Mon Jul 17 12:46:27 2006
New Revision: 422817

URL: http://svn.apache.org/viewvc?rev=422817&view=rev
Log:
Fix native clean target to include misc and awt modules.

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

Modified: incubator/harmony/enhanced/classlib/trunk/make/build-native.xml
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/make/build-native.xml?rev=422817&r1=422816&r2=422817&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/make/build-native.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/make/build-native.xml Mon Jul 17 12:46:27 2006
@@ -132,6 +132,8 @@
     	<ant dir="..\modules\prefs" antfile="build.xml" target="clean.native" />
     	<ant dir="..\modules\luni" antfile="build.xml" target="clean.native" />
     	<ant dir="..\modules\nio" antfile="build.xml" target="clean.native" />
+    	<ant dir="..\modules\misc" antfile="build.xml" target="clean.native" />
+    	<ant dir="..\modules\awt" antfile="build.xml" target="clean.native" />
     	
     	<delete dir="${native.lib.target}" />