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/24 12:53:38 UTC

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

Author: smishura
Date: Mon Mar 24 04:53:37 2008
New Revision: 640390

URL: http://svn.apache.org/viewvc?rev=640390&view=rev
Log:
Uncomment refid to "global.build.parameters.id"

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=640390&r1=640389&r2=640390&view=diff
==============================================================================
--- harmony/enhanced/buildtest/trunk/infra/scripts/config.xml (original)
+++ harmony/enhanced/buildtest/trunk/infra/scripts/config.xml Mon Mar 24 04:53:37 2008
@@ -123,7 +123,7 @@
             <propertyset>
                 <propertyref prefix="${suite.name}" />
                 <propertyref prefix="framework" />
-                <!--propertyset refid="global.build.parameters.id" /-->
+                <propertyset refid="global.build.parameters.id" />
             </propertyset>
         </echoproperties>
     </target>