From 005b6a001636881276905961465b04bddfbce436 Mon Sep 17 00:00:00 2001
From: Peter Reilly
You can also set properties in the new project from the old project by using nested property tags. These properties are always passed +to the new project and any project created in that project regardless of the setting of inheritAll. This allows you to parameterize your subprojects. Properties defined on the command line can not be overridden by nested <property> elements.
diff --git a/docs/manual/CoreTasks/antcall.html b/docs/manual/CoreTasks/antcall.html index ffe234007..ebaabc13f 100644 --- a/docs/manual/CoreTasks/antcall.html +++ b/docs/manual/CoreTasks/antcall.html @@ -23,6 +23,7 @@ properties passed to the new project will override the properties that are set in the new project (See also the property task).You can also set properties in the new project from the old project by using nested param tags. These properties are always passed +to the new project and any project created in that project regardless of the setting of inheritAll. This allows you to parameterize your subprojects. Properties defined on the command line can not be overridden by nested <param> elements.