Files
spring-ws/samples/airline/client/build.xml
2007-11-06 11:59:09 +00:00

19 lines
526 B
XML

<?xml version="1.0"?>
<project name="spring-ws-airline-sample-clients" default="run-all">
<target name="clean-all">
<ant dir="axis1" target="clean"/>
<ant dir="jax-ws" target="clean"/>
<ant dir="saaj" target="clean"/>
<ant dir="spring-ws" target="clean"/>
</target>
<target name="run-all">
<ant dir="axis1" target="run"/>
<ant dir="jax-ws" target="run"/>
<ant dir="saaj" target="run"/>
<ant dir="spring-ws" target="run"/>
</target>
</project>