source: branches/jw6/build/build.properties @ 2166

Revision 2166, 2.2 KB checked in by pablo, 13 months ago (diff)

Branch for v6 dev work

RevLine 
[2166]1# -----------------------------------------------------------------
2# User-Defined
3#
4# Modify these path values to reflect paths on your system
5# -----------------------------------------------------------------
6
7# The location of the Flex SDK on your sytem.
8# flexsdk = C:/Program Files/Adobe/Flex Builder 3/sdks/3.3.0
9# Replace the above line with the following for unix / OS X, replacing the path
10# flexsdk = /Applications/Adobe-Flash-Builder-4/sdks/3.3.0
11flexsdk = /Developer/SDKs/flex_sdk_4
12
13# Extension for Windows setups
14# execextension = .exe
15# Value should be left blank for Unix / OS X
16execextension =
17
18flexsdk.bin.dir = ${flexsdk}/bin
19flexsdk.lib.dir = ${flexsdk}/frameworks/libs
20
21# Flash player target
22flexsdk.target = 10.0.0
23
24browser = C:/Program Files/Mozilla Firefox/firefox.exe
25
26# Note that the locale dir uses the {locale} token at the end to specify the directory
27# of language-specific files.  This is replaced by the compiler with the locale defined
28# by the locale property below.
29flexsdk.locale = en_US
30flexsdk.locale.dir = ${flexsdk}/frameworks/locale/${flexsdk.locale}
31
32
33asdoc.exe = ${flexsdk.bin.dir}/asdoc${execextension}
34compc.exe = ${flexsdk.bin.dir}/compc${execextension}
35mxmlc.exe = ${flexsdk.bin.dir}/mxmlc${execextension}
36
37# The location of Flex Unit on your sytem.
38flexunit = C:/Program Files/Adobe/FlexUnit
39
40flexunit.lib.dir = ${flexunit}/libs
41
42flashDebugPlayer.exe = C:/Program Files/Adobe/Flex Builder 3/Player/win/FlashPlayer.exe
43
44# -----------------------------------------------------------------
45# Project Files - DO NOT MODIFY
46# -----------------------------------------------------------------
47application.package = com/longtailvideo/jwplayer/player
48application.class = Player
49application.majorversion = 5
50application.minorversion = 9
51
52# -----------------------------------------------------------------
53# Project Paths - DO NOT MODIFY
54# -----------------------------------------------------------------
55build.dir = ${basedir}/build
56src.dir = ${basedir}/src
57lib.dir = ${basedir}/libs
58release.dir = ${basedir}/bin-release
59debug.dir = ${basedir}/bin-debug
60docs.dir = ${basedir}/asdoc
61test.src.dir = ${basedir}/test
62test.bin.dir = ${basedir}/bin-test
63sdk.dir = ${release.dir}/sdk
Note: See TracBrowser for help on using the repository browser.