You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/12/11 16:04:01 UTC

svn commit: r485687 - /harmony/enhanced/trunk/build.xml

Author: geirm
Date: Mon Dec 11 07:04:00 2006
New Revision: 485687

URL: http://svn.apache.org/viewvc?view=rev&rev=485687
Log:
don't take the includes from classlib right now
We'll change to put the headers from drlvm in 
classlib for jvmti later


Modified:
    harmony/enhanced/trunk/build.xml

Modified: harmony/enhanced/trunk/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/trunk/build.xml?view=diff&rev=485687&r1=485686&r2=485687
==============================================================================
--- harmony/enhanced/trunk/build.xml (original)
+++ harmony/enhanced/trunk/build.xml Mon Dec 11 07:04:00 2006
@@ -179,6 +179,7 @@
             <fileset dir="working_classlib/deploy">
                 <exclude name="**/jre/**/*" />
                 <exclude name="**/jdk/lib/*" />
+                <exclude name="**/jdk/include/*" />
             </fileset>
         </copy>