diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-07-02 21:24:02 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-07-02 21:24:02 -0700 |
commit | a1a18f77a50804e0127dfa4b0f5240c49c541184 (patch) | |
tree | 19a38880afe505beddb5590379a8134d7730a277 /subsonic-android/tests/build.properties | |
parent | b61d787706979e7e20f4c3c4f93c1f129d92273f (diff) | |
download | dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.tar.gz dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.tar.bz2 dsub-a1a18f77a50804e0127dfa4b0f5240c49c541184.zip |
Initial Commit
Diffstat (limited to 'subsonic-android/tests/build.properties')
-rw-r--r-- | subsonic-android/tests/build.properties | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/subsonic-android/tests/build.properties b/subsonic-android/tests/build.properties new file mode 100644 index 00000000..a6504854 --- /dev/null +++ b/subsonic-android/tests/build.properties @@ -0,0 +1,15 @@ +# 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. + +# The name of your application package as defined in the manifest. +# Used by the 'uninstall' rule. +#application-package=com.example.myproject + +# The name of the source folder. +#source-folder=src + +# The name of the output folder. +#out-folder=bin + |