-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.template.properties
45 lines (36 loc) · 1005 Bytes
/
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
# IMPORTANT Change to your local system paths before using ANT
#Toggle on/off specific targets
run.test = true
run.asdoc = true
autolaunch.url = true
#compiler mode: debug, optimize, apparat
compile.type=debug
# Build paths
FLEX_HOME=
APPARAT_HOME=
SCALA_HOME=
#Properties file for build.xml
project.name=FBoxModel
#Version number
ver.num=v0.7.0-beta
project.name.versioned=${project.name}-${ver.num}
deploy.name.versioned=${project.name}-${ver.num}
#browser
browser=
report.url = ${report.loc}/html/index.html
## 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}/doc
lib.loc=${basedir}/build/libs
bin.loc=${basedir}/bin
report.loc=${basedir}/report
lib.deploy.dir=bin.loc=${basedir}/bin
template.loc=${basedir}/build/templates
includes.loc=${basedir}/build/build-includes
#Air Dev
app.package=com.flashartofwar.${project.name}
password=password
air.swcs=${FLEX_HOME}/frameworks/libs/air