Author: smishura
Date: Wed Apr 2 20:32:03 2008
New Revision: 644148
URL: http://svn.apache.org/viewvc?rev=644148&view=rev
Log:
Flash to props file suite.name
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=644148&r1=644147&r2=644148&view=diff
==============================================================================
--- harmony/enhanced/buildtest/trunk/infra/scripts/config.xml (original)
+++ harmony/enhanced/buildtest/trunk/infra/scripts/config.xml Wed Apr 2 20:32:03 2008
@@ -175,6 +175,7 @@
<echoproperties destfile="${config.dir}/${suite.name}.properties">
<propertyset>
+ <propertyref name="suite.name" />
<propertyref prefix="${suite.name}" />
<propertyref prefix="ext." />
<propertyref prefix="framework" />
|