What would be the syntax in 'build.xml' of an Ant build system that corresponds to the following content of a Makefile (GNU Make):
target: dependency0 dependency1
shell command 1 # Not java, cc or the like
shell command 2
shell command 3
Example
build.xml