summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sca-java-1.x/trunk/samples/helloworld-bpel/build.xml4
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>