diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-06-10 06:18:14 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-06-10 06:18:14 -0700 |
commit | 8f63b70e89996ab44b5949e47d389888cf819981 (patch) | |
tree | cb7db7b4a2febe038bc7e688bc34a9a87905ca66 /subsonic-android/ant.properties | |
parent | 3659a8bd2f40e4ba906fa73bfa7d75c29dc5990b (diff) | |
parent | 51cd59e90977f02317cc2b5d4b45dc78250b22b2 (diff) | |
download | dsub-8f63b70e89996ab44b5949e47d389888cf819981.tar.gz dsub-8f63b70e89996ab44b5949e47d389888cf819981.tar.bz2 dsub-8f63b70e89996ab44b5949e47d389888cf819981.zip |
Merge
Diffstat (limited to 'subsonic-android/ant.properties')
-rw-r--r-- | subsonic-android/ant.properties | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/subsonic-android/ant.properties b/subsonic-android/ant.properties deleted file mode 100644 index de5f19ef..00000000 --- a/subsonic-android/ant.properties +++ /dev/null @@ -1,20 +0,0 @@ -# This file is used to override default values used by the Ant build system. -# -# This file must be checked in 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. - -key.store=C:/Users/Scott/Documents/Subsonic/subsonic-android/subsonic.keystore -key.alias=subsonic - |