mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
5 lines
170 B
XML
5 lines
170 B
XML
<project default="xxx" basedir=".">
|
|
<property name="prop1" value="${<error>aaa</error>}"/>
|
|
<property name="prop2" value="$${bbb}"/>
|
|
<target name="xxx" />
|
|
</project> |