summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/samples/photo-gallery/build.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/photo-gallery/build.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/photo-gallery/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/photo-gallery/build.xml
index 765f853f38..b75baac6da 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/photo-gallery/build.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/photo-gallery/build.xml
@@ -68,9 +68,7 @@
</target>
<target name="clean">
- <delete quiet="true" includeemptydirs="true">
- <fileset dir="target"/>
- </delete>
+ <delete dir="target" includeemptydirs="true"/>
</target>
<fileset id="3rdparty.jars" dir="../../lib">