aboutsummaryrefslogtreecommitdiffstats
path: root/tests/build.properties
blob: 4d72305ba43cb5664496c2900d02f1997087fee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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=org.connectbot

# The name of the source folder.
source-folder=src

# The name of the output folder.
out-folder=bin

tested.project.dir=..