From 6adb5a729a401cc10a66371cd229435449455cc6 Mon Sep 17 00:00:00 2001 From: Nikolay Pultsin Date: Sat, 20 Nov 2010 05:33:34 +0000 Subject: [PATCH] clean target has been splitted into clean (that deletes temporary files) and distclean (that depends on clean and deletes native libraries too) --- build.xml | 47 +++++++---------------------------------------- 1 file changed, 7 insertions(+), 40 deletions(-) diff --git a/build.xml b/build.xml index eb64a283c..ff90a5ba7 100644 --- a/build.xml +++ b/build.xml @@ -64,14 +64,11 @@ - - - - + - + @@ -81,42 +78,9 @@ + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -128,7 +92,10 @@ - + + + +