diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:03:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 01:03:18 +0000 |
commit | f2621414ee5f2f601424c22f00e207903e3b6104 (patch) | |
tree | 56a856dafd1ca684bb23263cacaa723ee4f404fc /test/fixtures/ant | |
parent | Adding debian version 1:2.11-8. (diff) | |
download | bash-completion-f2621414ee5f2f601424c22f00e207903e3b6104.tar.xz bash-completion-f2621414ee5f2f601424c22f00e207903e3b6104.zip |
Merging upstream version 1:2.12.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/fixtures/ant')
-rw-r--r-- | test/fixtures/ant/.gitignore | 2 | ||||
-rw-r--r-- | test/fixtures/ant/imported-build.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/ant/.gitignore b/test/fixtures/ant/.gitignore index 3a08258..3e28307 100644 --- a/test/fixtures/ant/.gitignore +++ b/test/fixtures/ant/.gitignore @@ -1 +1 @@ -.ant-targets-*.xml +/.ant-targets-*.xml 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> |