buildframework/helium/tests/data/ant_config_test.xml
author timothy.murphy@nokia.com
Fri, 30 Apr 2010 16:34:01 +0100
branchfix
changeset 513 a9260a413076
parent 1 be27ed110b50
permissions -rw-r--r--
fix releasenotes

<?xml version="1.0" encoding="ISO-8859-1" ?>
<config>
    <foo>bar</foo>
    <interpolated>foo value = ${foo}</interpolated>
    <xml>
        <c>C</c>
        <d>D</d>
    </xml>
    <array>
        <value>one</value>
        <value>two</value>
        <value>three</value>
    </array>
</config>