summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/samples/callback-ws-client/build.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/callback-ws-client/build.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/callback-ws-client/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/callback-ws-client/build.xml
index 8698c6018d..0fada69531 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/callback-ws-client/build.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/callback-ws-client/build.xml
@@ -66,8 +66,6 @@
</target>
<target name="clean">
- <delete quiet="true" includeemptydirs="true">
- <fileset dir="target"/>
- </delete>
+ <delete dir="target" includeemptydirs="true"/>
</target>
</project>