From 35195cb135cc6b1089892ad48816d3a40966d673 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Specifies the properties to set before running the specified target. See property for usage guidelines.
-This will only set the specified properties if the property is not already -set in the current project!
<target name="default"> - <calltarget target="doSomethingElse"> + <antcall target="doSomethingElse"> <param name="param1" value="value"/> - </calltarget> + </antcall> </target> <target name="doSomethingElse">