configurationengine/source/plugins/common/integration-test/testdata/commandml_test_project/assets/s60/implml/file4.commandml
changeset 4 0951727b8815
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/source/plugins/common/integration-test/testdata/commandml_test_project/assets/s60/implml/file4.commandml	Wed Sep 08 12:20:56 2010 +0300
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<commandml xmlns="http://www.s60.com/xml/commandml/1">
+    
+    <tag name="target" value="footarget"/>
+    
+    <command executable="echo" shell="true" bufsize="0" cwd=".">
+        <argument value="testing stdout, echo, echo! " />
+    </command>
+    
+    
+    <command executable="testing" shell="true" bufsize="0" cwd=".">
+        <argument value="stderr with invalid command, testing, testing,..." /> 
+    </command>
+    
+</commandml>
\ No newline at end of file