summaryrefslogtreecommitdiff
path: root/test/fixtures/ant/imported-build.xml
blob: 0cc438f000012e75f263d8369849812909c33e9e (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<project default="imported-build" name="bash-completion">
    <target name="imported-build">
        <!-- ... -->
    </target>
</project>