forked from theflashbum/BitmapScroller
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuild.template.properties
48 lines (38 loc) · 1.26 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
# IMPORTANT Change to your local system paths before using ANT
#Toggle on/off specific targets
run.test = true
run.asdoc = true
autolaunch.url = true
mobile = false
# Build paths
FLEX_HOME = /Applications/Adobe Flash Builder 4/sdks/4.0.0.air_for_android_2.1
android.sdk= /Users/jfreeman/Documents/AndroidDev/android-sdk-mac_86-2.1
#FOR Air on Android 2.2 builds
#FLEX_HOME = /Applications/Adobe Flash Builder 4/sdks/4.0.0.air_for_android_2.2
#android.sdk= /Users/jfreeman/Documents/AndroidDev/android-sdk-mac_86-2.2
#Properties file for build.xml
project.name=BitmapScrollerApp
#Version number
ver.num=v1.5.1-beta
project.name.versioned=${project.name}-${ver.num}
deploy.name.versioned=${project.name}-${ver.num}
#browser
browser = Safari
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
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
#Android Deployment
adb=${android.sdk}/tools/adb