buildframework/helium/tests/data/ant_config_test.xml
author mikek
Mon, 10 May 2010 19:54:49 +0100
changeset 2 39c28ec933dd
permissions -rwxr-xr-x
Removing all prior files. Adding a complete branch of the 'build' package with fixes and tools to build all targets on both Linux and Windows.

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