From ef43f753da659f190c57a03304714252056b8d9d Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Fri, 13 Nov 2009 00:39:50 +0000 Subject: [PATCH] Removed ancient build.xml files from when we were switching from 1.1 to 1.5. (1.5 is now the default in build.xml) --- build-sdk-1.1.xml | 297 -------------------------------------------- build-sdk-1.5.xml | 305 ---------------------------------------------- 2 files changed, 602 deletions(-) delete mode 100644 build-sdk-1.1.xml delete mode 100644 build-sdk-1.5.xml diff --git a/build-sdk-1.1.xml b/build-sdk-1.1.xml deleted file mode 100644 index 60bbafb64..000000000 --- a/build-sdk-1.1.xml +++ /dev/null @@ -1,297 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Creating output directories if needed... - - - - - - - Generating R.java / Manifest.java from the resources... - - - - - - - - - - - - - - - - - - - - - - Compiling aidl files into Java classes... - - - - - - - - - - - - - - - - - - - - - - Converting compiled files and external libraries into ${outdir}/${dex-file}... - - - - - - - - - - - - Packaging resources and assets... - - - - - - - - - - - - - - - - - - - Packaging resources... - - - - - - - - - - - - - - - - - - - - - - - - - - Packaging ${out-debug-package}, and signing it with a debug key... - - - - - - - - - - - - - - - - Packaging ${out-unsigned-package} for release... - - - - - - - - - - - - - Signing ${out-unsigned-package} - - - - - - - - - - - - - - - Installing ${out-debug-package} onto default emulator... - - - - - - - - Installing ${out-debug-package} onto default emulator... - - - - - - - - - - Uninstalling ${application-package} from the default emulator... - - - - - - - diff --git a/build-sdk-1.5.xml b/build-sdk-1.5.xml deleted file mode 100644 index 55635f852..000000000 --- a/build-sdk-1.5.xml +++ /dev/null @@ -1,305 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Creating output directories if needed... - - - - - - - - - - Generating R.java / Manifest.java from the resources... - - - - - - - - - - - - - - - - - - - - - - - Compiling aidl files into Java classes... - - - - - - - - - - - - - - - - - - - - - - - - - - Converting compiled files and external libraries into ${out-folder}/${dex-file}... - - - - - - - - - - - - Packaging resources - - - - - - - - - - - - - - - - - - - - - - Signing ${out-unsigned-package} - - - - - - - - - - - - - - - Installing ${out-debug-package} onto default emulator... - - - - - - - - Installing ${out-debug-package} onto default emulator... - - - - - - - - - - Uninstalling ${application-package} from the default emulator... - - - - - - - - - Android Ant Build. Available targets: - help: Displays this help. - debug: Builds the application and sign it with a debug key. - release: Builds the application. The generated apk file must be - signed before it is published. - install: Installs the debug package onto a running emulator or - device. This can only be used if the application has - not yet been installed. - reinstall: Installs the debug package on a running emulator or - device that already has the application. - The signatures must match. - uninstall: uninstall the application from a running emulator or - device. - - -