blob: 729a9c1581ffb46af70d58a342dca956ebf923eb [file] [log] [blame]
<project name="n" default="main">
<property name="qwerty" value="qwe"/>
<macrodef name="md">
<attribute name="qwerty"/>
<sequential>
<echo message="@{<ref>${qwerty}rty}"/>
</sequential>
</macrodef>
<target name="main"/>
</project>