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)