diff --git a/.gitignore b/.gitignore index 2936b6785..29271601a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# Local per-repo rules can be added to the .git/info/exclude file in your +# repo. These rules are not committed with the repo so they are not shared +# with others. This method can be used for locally-generated files that you +# don’t expect other users to generate, like files created by your editor. .settings bin coverage diff --git a/build.xml b/build.xml index f844364e9..0ddd53310 100644 --- a/build.xml +++ b/build.xml @@ -4,7 +4,7 @@ - + - - - + + + - - - + + + - - - - - - - Building version number ${version-name} - + + Building version number ${current-version-name} + - - - - - Building version number ${version-name} - + + + - - Setting version to ${version-name} - You can't set the version without passing -Dversion-name=1.234 - - - - - - - + + + - - - Bumping K-9 to ${version-name} - + + + + + Building version number ${current-version-name} + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Setting version to ${version-name} + + + + + + + + + Bumped K-9 to ${version-name} + + + + + + + + + + + + + + + + Creating library ${rclib} for remote control applications - + + Uploading to Google Code using Google::Code::Upload - - - - + + - + - - + + - + - - - + + + - - - - + + + + rclib: Creates library for remote control applications. astyle: Make K-9's source look like it's supposed to. @@ -183,59 +215,18 @@ monkey: Runs monkey on the running emulator. Change the defaults -Dmonkey.seed=NUM and -Dmonkey.count=NUM from 0 and 200, respectively. - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -244,46 +235,29 @@ + - - - - - - + + + + + + - - - - - - - - - + - - - + + @@ -296,7 +270,9 @@ - - + + + + diff --git a/build_common.xml b/build_common.xml new file mode 100644 index 000000000..7684c973b --- /dev/null +++ b/build_common.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tests/build.xml b/tests/build.xml index 0ae4c5832..aab735c87 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -1,10 +1,10 @@ - + - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - @@ -227,19 +173,14 @@ - - - - - + - + @@ -268,7 +209,9 @@ ant [emma] [debug] artifacts + + + - diff --git a/tools/ant-contrib.jar b/tools/ant-contrib.jar new file mode 100644 index 000000000..174cc8035 Binary files /dev/null and b/tools/ant-contrib.jar differ