This is an automated email from the ASF dual-hosted git repository.
maartenc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git
The following commit(s) were added to refs/heads/master by this push:
new 9828c8f9 Fix indentation
9828c8f9 is described below
commit 9828c8f99aec32fcaae11fc1776ccead237849f8
Author: Maarten Coene <[email protected]>
AuthorDate: Wed Dec 18 17:46:10 2024 +0100
Fix indentation
---
asciidoc/use/buildlist.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/asciidoc/use/buildlist.adoc b/asciidoc/use/buildlist.adoc
index b32d875b..af36d271 100644
--- a/asciidoc/use/buildlist.adoc
+++ b/asciidoc/use/buildlist.adoc
@@ -87,7 +87,7 @@ This element takes the following attributes: +
* `organisation`: the organisation of the root module (defaults to *) +
* `module`: the name of the root module (defaults to *) +
* `revision`: the revision of the root module (defaults to *) +
-* `branch`: the branch of the root module (default to *)
+* `branch`: the branch of the root module (default to *) +
* `file`: a specific ivy.xml file to use as root module|0..n
|leaf|(*__since 2.5__*) Declares a leaf module.
@@ -95,7 +95,7 @@ This element takes the following attributes: +
* `organisation`: the organisation of the leaf module (defaults to *) +
* `module`: the name of the leaf module (defaults to *) +
* `revision`: the revision of the leaf module (defaults to *) +
-* `branch`: the branch of the leaf module (default to *)
+* `branch`: the branch of the leaf module (default to *) +
* `file`: a specific ivy.xml file to use as leaf module|0..n
|=======