source: trunk/fl5/build/build.properties @ 1467

Revision 1467, 2.1 KB checked in by zach, 2 years ago (diff)

Fixing version number

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