configurationengine/source/plugins/common/ConeContentPlugin/contentplugin/tests/contentproject/assets/s60/implml/content2_with_multi_outputs.content
changeset 0 2e8eeb919028
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/source/plugins/common/ConeContentPlugin/contentplugin/tests/contentproject/assets/s60/implml/content2_with_multi_outputs.content	Thu Mar 11 17:04:37 2010 +0200
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<content xmlns="http://www.s60.com/xml/content/2">
+  <tag name='target' value='foo'/>
+  <output dir="content">
+    <input>
+      <include files="test/override.txt, test/s60.txt"/>
+    </input>
+  </output>
+  <output dir="include" flatten='true'>
+    <input>
+      <include files="test/s60.txt"/>
+    </input>
+  </output>
+</content>