From 4476f11494384eef55f8fd76a54d988f51745702 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Wed, 19 Oct 2011 00:38:47 -0700 Subject: Update build script to new tools --- tests/ant.properties | 21 ++++++++++++ tests/build.properties | 16 --------- tests/build.xml | 86 +++++++++++++++++++++++++++++------------------- tests/default.properties | 13 -------- tests/project.properties | 13 ++++++++ 5 files changed, 86 insertions(+), 63 deletions(-) create mode 100644 tests/ant.properties delete mode 100644 tests/build.properties delete mode 100644 tests/default.properties create mode 100644 tests/project.properties (limited to 'tests') diff --git a/tests/ant.properties b/tests/ant.properties new file mode 100644 index 0000000..366f276 --- /dev/null +++ b/tests/ant.properties @@ -0,0 +1,21 @@ +# This file is used to override default values used by the Ant build system. +# +# This file must be checked in Version Control Systems, as it is +# integral to the build system of your project. + +# This file is only used by the Ant script. + +# You can use this to override default values such as +# 'source.dir' for the location of your java source folder and +# 'out.dir' for the location of your output folder. + +# You can also use it define how the release builds are signed by declaring +# the following properties: +# 'key.store' for the location of your keystore and +# 'key.alias' for the name of the key to use. +# The password will be asked during the build when you use the 'release' target. + +tested.project.dir=.. +source-folder=src +application-package=org.connectbot +out-folder=bin diff --git a/tests/build.properties b/tests/build.properties deleted file mode 100644 index 4d72305..0000000 --- a/tests/build.properties +++ /dev/null @@ -1,16 +0,0 @@ -# This file is used to override default values used by the Ant build system. -# -# This file must be checked in Version Control Systems, as it is -# integral to the build system of your project. - -# The name of your application package as defined in the manifest. -# Used by the 'uninstall' rule. -application-package=org.connectbot - -# The name of the source folder. -source-folder=src - -# The name of the output folder. -out-folder=bin - -tested.project.dir=.. diff --git a/tests/build.xml b/tests/build.xml index cb7acbb..b508b66 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -1,15 +1,14 @@ - + - - + + - - + - - + - - - + + - + + + + + + + + + + + @@ -85,28 +106,25 @@ Saving the report file in ${basedir}/coverage/coverage.xml - - + + diff --git a/tests/default.properties b/tests/default.properties deleted file mode 100644 index 6c3a26d..0000000 --- a/tests/default.properties +++ /dev/null @@ -1,13 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system use, -# "build.properties", and override values to adapt the script to your -# project structure. - -# Indicates whether an apk should be generated for each density. -split.density=false -# Project target. -target=android-11 diff --git a/tests/project.properties b/tests/project.properties new file mode 100644 index 0000000..d1f88bc --- /dev/null +++ b/tests/project.properties @@ -0,0 +1,13 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system use, +# "ant.properties", and override values to adapt the script to your +# project structure. + +# Indicates whether an apk should be generated for each density. +split.density=false +# Project target. +target=android-11 -- cgit v1.2.3