source: tags/mediaplayer-5.0/build/build.properties @ 856

Revision 856, 1.8 KB checked in by pablo, 3 years ago (diff)

Re-tagging 5.1 release candidate

Line 
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.
8flexsdk = C:/Program Files/Adobe/Flex Builder 3/sdks/3.3.0
9
10flexsdk.bin.dir = ${flexsdk}/bin
11flexsdk.lib.dir = ${flexsdk}/frameworks/libs
12
13# Flash player target
14flexsdk.target = 10.0.0
15
16browser = C:/Program Files/Mozilla Firefox/firefox.exe
17
18# Note that the locale dir uses the {locale} token at the end to specify the directory
19# of language-specific files.  This is replaced by the compiler with the locale defined
20# by the locale property below.
21flexsdk.locale = en_US
22flexsdk.locale.dir = ${flexsdk}/frameworks/locale/${flexsdk.locale}
23
24execextention = .exe
25
26asdoc.exe = ${flexsdk.bin.dir}/asdoc${execextention}
27compc.exe = ${flexsdk.bin.dir}/compc${execextention}
28mxmlc.exe = ${flexsdk.bin.dir}/mxmlc${execextention}
29
30# The location of Flex Unit on your sytem.
31flexunit = C:/Program Files/Adobe/FlexUnit
32
33flexunit.lib.dir = ${flexunit}/libs
34
35flashDebugPlayer.exe = C:/Program Files/Adobe/Flex Builder 3/Player/win/FlashPlayer.exe
36
37# -----------------------------------------------------------------
38# Project Files - DO NOT MODIFY
39# -----------------------------------------------------------------
40application.package = com/longtailvideo/jwplayer/player
41application.class = Player
42
43# -----------------------------------------------------------------
44# Project Paths - DO NOT MODIFY
45# -----------------------------------------------------------------
46build.dir = ${basedir}/build
47src.dir = ${basedir}/src
48lib.dir = ${basedir}/libs
49release.dir = ${basedir}/bin-release
50debug.dir = ${basedir}/bin-debug
51docs.dir = ${basedir}/asdoc
52test.src.dir = ${basedir}/test
53test.bin.dir = ${basedir}/bin-test
54sdk.dir = ${release.dir}/sdk
Note: See TracBrowser for help on using the repository browser.