Download this file
20 lines (18 with data), 578 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20 | #source
source.dir=${basedir}
player.version=1.0
#### flex compiler
buildtools.dir=${source.dir}/../buildtools
FLEX_HOME=${buildtools.dir}/sdks/4.1.0
FLEX_UNIT_HOME=${buildtools.dir}/plugins/com.adobe.flexbuilder.flexunit_4.0.0.272416/flexunitframework
#### destination
build.dir=${basedir}/build
dist.dir=${basedir}/dist
# logs and reports
reports.dir=${build.dir}
fmp.dir=${dist.dir}/flashmediaplayback
#### build parameters for flash player
flash.target.player.base=10.1
flash.target.player=${flash.target.player.base}.0
flash.use.10.1=true
logging=false
|
×
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.