Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
ant
/
tests
/
data
/
psi
/
rename
/
param.xml
blob: a62c46b995af6abdfdcbc63c516ce385d0ae636a [
file
] [
log
] [
blame
]
<project
name
=
"testProject"
default
=
"test"
>
<target
name
=
"test"
>
<antcall
target
=
"a"
>
<param name="
<ren>
p" value="v"/>
</antcall>
</target>
<target
name
=
"a"
>
<echo
message
=
"${p}"
/>
</target>
</project>