diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-25 09:41:33 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-25 09:41:33 +0000 |
commit | 49ffa3fb909dcb3dcaa6d26fd3a056214dd72b27 (patch) | |
tree | 6541d1f1f6b30b739d2133ff327cadb8c4880013 /sca-java-1.x/trunk/tutorials/store/catalog-webapp | |
parent | 2bdf5388484fb94325cc7eb6cfa8fddf6d679bbc (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/store/catalog-webapp')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/store/catalog-webapp/build.xml | 4 |
1 files changed, 1 insertions, 3 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">
|