summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/samples/customer-dojo-webapp/build.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 11:39:04 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 11:39:04 +0000
commit5dddb33e65a56ee62c6176e16f1301dcf2a5efec (patch)
treecb6c6d84d5780378359146b80313e8fbceb8ab2c /sca-java-1.x/trunk/samples/customer-dojo-webapp/build.xml
parentc8e9e8b1c214821990a2589eefca0b17e6652699 (diff)
Merge r1002838 TUSCANY-3680: Fix code in clean target
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027480 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/trunk/samples/customer-dojo-webapp/build.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/sca-java-1.x/trunk/samples/customer-dojo-webapp/build.xml b/sca-java-1.x/trunk/samples/customer-dojo-webapp/build.xml
index ca448e7fb5..db10db5adf 100644
--- a/sca-java-1.x/trunk/samples/customer-dojo-webapp/build.xml
+++ b/sca-java-1.x/trunk/samples/customer-dojo-webapp/build.xml
@@ -60,10 +60,6 @@
<target name="package" depends="compile"/>
<target name="clean">
- <delete includeemptydirs="true">
- <fileset dir="target"/>
- </delete>
+ <delete dir="target" includeemptydirs="true"/>
</target>
-
-
</project>