Sign in
eclipse
/
platform
/
eclipse.platform
/
refs/tags/X20200223-0250
/
.
/
ant
/
org.eclipse.ant.tests.ui
/
testbuildfiles
/
89901.xml
blob: ac3467c60e82c9d43f43a04f22f82cfb3f10883f [
file
] [
log
] [
blame
]
<project
name
=
"project"
default
=
"default"
>
<target
name
=
"default"
depends
=
"test"
description
=
"-->
description">
<property
name
=
"test"
value
=
"yo"
/>
</target>
<target
name
=
"test"
>
<echo>
${test}
</echo>
</target>
</project>