configurationengine/source/plugins/common/integration-test/testdata/commandml_test_project/assets/s60/implml/file4.commandml
author m2lahtel
Wed, 08 Sep 2010 12:20:56 +0300
changeset 4 0951727b8815
permissions -rw-r--r--
Updated to 1.2.13 release
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     2
<commandml xmlns="http://www.s60.com/xml/commandml/1">
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     3
    
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     4
    <tag name="target" value="footarget"/>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     5
    
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     6
    <command executable="echo" shell="true" bufsize="0" cwd=".">
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     7
        <argument value="testing stdout, echo, echo! " />
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     8
    </command>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
     9
    
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    10
    
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    11
    <command executable="testing" shell="true" bufsize="0" cwd=".">
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    12
        <argument value="stderr with invalid command, testing, testing,..." /> 
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    13
    </command>
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    14
    
0951727b8815 Updated to 1.2.13 release
m2lahtel
parents:
diff changeset
    15
</commandml>