From db380fb74e684aa781d4142543557908e5386e42 Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Wed, 28 Feb 2018 08:52:37 +0100 Subject: [PATCH] A typo --- manual/Tasks/antcall.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/Tasks/antcall.html b/manual/Tasks/antcall.html index 24ac95094..b6bcd92ad 100644 --- a/manual/Tasks/antcall.html +++ b/manual/Tasks/antcall.html @@ -46,7 +46,7 @@ by nested <param> elements.

name, the one declared last will win. This is for backwards compatibility reasons even so it is different from the way <property> tasks in build files behave.

-

Nested <reference>; elements can be used to copy +

Nested <reference> elements can be used to copy references from the calling project to the new project, optionally under a different id. References taken from nested elements will override existing references that have been defined outside of targets in the new project—but not those defined inside of targets.