diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2012-02-27 17:17:39 +0100 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2012-02-27 17:17:39 +0100 |
commit | 418fe716c111e84e5601ac6e07660e40e72e01f4 (patch) | |
tree | 40440603d6ab17505118afbf30b3ec617eeccdba /project.properties | |
parent | 51f2f15221d00695e1cd34c213d05ba20ac18e2c (diff) | |
download | BlueGPS-418fe716c111e84e5601ac6e07660e40e72e01f4.zip BlueGPS-418fe716c111e84e5601ac6e07660e40e72e01f4.tar.gz BlueGPS-418fe716c111e84e5601ac6e07660e40e72e01f4.tar.bz2 |
changes in structure project from ADT 14.0.0
ADT 1.4 has introduced change in the structure of projets : http://developer.android.com/sdk/eclipse-adt.html#notes
Diffstat (limited to 'project.properties')
-rw-r--r-- | project.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/project.properties b/project.properties new file mode 100644 index 0000000..05c1419 --- /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-5 |