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 79bd0ce Documentation fix: the [originalname] token does NOT contains
the extension!
79bd0ce is described below
commit 79bd0ce1f44d17126783c5b02f748a474925c4a2
Author: Maarten Coene <[email protected]>
AuthorDate: Wed Feb 17 09:55:36 2021 +0100
Documentation fix: the [originalname] token does NOT contains the extension!
---
asciidoc/concept.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/asciidoc/concept.adoc b/asciidoc/concept.adoc
index 7087b66..ff6a653 100644
--- a/asciidoc/concept.adoc
+++ b/asciidoc/concept.adoc
@@ -115,7 +115,7 @@ the configuration name
`[originalname]`::
(*__since 1.4__*) +
-the original artifact name (including the extension)
+the original artifact name (not including the extension)
The difference between type and extension is explained in the Ivy file
documentation.