Sign in
apache
/
continuum
/
refs/heads/trunk
/
.
/
continuum-webapp-test
/
src
/
test
/
example-projects
/
ant
/
build.xml
blob: 9d19f477fe90dea120d79488f87d88c687a570fd [
file
]
<project
name
=
"ant-project"
default
=
"build"
>
<target
name
=
"build"
>
<echo>
Hello, Ant!
</echo>
</target>
</project>