Skip to content

Commit 1191671

Browse files
committed
Added clean-all target
1 parent 4a13049 commit 1191671

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

samples/airline/client/build.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<?xml version="1.0"?>
22
<project name="spring-ws-airline-sample-clients" default="run-all">
33

4+
<target name="clean-all">
5+
<ant dir="axis1" target="clean"/>
6+
<ant dir="jax-ws" target="clean"/>
7+
<ant dir="saaj" target="clean"/>
8+
<ant dir="spring-ws" target="clean"/>
9+
</target>
10+
411
<target name="run-all">
512
<ant dir="axis1" target="run"/>
613
<ant dir="jax-ws" target="run"/>

0 commit comments

Comments
 (0)