summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-25 09:41:33 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-25 09:41:33 +0000
commit49ffa3fb909dcb3dcaa6d26fd3a056214dd72b27 (patch)
tree6541d1f1f6b30b739d2133ff327cadb8c4880013 /sca-java-1.x/trunk/tutorials
parent2bdf5388484fb94325cc7eb6cfa8fddf6d679bbc (diff)
Merge r998257 Fix code for clean target in generated build.xml files (TUSCANY-3680)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027005 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials')
-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">