diff options
Diffstat (limited to 'test/fixtures/ant/imported-build.xml')
-rw-r--r-- | test/fixtures/ant/imported-build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/ant/imported-build.xml b/test/fixtures/ant/imported-build.xml index 0cc438f..df6a5f3 100644 --- a/test/fixtures/ant/imported-build.xml +++ b/test/fixtures/ant/imported-build.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project default="imported-build" name="bash-completion"> +<project default="imported-build" name="bash-completion-imported"> <target name="imported-build"> <!-- ... --> </target> |