configurationengine/doc/plugins/contentml-plugin/example.content
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <content xmlns="http://www.s60.com/xml/content/2">
       
     3   <tag name='target' value='foo'/>
       
     4   <output dir="test/out" flatten='true'>
       
     5     <input file="foobar/input/file1.txt"/>
       
     6   </output>
       
     7   <output dir="content">
       
     8     <input>
       
     9       <include files="test/override.txt, test/s60.txt"/>
       
    10     </input>
       
    11   </output>
       
    12   <output dir="include" flatten='true'>
       
    13     <input>
       
    14       <include pattern="\.hrh$"/>
       
    15     </input>
       
    16   </output>
       
    17 </content>