You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by py...@apache.org on 2006/08/16 05:16:55 UTC

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

Author: pyang
Date: Tue Aug 15 20:16:54 2006
New Revision: 431785

URL: http://svn.apache.org/viewvc?rev=431785&view=rev
Log:
Add instrument natives to building list

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=431785&r1=431784&r2=431785&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/make/build-native.xml (original)
+++ incubator/harmony/enhanced/classlib/trunk/make/build-native.xml Tue Aug 15 20:16:54 2006
@@ -77,6 +77,7 @@
         <ant dir="modules/misc" antfile="build.xml" target="build.native" />    	
         <ant dir="modules/awt" antfile="build.xml" target="build.native" />    	
         <ant dir="modules/security" antfile="build.xml" target="build.native" />    	
+        <ant dir="modules/instrument" antfile="build.xml" target="build.native" />    	
     </target>
 
 
@@ -96,6 +97,7 @@
     	<ant dir="modules/misc" antfile="build.xml" target="clean.native" />
     	<ant dir="modules/awt" antfile="build.xml" target="clean.native" />
     	<ant dir="modules/security" antfile="build.xml" target="clean.native" />
+    	<ant dir="modules/instrument" antfile="build.xml" target="clean.native" />
     	<delete dir="${native.lib.target}" />
     </target>