diff options
author | Robin Watts <robin.watts@artifex.com> | 2010-12-02 18:52:55 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2010-12-02 18:52:55 +0000 |
commit | cd7c8b147ad173f7071d3b1d115e913fc08c5cc3 (patch) | |
tree | a99ff136ac5458d54b1d1ee5f8856c8c46a3905e /android/build.properties | |
parent | b31a16f7bb711764fab3722898e1b459ca79a1e1 (diff) | |
download | mupdf-cd7c8b147ad173f7071d3b1d115e913fc08c5cc3.tar.xz |
Import Android demo.
Diffstat (limited to 'android/build.properties')
-rw-r--r-- | android/build.properties | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/android/build.properties b/android/build.properties new file mode 100644 index 00000000..edc7f230 --- /dev/null +++ b/android/build.properties @@ -0,0 +1,17 @@ +# 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. + |