From e7a78d9a7a505965414ad8789eff0b59af5344d9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 25 Nov 2011 20:47:53 +0300 Subject: add new adt stuff --- .classpath | 2 +- default.properties | 11 ----------- project.properties | 11 +++++++++++ 3 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 default.properties create mode 100644 project.properties diff --git a/.classpath b/.classpath index c0a1d526..ff296978 100644 --- a/.classpath +++ b/.classpath @@ -5,5 +5,5 @@ - + diff --git a/default.properties b/default.properties deleted file mode 100644 index d1cacf1a..00000000 --- a/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-11 diff --git a/project.properties b/project.properties new file mode 100644 index 00000000..d79abae1 --- /dev/null +++ b/project.properties @@ -0,0 +1,11 @@ +# 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. + +# Project target. +target=android-11 -- cgit v1.2.3-54-g00ecf