| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Adobe BlazeDS
Revision: 3037
Author: aglosban@adobe.com
Date: 29 Aug 2008 09:54:15
Changes:Update flex-config.xml files used by the team and qa webapps to use the {targetPlayerMajorVersion} token instead of a hardcoded player version in the library-path and external-library-path. This will allow the correct playerglobal.swc to be located when the target player version is set in the flex-config.xml or passed to mxmlc or compc.
Files:| ... | ...@@ -1,6 +1,7 @@ | |
| 1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 | <flex-config> |
| 3 | ||
| 3 | <!-- Specifies the minimum player version that will run the compiled SWF. --> | |
| 4 | <target-player>10.0.0</target-player> | |
| 4 | 5 | <compiler> |
| 5 | 6 | |
| 6 | 7 | <!-- Turn on generatation of accessible swfs. --> |
| ... | ...@@ -33,7 +34,7 @@ | |
| 33 | 34 | <!-- linking. --> |
| 34 | 35 | <external-library-path> |
| 35 | 36 | <path-element>user_classes</path-element> |
| 36 | <path-element>libs/player/10/playerglobal.swc</path-element> | |
| 37 | <path-element>libs/player/{targetPlayerMajorVersion}/playerglobal.swc</path-element> | |
| 37 | 38 | </external-library-path> |
| 38 | 39 | |
| 39 | 40 | <!-- Turn on writing of generated/*.as files to disk. These files are generated by --> |
| ... | ...@@ -52,7 +53,7 @@ | |
| 52 | 53 | <library-path> |
| 53 | 54 | <path-element>libs</path-element> |
| 54 | 55 | <path-element>libs/player</path-element> |
| 55 | <path-element>libs/player/10</path-element> | |
| 56 | <path-element>libs/player/{targetPlayerMajorVersion}</path-element> | |
| 56 | 57 | <path-element>locale/{locale}</path-element> |
| 57 | 58 | </library-path> |
| 58 | 59 |
| ... | ...@@ -35,7 +35,7 @@ | |
| 35 | 35 | <!-- linking. --> |
| 36 | 36 | <external-library-path> |
| 37 | 37 | <path-element>user_classes</path-element> |
| 38 | <path-element>libs/player/10/playerglobal.swc</path-element> | |
| 38 | <path-element>libs/player/{targetPlayerMajorVersion}/playerglobal.swc</path-element> | |
| 39 | 39 | </external-library-path> |
| 40 | 40 | |
| 41 | 41 | <!-- Turn on writing of generated/*.as files to disk. These files are generated by --> |
| ... | ...@@ -53,9 +53,9 @@ | |
| 53 | 53 | <!-- List of SWC files or directories that contain SWC files. --> |
| 54 | 54 | <library-path> |
| 55 | 55 | <path-element>libs</path-element> |
| 56 | <path-element>libs/player/10</path-element> | |
| 57 | <path-element>libs/player</path-element> | |
| 58 | <path-element>locale/{locale}</path-element> | |
| 56 | <path-element>libs/player</path-element> | |
| 57 | <path-element>libs/player/{targetPlayerMajorVersion}</path-element> | |
| 58 | <path-element>locale/{locale}</path-element> | |
| 59 | 59 | </library-path> |
| 60 | 60 | |
| 61 | 61 | <namespaces> |