You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/08/10 12:51:07 UTC

ant-ivy git commit: Revise the documentation

Repository: ant-ivy
Updated Branches:
  refs/heads/master bc4f6b930 -> c274756eb


Revise the documentation

Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/c274756e
Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/c274756e
Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/c274756e

Branch: refs/heads/master
Commit: c274756ebe6878f563421dae03d90b6e430b10ac
Parents: bc4f6b9
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Fri Aug 10 14:50:12 2018 +0200
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Fri Aug 10 14:50:12 2018 +0200

----------------------------------------------------------------------
 asciidoc/settings/classpath.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/c274756e/asciidoc/settings/classpath.adoc
----------------------------------------------------------------------
diff --git a/asciidoc/settings/classpath.adoc b/asciidoc/settings/classpath.adoc
index 6ab0f15..5e8c441 100644
--- a/asciidoc/settings/classpath.adoc
+++ b/asciidoc/settings/classpath.adoc
@@ -34,7 +34,7 @@ This lets you add Ivy plugins without relying on an external classpath (the Ant
 [options="header",cols="15%,50%,35%"]
 |=======
 |Attribute|Description|Required
-|url|the url of a jar to add to the classpath|Yes, unless file is specified
+|url|the URL of a jar to add to the classpath|Yes, unless file is specified
 |file|a jar to add to the classpath|Yes, unless url is specified
 |=======