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 2010/03/10 23:18:51 UTC

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

Author: hindessm
Date: Wed Mar 10 22:18:51 2010
New Revision: 921595

URL: http://svn.apache.org/viewvc?rev=921595&view=rev
Log:
Remove verbose=true from copy tasks.

Modified:
    harmony/enhanced/trunk/build.xml

Modified: harmony/enhanced/trunk/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/trunk/build.xml?rev=921595&r1=921594&r2=921595&view=diff
==============================================================================
--- harmony/enhanced/trunk/build.xml (original)
+++ harmony/enhanced/trunk/build.xml Wed Mar 10 22:18:51 2010
@@ -353,7 +353,7 @@ Usage:
 
         <!-- copy the classlib/deploy tree as the hdk
              filtering out specific files overriden by the VM -->
-        <copy todir="${target.dir}/hdk" verbose="true">
+        <copy todir="${target.dir}/hdk">
             <fileset dir="working_classlib/deploy">
                 <excludesfile
                      name="${vm.dir.loc}/make/classlib.override.file.patterns"
@@ -364,7 +364,7 @@ Usage:
 
         <!-- now copy the drlvm/build/deploy/jre/bin/default -->
         <!-- plus specific file that the VM overrides -->
-        <copy todir="${target.dir}/hdk" verbose="true">
+        <copy todir="${target.dir}/hdk">
             <fileset dir="${vm.dir.loc}/deploy">
                 <exclude name="**/jre/bin/*" />