| [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 |
|---|
| 11 | flexsdk = /Developer/SDKs/flex_sdk_4 |
|---|
| 12 | |
|---|
| 13 | # Extension for Windows setups |
|---|
| 14 | # execextension = .exe |
|---|
| 15 | # Value should be left blank for Unix / OS X |
|---|
| 16 | execextension = |
|---|
| 17 | |
|---|
| 18 | flexsdk.bin.dir = ${flexsdk}/bin |
|---|
| 19 | flexsdk.lib.dir = ${flexsdk}/frameworks/libs |
|---|
| 20 | |
|---|
| 21 | # Flash player target |
|---|
| 22 | flexsdk.target = 10.0.0 |
|---|
| 23 | |
|---|
| 24 | browser = 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. |
|---|
| 29 | flexsdk.locale = en_US |
|---|
| 30 | flexsdk.locale.dir = ${flexsdk}/frameworks/locale/${flexsdk.locale} |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | asdoc.exe = ${flexsdk.bin.dir}/asdoc${execextension} |
|---|
| 34 | compc.exe = ${flexsdk.bin.dir}/compc${execextension} |
|---|
| 35 | mxmlc.exe = ${flexsdk.bin.dir}/mxmlc${execextension} |
|---|
| 36 | |
|---|
| 37 | # The location of Flex Unit on your sytem. |
|---|
| 38 | flexunit = C:/Program Files/Adobe/FlexUnit |
|---|
| 39 | |
|---|
| 40 | flexunit.lib.dir = ${flexunit}/libs |
|---|
| 41 | |
|---|
| 42 | flashDebugPlayer.exe = C:/Program Files/Adobe/Flex Builder 3/Player/win/FlashPlayer.exe |
|---|
| 43 | |
|---|
| 44 | # ----------------------------------------------------------------- |
|---|
| 45 | # Project Files - DO NOT MODIFY |
|---|
| 46 | # ----------------------------------------------------------------- |
|---|
| 47 | application.package = com/longtailvideo/jwplayer/player |
|---|
| 48 | application.class = Player |
|---|
| 49 | application.majorversion = 5 |
|---|
| 50 | application.minorversion = 9 |
|---|
| 51 | |
|---|
| 52 | # ----------------------------------------------------------------- |
|---|
| 53 | # Project Paths - DO NOT MODIFY |
|---|
| 54 | # ----------------------------------------------------------------- |
|---|
| 55 | build.dir = ${basedir}/build |
|---|
| 56 | src.dir = ${basedir}/src |
|---|
| 57 | lib.dir = ${basedir}/libs |
|---|
| 58 | release.dir = ${basedir}/bin-release |
|---|
| 59 | debug.dir = ${basedir}/bin-debug |
|---|
| 60 | docs.dir = ${basedir}/asdoc |
|---|
| 61 | test.src.dir = ${basedir}/test |
|---|
| 62 | test.bin.dir = ${basedir}/bin-test |
|---|
| 63 | sdk.dir = ${release.dir}/sdk |
|---|