aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-06-02 17:33:36 +0000
committerKenny Root <kenny@the-b.org>2009-06-02 17:33:36 +0000
commit8d37fc2a9451881ccb86a3e8aa133473fc1dcee0 (patch)
tree6fe72ea44843cb89e0ff3750d47a363f0661a429 /tests
parentb3b30e58ea88ec070df3148a12c0259837f0148c (diff)
downloadconnectbot-8d37fc2a9451881ccb86a3e8aa133473fc1dcee0.tar.gz
connectbot-8d37fc2a9451881ccb86a3e8aa133473fc1dcee0.tar.bz2
connectbot-8d37fc2a9451881ccb86a3e8aa133473fc1dcee0.zip
Add "clean" and "tests" ant tasks into build.xml
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@262 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'tests')
-rw-r--r--tests/build.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/build.xml b/tests/build.xml
index 1998d9c..cbce2d7 100644
--- a/tests/build.xml
+++ b/tests/build.xml
@@ -58,4 +58,10 @@
targets are used.
-->
<setup />
+
+ <target name="clean"
+ description="Clean up the result of the build process">
+ <delete dir="${out-folder}"/>
+ <delete dir="${gen-folder}"/>
+ </target>
</project>