make SWF the default for IDE compatibility
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/5c93d4da Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/5c93d4da Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/5c93d4da Branch: refs/heads/tlf Commit: 5c93d4da943c7e7b490d8a6e2a5421f2f37e45ac Parents: 2413b1a Author: Alex Harui <[email protected]> Authored: Wed May 31 15:40:30 2017 -0700 Committer: Alex Harui <[email protected]> Committed: Wed May 31 15:40:30 2017 -0700 ---------------------------------------------------------------------- frameworks/air-config.xml | 8 ++++---- frameworks/flex-config.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/5c93d4da/frameworks/air-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/air-config.xml b/frameworks/air-config.xml index e226175..ee55640 100644 --- a/frameworks/air-config.xml +++ b/frameworks/air-config.xml @@ -68,9 +68,9 @@ <!-- List of SWC files or directories to compile against but to omit from --> <!-- linking. --> - <swf-external-library-path> + <external-library-path> <path-element>{airHome}/frameworks/libs/air/airglobal.swc</path-element> - </swf-external-library-path> + </external-library-path> <!-- List of SWC files or directories to compile against but to omit from --> <!-- linking. --> @@ -91,10 +91,10 @@ --> <!-- List of SWC files or directories that contain SWC files. --> - <swf-library-path> + <library-path> <path-element>libs</path-element> <path-element>{airHome}/frameworks/libs/air</path-element> - </swf-library-path> + </library-path> <!-- List of SWC files or directories that contain SWC files. --> <js-library-path> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/5c93d4da/frameworks/flex-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/flex-config.xml b/frameworks/flex-config.xml index a1b86cf..677284f 100644 --- a/frameworks/flex-config.xml +++ b/frameworks/flex-config.xml @@ -69,9 +69,9 @@ <!-- List of SWC files or directories to compile against but to omit from --> <!-- linking. --> - <swf-external-library-path> + <external-library-path> <path-element>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}/playerglobal.swc</path-element> - </swf-external-library-path> + </external-library-path> <!-- List of SWC files or directories to compile against but to omit from --> <!-- linking. --> @@ -92,10 +92,10 @@ --> <!-- List of SWC files or directories that contain SWC files. --> - <swf-library-path> + <library-path> <path-element>libs</path-element> <path-element>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}</path-element> - </swf-library-path> + </library-path> <!-- List of SWC files or directories that contain SWC files. --> <js-library-path>
