configurationengine/source/plugins/common/ConeCommandPlugin/commandplugin/tests/project/assets/s60/implml/file1.commandml
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <commandml xmlns="http://www.s60.com/xml/commandml/1">
       
     3 
       
     4 	<command executable="c:\program1\run.exe" shell="false" bufsize="0" cwd="c:\program1" env="{'MYVAR':'123'}">
       
     5 		<argument value="-c some_config.txt" />
       
     6 		<argument value="-d some_dir" />
       
     7 		<argument value="-x" />
       
     8 		<pipe name="stdin" value="PIPE"/>
       
     9 		<pipe name="stdout" value="program1.log"/>
       
    10 	</command>
       
    11 
       
    12 	<condition value="False">
       
    13 		<command executable="c:\program2\abc.exe" shell="true">
       
    14 			<argument value="-c some_config.txt" />
       
    15 		</command>
       
    16 	</condition>
       
    17 
       
    18 </commandml>