From 9b41fde10ffdcd6ea83d9dc50c9ca5f634e13998 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 27 Aug 2015 21:35:26 -0700 Subject: Remove some obsolete paths They were from before the gradle change-over. --- .gitignore | 4 -- build.xml | 133 ------------------------------------------------------------- 2 files changed, 137 deletions(-) delete mode 100644 build.xml diff --git a/.gitignore b/.gitignore index bedf6b7..fee0237 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,3 @@ -# generated files -bin/ -gen/ - # translation artifacts launchpad-*.tar.gz diff --git a/build.xml b/build.xml deleted file mode 100644 index 376125b..0000000 --- a/build.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - Android Ant Build. Available targets: - help: Displays this help. - clean: Removes output files created by other targets. - compile: Compiles project's .java files into .class files. - debug: Builds the application and signs it with a debug key. - release: Builds the application. The generated apk file must be - signed before it is published. - install: Installs/reinstalls the debug package onto a running - emulator or device. - If the application was previously installed, the - signatures must match. - uninstall: Uninstalls the application from a running emulator or - device. - translations-import: Import translations from a Launchpad-style - Rosetta translation. - translations-export: Export translations to a Launchpad-style - Rosetta translation. - - - - - Updating resources with Git revision and build date... - - - - - - - - - - - - - - - - - - - - - - ${ant.project.name} ${manifest.version.name} (${git.revision} ${build.date}) - -]]> - - Updated "msg_version" to: ${ant.project.name} ${manifest.version.name} (${git.revision} ${build.date}) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3