Added clean-all target

This commit is contained in:
Arjen Poutsma
2007-11-06 11:59:09 +00:00
parent 4a13049329
commit 1191671563

View File

@@ -1,6 +1,13 @@
<?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"/>