buildframework/helium/tests/data/ant_config_test.xml
author mikek
Thu, 13 May 2010 19:18:16 +0100
changeset 9 67f8bb81b054
parent 2 39c28ec933dd
permissions -rwxr-xr-x
1) Updating the .hgignore to exclude Raptor's built binaries 2) Updating the baseline patch file.

<?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>