configurationengine/source/plugins/common/ConeCommandPlugin/commandplugin/tests/project/assets/s60/implml/file3.commandml
changeset 3 e7e0ae78773e
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <container xmlns="http://www.symbianfoundation.org/xml/implml/1">
       
     3     <tempVariable ref="TempBrowserIcon" type="boolean" value="true"/>
       
     4 
       
     5     <commandml xmlns="http://www.s60.com/xml/commandml/1">
       
     6 	    <condition value="${TempBrowserIcon} == True">
       
     7             <command executable="echo" shell="True">
       
     8 			    <argument value="jeejee" />
       
     9 		    </command>
       
    10         </condition>
       
    11         
       
    12          <condition value="${TempBrowserIcon} == False">
       
    13             <command executable="echo" shell="True">
       
    14 			<argument value="jeejee" />
       
    15 		</command>
       
    16         </condition>
       
    17     </commandml>
       
    18 </container>