From 72e09e709aa42eb188c484e6287d58179aaa5680 Mon Sep 17 00:00:00 2001 From: Philipp Schaefer Date: Tue, 22 Oct 2013 13:09:55 +0200 Subject: [PATCH] - removed test stuff from build.xml - added new build-test.xml for test builds --- mobile/build-test.xml | 205 ++++++++++++++++++++++++++++++++++++++++++ mobile/build.xml | 112 ----------------------- 2 files changed, 205 insertions(+), 112 deletions(-) create mode 100644 mobile/build-test.xml diff --git a/mobile/build-test.xml b/mobile/build-test.xml new file mode 100644 index 00000000..6584fcbd --- /dev/null +++ b/mobile/build-test.xml @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + git.commits: ${git.commits} + + + + + + git.version: ${git.version} + + + + Creating backup of AndroidManifest.xml + + + + + + + + + Restoring backup of AndroidManifest.xml + + + + + Creating backup of strings.xml and preferences.xml + + + + + + + + Restoring backup of strings.xml and preferences.xml + + + + + + + + diff --git a/mobile/build.xml b/mobile/build.xml index 6584fcbd..b8f279b5 100644 --- a/mobile/build.xml +++ b/mobile/build.xml @@ -87,118 +87,6 @@ in order to avoid having your file be overridden by tools such as "android update project" --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - git.commits: ${git.commits} - - - - - - git.version: ${git.version} - - - - Creating backup of AndroidManifest.xml - - - - - - - - - Restoring backup of AndroidManifest.xml - - - - - Creating backup of strings.xml and preferences.xml - - - - - - - - Restoring backup of strings.xml and preferences.xml - - - -