summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/samples/customer-dojo-webapp/build.xml
diff options
context:
space:
mode:
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>