From d83db5d42be852aa058a69a4f379bcad401699a4 Mon Sep 17 00:00:00 2001 From: dswitkin Date: Wed, 29 Oct 2008 19:50:37 +0000 Subject: [PATCH] Added another target for building a debug key signed Android client, and removed the old optimized target from core. git-svn-id: http://zxing.googlecode.com/svn/trunk@650 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- android/build.xml | 16 ++++++++++++++++ core/build.xml | 25 ++----------------------- 2 files changed, 18 insertions(+), 23 deletions(-) diff --git a/android/build.xml b/android/build.xml index cba1c990..b036492e 100644 --- a/android/build.xml +++ b/android/build.xml @@ -291,6 +291,22 @@ only when the assets dir exists. --> + + + Packaging ${out-debug-package}, and signing it with a debug key... + + + + + + + + + + + + + diff --git a/core/build.xml b/core/build.xml index bf82802e..7a71be8e 100644 --- a/core/build.xml +++ b/core/build.xml @@ -63,35 +63,14 @@ + - - - - - - - - - - - - - - - - - - - - - -- 2.20.1