Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
ant
/
tests
/
data
/
psi
/
AntCallNestedTargets.ant
blob: fc03638e97628f5a22908cf60242b80019f48fcb [
file
] [
log
] [
blame
]
<project
default
=
"A"
>
<target
name
=
"A"
>
<antcall
target
=
"B"
>
<target
name
=
"C"
/>
<target
name
=
"D"
/>
</antcall>
</target>
<target
name
=
"B"
/>
</project>