summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/store
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/store')
-rw-r--r--sca-java-1.x/trunk/tutorials/store/catalog-webapp/build.xml4
-rw-r--r--sca-java-1.x/trunk/tutorials/store/warehouse-spring/build.xml4
2 files changed, 2 insertions, 6 deletions
diff --git a/sca-java-1.x/trunk/tutorials/store/catalog-webapp/build.xml b/sca-java-1.x/trunk/tutorials/store/catalog-webapp/build.xml
index 3247521fe3..ec0fe27f85 100644
--- a/sca-java-1.x/trunk/tutorials/store/catalog-webapp/build.xml
+++ b/sca-java-1.x/trunk/tutorials/store/catalog-webapp/build.xml
@@ -39,9 +39,7 @@
<target name="package" depends="compile"/>
<target name="clean">
- <delete includeemptydirs="true">
- <fileset dir="." includes="target/**"/>
- </delete>
+ <delete dir="target" includeemptydirs="true"/>
</target>
<fileset id="tutorial-assets-jar" dir="../assets/target">
diff --git a/sca-java-1.x/trunk/tutorials/store/warehouse-spring/build.xml b/sca-java-1.x/trunk/tutorials/store/warehouse-spring/build.xml
index 208878c7ae..e70d849752 100644
--- a/sca-java-1.x/trunk/tutorials/store/warehouse-spring/build.xml
+++ b/sca-java-1.x/trunk/tutorials/store/warehouse-spring/build.xml
@@ -44,9 +44,7 @@
<target name="package" depends="compile"/>
<target name="clean">
- <delete includeemptydirs="true">
- <fileset dir="." includes="target/**"/>
- </delete>
+ <delete dir="target" includeemptydirs="true"/>
</target>
<fileset id="tutorial-assets-jar" dir="../assets/target">