annotate Android/examples/testpath/tests/build.properties @ 1214:e55499f7505a

Fix the issues with multiple framelines - For multiple framelines, user move mouse from one frameline to another, the frame is not showed correctly. - Old implementation always draw normal frame on the frameline where mouse just leaving. - It is fixed by detecting leave-notify event and removing hover mark. - When user active a frame on a frameline that is not what old active frame is at, the old active frame is not deactivated. - It is fixed by calling frameline.deactive() of a frameline when a frame is activated on another frameline.
author Thinker K.F. Li <thinker@codemud.net>
date Wed, 05 Jan 2011 17:56:14 +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