Sign in
eclipse
/
platform
/
eclipse.platform
/
a5ec514344dc556ac43accc670b590a61473010b
/
.
/
ant
/
org.eclipse.ant.tests.ui
/
testbuildfiles
/
input.xml
blob: 8d70ab5f477105786c0186abad9ab3167fd9b935 [
file
] [
log
] [
blame
]
<project
name
=
"input testing"
default
=
"input test"
>
<target
name
=
"input test"
>
<input
message
=
"Enter for echo"
addproperty
=
"inputTest"
>
</input>
<echo
message
=
"${inputTest}"
/>
</target>
</project>