From 1121ceba04131669a95e6cc7e3cb83a3a87c8ea2 Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 7 Oct 2009 15:18:12 -0700 Subject: [PATCH] SDK: remove default.properties from ApiDemos It's annoying to have to maintain this. Remove it and understand why we needed it in the first place. If we do, we'll generate it when packaging the SDK rather than have it in the tree. SDK BUG 2144477 --- samples/ApiDemos/default.properties | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 samples/ApiDemos/default.properties diff --git a/samples/ApiDemos/default.properties b/samples/ApiDemos/default.properties deleted file mode 100644 index 4e561dc7b..000000000 --- a/samples/ApiDemos/default.properties +++ /dev/null @@ -1,11 +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. - -# Project target. -target=android-Eclair