diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-25 09:52:38 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-25 09:52:38 +0000 |
commit | 22e0160927d82b7ef3a447f5d7da66c4cf44109d (patch) | |
tree | a305231b4e19029bdfd07db2e47d13d82493b770 /sca-java-1.x/trunk | |
parent | bcf9cf72e2fc3f578dc4031991c959f19a53da97 (diff) |
Merge r998324 Fix code for "clean" target in build.xml files (TUSCANY-3680)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027016 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk')
-rw-r--r-- | sca-java-1.x/trunk/samples/helloworld-bpel/build.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sca-java-1.x/trunk/samples/helloworld-bpel/build.xml b/sca-java-1.x/trunk/samples/helloworld-bpel/build.xml index 4f944dafdb..cebb8a4110 100644 --- a/sca-java-1.x/trunk/samples/helloworld-bpel/build.xml +++ b/sca-java-1.x/trunk/samples/helloworld-bpel/build.xml @@ -87,9 +87,7 @@ </target> <target name="clean"> - <delete includeemptydirs="true"> - <fileset dir="target"/> - </delete> + <delete dir="target" includeemptydirs="true"/> </target> </project> |