summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-implementation-policies/build.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-29 20:34:09 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-29 20:34:09 +0000
commit6128144bfd3ebc4fc6d3fedd897b4edfb65c8d94 (patch)
tree2f8108e670d3d7c594d327c7947e619675e74e2d /sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-implementation-policies/build.xml
parent601821b6d005d977d6845e597aa167efb1a95283 (diff)
TUSCANY-3680: Fix code in "clean" target
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002838 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-implementation-policies/build.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-implementation-policies/build.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-implementation-policies/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-implementation-policies/build.xml
index 4a87474657..2bc335fae2 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-implementation-policies/build.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-implementation-policies/build.xml
@@ -65,8 +65,6 @@
</target>
<target name="clean">
- <delete quiet="true" includeemptydirs="true">
- <fileset dir="target"/>
- </delete>
+ <delete dir="target" includeemptydirs="true"/>
</target>
</project>