Mercurial > MadButterfly
annotate Android/examples/testpath/build.properties @ 1162:64c54ef39480
Check in example for debugging
author | wycc |
---|---|
date | Mon, 27 Dec 2010 23:20:13 +0800 |
parents | e505597c17fb |
children |
rev | line source |
---|---|
501
e505597c17fb
testpath is an Android Java application for demo MadButterfly.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
1 # This file is used to override default values used by the Ant build system. |
e505597c17fb
testpath is an Android Java application for demo MadButterfly.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
2 # |
e505597c17fb
testpath is an Android Java application for demo MadButterfly.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
3 # This file must be checked in Version Control Systems, as it is |
e505597c17fb
testpath is an Android Java application for demo MadButterfly.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
4 # integral to the build system of your project. |
e505597c17fb
testpath is an Android Java application for demo MadButterfly.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
5 |
e505597c17fb
testpath is an Android Java application for demo MadButterfly.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
6 # This file is only used by the Ant script. |
e505597c17fb
testpath is an Android Java application for demo MadButterfly.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
7 |
e505597c17fb
testpath is an Android Java application for demo MadButterfly.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
8 # You can use this to override default values such as |
e505597c17fb
testpath is an Android Java application for demo MadButterfly.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
9 # 'source-folder' for the location of your java source folder and |
e505597c17fb
testpath is an Android Java application for demo MadButterfly.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
10 # 'out-folder' for the location of your output folder. |
e505597c17fb
testpath is an Android Java application for demo MadButterfly.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
11 |
e505597c17fb
testpath is an Android Java application for demo MadButterfly.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
12 # You can also use it define how the release builds are signed by declaring |
e505597c17fb
testpath is an Android Java application for demo MadButterfly.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
13 # the following properties: |
e505597c17fb
testpath is an Android Java application for demo MadButterfly.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
14 # 'key.store' for the location of your keystore and |
e505597c17fb
testpath is an Android Java application for demo MadButterfly.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
15 # 'key.alias' for the name of the key to use. |
e505597c17fb
testpath is an Android Java application for demo MadButterfly.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
16 # The password will be asked during the build when you use the 'release' target. |
e505597c17fb
testpath is an Android Java application for demo MadButterfly.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
17 |
e505597c17fb
testpath is an Android Java application for demo MadButterfly.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
18 # The name of your application package as defined in the manifest. |
e505597c17fb
testpath is an Android Java application for demo MadButterfly.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
19 # Used by the 'uninstall' rule. |
e505597c17fb
testpath is an Android Java application for demo MadButterfly.
Thinker K.F. Li <thinker@branda.to>
parents:
diff
changeset
|
20 application-package=org.madbutterfly.android.examples.testpath |