Menu

[r2506]: / osmf / trunk / build.properties  Maximize  Restore  History

Download this file

30 lines (23 with data), 821 Bytes

 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
# File contains default values of properties used in build
# * When adding a path value use only forward slashes(/) or double the
# backward slashed(\\)
#### general parameters
trunk.dir=${basedir}
#### flex compiler parameters
buildtools.dir=${trunk.dir}/buildtools
FLEX_HOME=${buildtools.dir}/sdks/4.5.1
FLEX_UNIT_HOME=${buildtools.dir}/flexunit
#### destination folders
# location of directory where test reports will be saved
# reports.dir=${basedir}/test-reports/
# Note. By default test reports will be saved in ${testProjectDir}/test-reports
#### build parameters for flash player
flash.player.name.to.use=10.1
flash.target.player.base=10.2
flash.target.player=${flash.target.player.base}.0
flash.use.10.1=true
logging=false
debug=false
mock=false
platform=true
swfversion=11
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.