Sign in
eclipse
/
platform
/
eclipse.platform
/
refs/tags/X20200223-0250
/
.
/
ant
/
org.eclipse.ant.tests.ui
/
testbuildfiles
/
echoProperties.xml
blob: 6473c65670c9fdde51aa767514f9fafc08a6ed0c [
file
] [
log
] [
blame
]
<project
name
=
"Echoing properties"
default
=
"echo1"
basedir
=
".."
>
<target
name
=
"echo1"
>
<echo
message
=
"about to echo properties"
/>
<echoproperties/>
</target>
</project>