Mercurial > 510ConnectbotMonitor
annotate ant.properties @ 20:943df7400741
enable some debug logging
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 08 Jul 2014 09:14:29 -0700 |
parents | 64680e72b554 |
children |
rev | line source |
---|---|
11
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
1 # This file is used to override default values used by the Ant build system. |
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
2 # |
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
3 # This file must be checked in Version Control Systems, as it is |
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
4 # integral to the build system of your project. |
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
5 |
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
6 # This file is only used by the Ant script. |
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
7 |
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
8 # You can use this to override default values such as |
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
9 # 'source.dir' for the location of your java source folder and |
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
10 # 'out.dir' for the location of your output folder. |
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
11 |
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
12 # You can also use it define how the release builds are signed by declaring |
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
13 # the following properties: |
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
14 # 'key.store' for the location of your keystore and |
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
15 # 'key.alias' for the name of the key to use. |
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
16 # The password will be asked during the build when you use the 'release' target. |
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
17 |
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
18 source.dir=src |
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
19 out.dir=bin |
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
20 key.store=510Connectbot.keystore |
64680e72b554
add missing reference to the keystore
Carl Byington <carl@five-ten-sg.com>
parents:
diff
changeset
|
21 key.alias=510Connectbot |