We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a13049 commit 1191671Copy full SHA for 1191671
samples/airline/client/build.xml
@@ -1,6 +1,13 @@
1
<?xml version="1.0"?>
2
<project name="spring-ws-airline-sample-clients" default="run-all">
3
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
+
11
<target name="run-all">
12
<ant dir="axis1" target="run"/>
13
<ant dir="jax-ws" target="run"/>
0 commit comments