configurationengine/doc/plugins/contentml-plugin/example.content
author terytkon
Sat, 06 Nov 2010 16:59:14 +0200
changeset 9 63964d875993
parent 0 2e8eeb919028
permissions -rw-r--r--
Merge changes to system model generator to SF tip.

<?xml version="1.0" encoding="UTF-8"?>
<content xmlns="http://www.s60.com/xml/content/2">
  <tag name='target' value='foo'/>
  <output dir="test/out" flatten='true'>
    <input file="foobar/input/file1.txt"/>
  </output>
  <output dir="content">
    <input>
      <include files="test/override.txt, test/s60.txt"/>
    </input>
  </output>
  <output dir="include" flatten='true'>
    <input>
      <include pattern="\.hrh$"/>
    </input>
  </output>
</content>