blob: 457ae135a78440f1269491c5109328605354e042 [file] [log] [blame]
<project name="Some Project" default="all">
<target name="all" unless="my.prop">
<property name="new.prop" value="${<ref>my.prop}"/>
</target>
</project>