| 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 = /Applications/Adobe Flash Builder Beta 2/sdks/3.3.0 |
|---|
| 9 | |
|---|
| 10 | flexsdk.bin.dir = ${flexsdk}/bin |
|---|
| 11 | flexsdk.lib.dir = ${flexsdk}/frameworks/libs |
|---|
| 12 | |
|---|
| 13 | # Flash player target |
|---|
| 14 | flexsdk.target = 10.0.0 |
|---|
| 15 | |
|---|
| 16 | browser = /Applications/Safari.app |
|---|
| 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. |
|---|
| 21 | flexsdk.locale = en_US |
|---|
| 22 | flexsdk.locale.dir = ${flexsdk}/frameworks/locale/${flexsdk.locale} |
|---|
| 23 | |
|---|
| 24 | |
|---|
| 25 | execextention = |
|---|
| 26 | |
|---|
| 27 | asdoc.exe = ${flexsdk.bin.dir}/asdoc${execextention} |
|---|
| 28 | compc.exe = ${flexsdk.bin.dir}/compc${execextention} |
|---|
| 29 | mxmlc.exe = ${flexsdk.bin.dir}/mxmlc${execextention} |
|---|
| 30 | |
|---|
| 31 | # The location of Flex Unit on your sytem. |
|---|
| 32 | flexunit = /Applications/Adobe Flex Unit 4 Beta 2 |
|---|
| 33 | |
|---|
| 34 | flexunit.lib.dir = ${flexunit}/libs |
|---|
| 35 | |
|---|
| 36 | flashDebugPlayer.exe = /Applications/Adobe Flash Builder Beta 2/Player/mac/Flash Player.app |
|---|
| 37 | |
|---|
| 38 | # ----------------------------------------------------------------- |
|---|
| 39 | # Project Files - DO NOT MODIFY |
|---|
| 40 | # ----------------------------------------------------------------- |
|---|
| 41 | application.package = |
|---|
| 42 | application.class = MyMediaProvider |
|---|
| 43 | application.name = mymediaprovider |
|---|
| 44 | |
|---|
| 45 | # ----------------------------------------------------------------- |
|---|
| 46 | # Project Paths - DO NOT MODIFY |
|---|
| 47 | # ----------------------------------------------------------------- |
|---|
| 48 | build.dir = ${basedir}/build |
|---|
| 49 | src.dir = ${basedir}/src |
|---|
| 50 | lib.dir = ${basedir}/lib |
|---|
| 51 | release.dir = ${basedir}/bin-release |
|---|
| 52 | debug.dir = ${basedir}/bin-debug |
|---|
| 53 | debug-template.dir = ${basedir}/debug-template |
|---|
| 54 | docs.dir = ${basedir}/asdoc |
|---|
| 55 | includes.dir = ${basedir}/includes |
|---|