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/12/03 07:19:48 UTC

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

Author: smishura
Date: Sun Dec  2 22:19:46 2007
New Revision: 600431

URL: http://svn.apache.org/viewvc?rev=600431&view=rev
Log:
Map subcomponent's svn external properties to parameters.svn.*

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

Modified: harmony/enhanced/buildtest/branches/2.0/scripts/svn.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/scripts/svn.xml?rev=600431&r1=600430&r2=600431&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/scripts/svn.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/scripts/svn.xml Sun Dec  2 22:19:46 2007
@@ -53,6 +53,12 @@
         <!-- iterate over propertyset fetching required dependencies -->
         <ant antfile="${svn.xml}" target="-iterate" inheritall="false">
             <propertyset refid="required.pops" />
+            <!-- map external properties (including framework.local.properties) -->
+            <propertyset>
+                <propertyref prefix="${subcomponent}.parameters.svn." />
+                <globmapper from="${subcomponent}.parameters.svn.*"
+                            to="parameters.svn.*" />
+            </propertyset>
         </ant>
 
         <delete file="${tmp.file}" />