From c7fcbef13ae9f5003d514e07d52739ec88f57f26 Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Wed, 28 Feb 2018 20:15:10 +0100 Subject: [PATCH] Ungarble --- manual/tutorial-tasks-filesets-properties.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/tutorial-tasks-filesets-properties.html b/manual/tutorial-tasks-filesets-properties.html index 01ec33406..88f46d951 100644 --- a/manual/tutorial-tasks-filesets-properties.html +++ b/manual/tutorial-tasks-filesets-properties.html @@ -114,7 +114,7 @@ Ant: properties are immutable. And this method sets the property to the value before that or not. So we use another way. setNewProperty() sets the property only if there is no property with that name. Otherwise a message is logged.

-

(by the way: a short word to Ant's "namespaces" (not to be confused with XML namespaces: +

(By the way, a short explanation of Ant's "namespaces"—not to be confused with XML namespaces: an <antcall> creates a new space for property names. All properties from the caller are passed to the callee, but the callee can set its own properties without notice by the caller.)