blob: 0f04140e48b01b9c717b414e785fc81f35511692 [file] [log] [blame]
<?xml version="1.0"?>
<project name="ant-test" basedir="." default="bar">
<subant target="foo">
<fileset dir="." includes="toplevelsubant.xml"/>
</subant>
<target name="foo"/>
<target name="bar"/>
</project>