diff options
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/build.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/build.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/build.xml index edfeb06195..ebefa279f2 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/build.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/build.xml @@ -61,9 +61,7 @@ <target name="package" depends="compile"/> <target name="clean"> - <delete includeemptydirs="true"> - <fileset dir="target"/> - </delete> + <delete dir="target" includeemptydirs="true"/> </target> |