configurationengine/source/scripts/tests/generation_test_project/custom/implml/simple_tempvars.implml
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
--- a/configurationengine/source/scripts/tests/generation_test_project/custom/implml/simple_tempvars.implml	Fri Mar 12 08:30:17 2010 +0200
+++ b/configurationengine/source/scripts/tests/generation_test_project/custom/implml/simple_tempvars.implml	Tue Aug 10 14:29:28 2010 +0300
@@ -8,10 +8,10 @@
     <tempVariable ref="TempFeature.Unused"   type="boolean"  value="false"/>
     
     <!-- Modify the temporary features -->
-    <ruleml xmlns="http://www.s60.com/xml/ruleml/1">
-        <rule>True configures TempFeature.String = TempFeature.String + " and more testing"</rule>
-        <rule>True configures TempFeature.Int = TempFeature.Int + 1</rule>
-        <rule>True configures TempFeature.Real = TempFeature.Real + 0.25</rule>
+    <ruleml xmlns="http://www.s60.com/xml/ruleml/3">
+        <rule>True configures ${TempFeature.String} = ${TempFeature.String} + " and more testing"</rule>
+        <rule>True configures ${TempFeature.Int} = ${TempFeature.Int} + 1</rule>
+        <rule>True configures ${TempFeature.Real} = ${TempFeature.Real} + 0.25</rule>
     </ruleml>
     
     <!-- Print out the values to a text file -->