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 2008/03/26 07:25:58 UTC

svn commit: r641170 - /harmony/enhanced/buildtest/trunk/infra/scripts/config.xml

Author: smishura
Date: Tue Mar 25 23:25:58 2008
New Revision: 641170

URL: http://svn.apache.org/viewvc?rev=641170&view=rev
Log:
Add another for required parameters

Modified:
    harmony/enhanced/buildtest/trunk/infra/scripts/config.xml

Modified: harmony/enhanced/buildtest/trunk/infra/scripts/config.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/trunk/infra/scripts/config.xml?rev=641170&r1=641169&r2=641170&view=diff
==============================================================================
--- harmony/enhanced/buildtest/trunk/infra/scripts/config.xml (original)
+++ harmony/enhanced/buildtest/trunk/infra/scripts/config.xml Tue Mar 25 23:25:58 2008
@@ -127,7 +127,7 @@
                 <propertyset refid="global.build.parameters.id" />
             </propertyset>
 
-            <!-- IMHO: the simple forms below may cause properties names
+            <!-- IMHO: the forms below may cause properties names
                  conflicts that is hard to detect/guess
                  This is BAD and should be fixed -->
 
@@ -136,6 +136,13 @@
                 <propertyref regex="${suite.name}\.parameters\.required" />
                 <regexpmapper from="${suite.name}\.parameters\.required\.(.*)$"
                               to="\1" />
+            </propertyset>
+
+            <!-- required parameters in short form (used by adaptors) -->
+            <propertyset>
+                <propertyref regex="${suite.name}\.parameters\.required" />
+                <regexpmapper from="${suite.name}\.parameters\.required\.(.*)$"
+                              to="${suite.name}.\1" />
             </propertyset>
 
             <!-- shared parameters in simple form (used by adaptors) -->