aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/build.xml b/build.xml
index efbba89..ac99fb5 100644
--- a/build.xml
+++ b/build.xml
@@ -141,13 +141,6 @@
<echo>Updated "msg_version" to: ${ant.project.name} ${manifest.version.name} (${git.revision} ${build.date})</echo>
</target>
- <target name="clean"
- description="Clean up the result of the build process">
- <delete dir="${out.absolute.dir}"/>
- <delete dir="${gen.absolute.dir}"/>
- <ant dir="tests" target="clean" />
- </target>
-
<!-- Translations come from launchpad.net and are placed in the
locale/ subdirectory. -->
<target name="translations-import">