From 3ed636635d7fa0e9c67af498b2db344fa69fd3d3 Mon Sep 17 00:00:00 2001 From: Tim Su Date: Fri, 3 Dec 2010 15:34:35 -0800 Subject: [PATCH] Added release engineering for custom builds --- .gitignore | 1 + astrid/build.properties | 5 +++-- astrid/build.xml | 49 ++++++++++++++++++++++++++++++++++++----- build.xml | 42 +++++++++++++++++++++++++++++++++++ 4 files changed, 89 insertions(+), 8 deletions(-) create mode 100644 build.xml diff --git a/.gitignore b/.gitignore index ec273cc3c..1835801a3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ gen local.properties ecbuild astrid/bin +release dev lp-translations/ translations/strings.xml diff --git a/astrid/build.properties b/astrid/build.properties index 0628492c8..5a5459665 100644 --- a/astrid/build.properties +++ b/astrid/build.properties @@ -11,5 +11,6 @@ source.dir=${out.dir}/source astrid.sources=src,common-src,plugin-src,src-legacy,rmilk-src # Keystore -key.store=/etc/todoroo/keystore -key.alias=anddev.keystore +signjar.keystore=/etc/todoroo/keystore +signjar.keyalias=anddev.keystore +signjar.passfile=/etc/todoroo/keypass diff --git a/astrid/build.xml b/astrid/build.xml index 5ccd5b184..ad26fcb0a 100644 --- a/astrid/build.xml +++ b/astrid/build.xml @@ -95,30 +95,67 @@ + ====== context classes without setContext ===== - + ====== entry points without initializing Astrid DI ===== - + - + + location="../release/${ant.project.name}-${manifest.version.code}-${manifest.version.name}-release.apk" /> + + + + - Final Release Package: ${out.final.package} + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build.xml b/build.xml new file mode 100644 index 000000000..8bfec399d --- /dev/null +++ b/build.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +