From 68a72378a641788435c5b7854a9e1557b4e84f5b Mon Sep 17 00:00:00 2001 From: Yohann Roussel Date: Tue, 5 May 2015 14:40:11 +0200 Subject: Prepare distributable files in a single folder Default target was renamed "all", a new dist target was added doing just the files required for distribution. Bug: 20815603 (cherry picked from commit 032af85a4757447f6f7b37f6dd8fc3ee63a3d934) Change-Id: I99706d6bcde6df1f111044d0b3840c8e16226a7d --- build.xml | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 66f6b3f..a56745d 100644 --- a/build.xml +++ b/build.xml @@ -15,11 +15,11 @@ limitations under the License. --> - + - @@ -28,7 +28,8 @@ jill-api-lib-clean, jill-api-src-clean, jillunittests-clean, - asm4-clean" /> + asm4-clean, + dist-clean"/> @@ -36,6 +37,28 @@ + + + + + + + + + + + + + + + + + + + + -- cgit v1.1