Skip to content

Commit 957c62e

Browse files
committed
1 parent 6774f19 commit 957c62e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

samples/airline/client/spring-ws/build.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,10 @@
4848
<delete dir="${gen.dir}"/>
4949
</target>
5050

51-
<target name="run" depends="echo"/>
51+
<target name="run" depends="getFlights"/>
5252

53-
<target name="echo" depends="build">
54-
<java classname="org.springframework.ws.samples.airline.client.sws.AirlineClient"
55-
fork="true"
53+
<target name="getFlights" depends="build">
54+
<java classname="org.springframework.ws.samples.airline.client.sws.AirlineClient" fork="true"
5655
failonerror="true">
5756
<classpath refid="classpath"/>
5857
<classpath location="${bin.dir}"/>

0 commit comments

Comments
 (0)