You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/05/15 05:02:42 UTC

svn commit: r538048 - /harmony/enhanced/buildtest/branches/2.0/scripts/download.xml

Author: smishura
Date: Mon May 14 20:02:41 2007
New Revision: 538048

URL: http://svn.apache.org/viewvc?view=rev&rev=538048
Log:
Remove redundant propertyset for -fetch-unless-exists target

Modified:
    harmony/enhanced/buildtest/branches/2.0/scripts/download.xml

Modified: harmony/enhanced/buildtest/branches/2.0/scripts/download.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/scripts/download.xml?view=diff&rev=538048&r1=538047&r2=538048
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/scripts/download.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/scripts/download.xml Mon May 14 20:02:41 2007
@@ -174,9 +174,6 @@
                        value="${parameters.external.@{libname}.url.basename}" />
                 <param name="lib.file"
                        value="${parameters.external.@{libname}.basename}" />
-                <propertyset>
-                    <propertyref regex="^parameters\.external\..*" />
-                </propertyset>
             </antcall>
         </sequential>
     </macrodef>