From 77f41cce22b367c8bf32b488ac5d336eef1f8edf 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: https://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 cba1c990d..b036492e2 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 bf82802eb..7a71be8ed 100644 --- a/core/build.xml +++ b/core/build.xml @@ -63,35 +63,14 @@ + - - - - - - - - - - - - - - - - - - - - -