aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/ant/apache-ant-1.9.6/src/tests/antunit/bugfixes/br50866/middle.xml
blob: b387f9315d27d663e642febfa385d199de9d30e1 (plain)
1
2
3
4
5
6
7
<project name="middle" default="default">
    <import file="common.xml" optional="true" />

    <target name="middle" depends="common-init">
        <property name="prop-middle" value="br50866" />
    </target>
</project>