blob: ef8b6375baed930d1f3d403874f64165f355ece9 [file] [log] [blame]
<project name="testProject" default="test">
<input addproperty="<ren>p1"/>
<target name="test">
<echo message="${p1}"/>
</target>
</project>