diff options
author | Thorsten Behrens <tbehrens@suse.com> | 2013-02-11 23:39:00 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-02-11 23:39:46 +0100 |
commit | 412d3cfd957f4d8a068121d1cef5f231959baf5b (patch) | |
tree | cba416d6d05d89c99cb0b4c0162ee40d2478eeba | |
parent | 9e5e1dc6897bcdd81d86282f2df86d762d462972 (diff) |
Remove empty ant.properties
And ignore it henceforth - it will be usefull locally for release
code signing.
Change-Id: If870a39140541834bd97fb247967712f30acff63
-rw-r--r-- | android/sdremote/.gitignore | 1 | ||||
-rw-r--r-- | android/sdremote/ant.properties | 17 |
2 files changed, 1 insertions, 17 deletions
diff --git a/android/sdremote/.gitignore b/android/sdremote/.gitignore index b04e09da3f9f..211e4ffa9972 100644 --- a/android/sdremote/.gitignore +++ b/android/sdremote/.gitignore @@ -1 +1,2 @@ /translations* +/ant.properties diff --git a/android/sdremote/ant.properties b/android/sdremote/ant.properties deleted file mode 100644 index b0971e891efd..000000000000 --- a/android/sdremote/ant.properties +++ /dev/null @@ -1,17 +0,0 @@ -# This file is used to override default values used by the Ant build system. -# -# This file must be checked into Version Control Systems, as it is -# integral to the build system of your project. - -# This file is only used by the Ant script. - -# You can use this to override default values such as -# 'source.dir' for the location of your java source folder and -# 'out.dir' for the location of your output folder. - -# You can also use it define how the release builds are signed by declaring -# the following properties: -# 'key.store' for the location of your keystore and -# 'key.alias' for the name of the key to use. -# The password will be asked during the build when you use the 'release' target. - |