Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
ant
/
tests
/
data
/
psi
/
rename
/
targetProperties.xml
blob: fc130d8c0ebff171e3c9a043ef544ddd3e786355 [
file
] [
log
] [
blame
]
<project
name
=
"testProject"
default
=
"test"
>
<property
name
=
"p1"
value
=
"v1"
/>
<target
name
=
"test"
depends
=
"beforeTest"
if
=
"p1"
>
<echo message="${
<ren>
p1}"/>
</target>
<target
name
=
"beforeTest"
unless
=
"p1"
>
</target>
</project>