diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2011-10-25 09:32:30 -0700 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2011-10-25 09:32:30 -0700 |
| commit | 02701ff1964407b780b8c0be0d69d513ed1cce85 (patch) | |
| tree | 1ec61e010e03375f6798464c0f4ba99ac68f54d8 | |
| parent | 570a23884b3b962dd513d5eefb97621359441513 (diff) | |
| parent | b783212b1b777f5a4ce75776e41a9f5b40073b53 (diff) | |
| download | cgeo-02701ff1964407b780b8c0be0d69d513ed1cce85.zip cgeo-02701ff1964407b780b8c0be0d69d513ed1cce85.tar.gz cgeo-02701ff1964407b780b8c0be0d69d513ed1cce85.tar.bz2 | |
Merge pull request #712 from blafoo/master
project.properties missing in test project
| -rw-r--r-- | tests/project.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/project.properties b/tests/project.properties new file mode 100644 index 0000000..b00386b --- /dev/null +++ b/tests/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=Google Inc.:Google APIs:8 |
