From 56ffee15540f4bdcc64743bad21f97a9e90d98cc Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sun, 3 Oct 2010 17:05:07 +0000 Subject: [PATCH] new releng targets for easier version bumping --- build.xml | 47 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 44 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index f40f3ce35..77491e8a4 100644 --- a/build.xml +++ b/build.xml @@ -76,8 +76,46 @@ Building version number ${version-code} + + + + + Building version number ${version-name} + + + + + + + + + + + + Bumping K-9 to ${version-name} + + + + + + + + + + + + + + + + + + + + + @@ -91,11 +129,11 @@ Uploading to Google Code using Google::Code::Upload - + - + @@ -104,7 +142,7 @@ - + @@ -155,6 +193,9 @@ The signatures must match. uninstall: uninstall the application from a running emulator or device. + bump-version: ant -Dversion-name=3.123 + Bumps the project version to 3.123,tags and commits it + (Only works under git-svn)