-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbuild.template.properties
54 lines (45 loc) · 1.22 KB
/
build.template.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# IMPORTANT Change to your local system paths before using ANT
#Toggle on/off specific targets
run.test = true
run.asdoc = true
logging = false
autolaunch.url = true
mobile = false
csstidy=false
#compiler mode: debug, optimize, apparat
compile.type = debug
#platform air or flash
compile.platform=flash
# Build paths
FLEX_HOME = path/to/sdk
#android.sdk = path/to/sdk
#APPARAT_HOME = path/to/apparat/
#SCALA_HOME = path/to/sdk
#Properties file for build.xml
project.name = AntPileProject
#Version number
ver.num=v0.0.0
project.name.versioned=${project.name}-${ver.num}
deploy.name.versioned=${project.name}-${ver.num}
#browser
browser = Safari
report.url = ${report.loc}/html/index.html
#Air Dev
app.package=com.flashartofwar.${project.name}
password=password
## Don't change these settings ###
#build locations
asdoc.loc=${FLEX_HOME}/bin/asdoc
main.src.loc=${basedir}/src
test.src.loc=${basedir}/test
doc.loc=${basedir}/docs
lib.loc=${basedir}/build/libs
bin.loc=${basedir}/bin
report.loc=${basedir}/report
template.loc=${basedir}/build/templates
includes.loc=${basedir}/build/build-includes
air.swcs=${FLEX_HOME}/frameworks/libs/air
adb=${android.sdk}/tools/adb
apks.loc=${basedir}/bin-air
tmp.loc=${basedir}/tmp
logs.loc=${report.loc}/logs