diff options
Diffstat (limited to 'test/fixtures/ant/named-build.xml')
-rw-r--r-- | test/fixtures/ant/named-build.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/fixtures/ant/named-build.xml b/test/fixtures/ant/named-build.xml new file mode 100644 index 0000000..e61386d --- /dev/null +++ b/test/fixtures/ant/named-build.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project basedir="." default="named-build" name="bash-completion"> + <target name="named-build"> + <!-- ... --> + </target> +</project> |