configurationengine/source/scripts/tests/generation_test_project/custom/implml/seq_tempvar.implml
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
--- a/configurationengine/source/scripts/tests/generation_test_project/custom/implml/seq_tempvar.implml	Fri Mar 12 08:30:17 2010 +0200
+++ b/configurationengine/source/scripts/tests/generation_test_project/custom/implml/seq_tempvar.implml	Tue Aug 10 14:29:28 2010 +0300
@@ -1,19 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <container xmlns="http://www.symbianfoundation.org/xml/implml/1"
-           xmlns:ruleml="http://www.s60.com/xml/ruleml/2"
+           xmlns:ruleml="http://www.s60.com/xml/ruleml/3"
            xmlns:content="http://www.s60.com/xml/content/1">
     <!-- Temporary sequence feature for storing the list of files to copy -->
     <tempVariableSequence ref="TempFeature2.FilesToCopy">
         <tempVariable ref="FilePath" type="string"/>
     </tempVariableSequence>
-    <settingRefsOverride refsIrrelevant="true"/>
 
     <container>
         <phase name="pre"/>
         <!-- Rule for setting the contents of the file copy list -->
         <ruleml:ruleml>
             <ruleml:eval_globals file="seq_tempvar.py"/>
-            <ruleml:rule>True configures TempFeature2.FilesToCopy = {% get_file_seq() %}</ruleml:rule>
+            <ruleml:rule>True configures ${TempFeature2.FilesToCopy} = {% get_file_seq() %}</ruleml:rule>
         </ruleml:ruleml>
     </container>