Created
September 24, 2010 03:06
-
-
Save terryh/594800 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <source-path> | |
| <path-element>src</path-element> | |
| <path-element>lib</path-element> | |
| </source-path> | |
| <external-library-path> | |
| <path-element>${flexlib}/libs/player/{targetPlayerMajorVersion}/playerglobal.swc</path-element> | |
| </external-library-path> | |
| <!-- Turn on writing of generated/*.as files to disk. These files are generated by --> | |
| <!-- the compiler during mxml translation and are helpful with understanding and --> | |
| <!-- debugging Flex applications. --> | |
| <keep-generated-actionscript>false</keep-generated-actionscript> | |
| <!-- not set --> | |
| <!-- | |
| <include-libraries> | |
| <library>string</library> | |
| </include-libraries> | |
| --> | |
| <!-- List of SWC files or directories that contain SWC files. --> | |
| <library-path> | |
| <path-element>${flexlib}/libs</path-element> | |
| <!-- keep the original location in the libpath for backwards-compatibility --> | |
| <path-element>${flexlib}/libs/player</path-element> | |
| <path-element>${flexlib}/libs/player/{targetPlayerMajorVersion}</path-element> | |
| <path-element>${flexlib}/locale/{locale}</path-element> | |
| </library-path> | |
| <namespaces> | |
| <!-- Specify a URI to associate with a manifest of components for use as MXML --> | |
| <!-- elements. --> | |
| <namespace> | |
| <uri>http://www.adobe.com/2006/mxml</uri> | |
| <manifest>${flexlib}/mxml-manifest.xml</manifest> | |
| </namespace> | |
| </namespaces> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment