Repository: flex-asjs Updated Branches: refs/heads/dual b3062d00b -> c57511a25
make js swcs the default so code hinting doesn't show all of the Sprite APIs Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/c57511a2 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/c57511a2 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/c57511a2 Branch: refs/heads/dual Commit: c57511a2572888c40628b092e86d944153e18f31 Parents: b3062d0 Author: Alex Harui <[email protected]> Authored: Sun Mar 5 23:32:17 2017 -0800 Committer: Alex Harui <[email protected]> Committed: Sun Mar 5 23:36:19 2017 -0800 ---------------------------------------------------------------------- frameworks/air-config-template.xml | 16 ++++++++-------- frameworks/air-config.xml | 16 ++++++++-------- frameworks/flex-config-template.xml | 16 ++++++++-------- frameworks/flex-config.xml | 16 ++++++++-------- 4 files changed, 32 insertions(+), 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c57511a2/frameworks/air-config-template.xml ---------------------------------------------------------------------- diff --git a/frameworks/air-config-template.xml b/frameworks/air-config-template.xml index e8f2cf5..c148198 100644 --- a/frameworks/air-config-template.xml +++ b/frameworks/air-config-template.xml @@ -68,15 +68,15 @@ <!-- List of SWC files or directories to compile against but to omit from --> <!-- linking. --> - <external-library-path> + <swf-external-library-path> <path-element>{airHome}/frameworks/libs/air/airglobal.swc</path-element> - </external-library-path> + </swf-external-library-path> <!-- List of SWC files or directories to compile against but to omit from --> <!-- linking. --> - <js-external-library-path> + <external-library-path> <path-element>../js/libs/js.swc</path-element> - </js-external-library-path> + </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 --> @@ -91,15 +91,15 @@ --> <!-- List of SWC files or directories that contain SWC files. --> - <library-path> + <swf-library-path> <path-element>libs</path-element> <path-element>{airHome}/frameworks/libs/air</path-element> - </library-path> + </swf-library-path> <!-- List of SWC files or directories that contain SWC files. --> - <js-library-path> + <library-path> <path-element>js/FlexJS/libs</path-element> - </js-library-path> + </library-path> <allow-subclass-overrides>true</allow-subclass-overrides> <mxml> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c57511a2/frameworks/air-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/air-config.xml b/frameworks/air-config.xml index ee55640..cecc140 100644 --- a/frameworks/air-config.xml +++ b/frameworks/air-config.xml @@ -68,15 +68,15 @@ <!-- List of SWC files or directories to compile against but to omit from --> <!-- linking. --> - <external-library-path> + <swf-external-library-path> <path-element>{airHome}/frameworks/libs/air/airglobal.swc</path-element> - </external-library-path> + </swf-external-library-path> <!-- List of SWC files or directories to compile against but to omit from --> <!-- linking. --> - <js-external-library-path> + <external-library-path> <path-element>../js/libs/js.swc</path-element> - </js-external-library-path> + </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 --> @@ -91,15 +91,15 @@ --> <!-- List of SWC files or directories that contain SWC files. --> - <library-path> + <swf-library-path> <path-element>libs</path-element> <path-element>{airHome}/frameworks/libs/air</path-element> - </library-path> + </swf-library-path> <!-- List of SWC files or directories that contain SWC files. --> - <js-library-path> + <library-path> <path-element>js/FlexJS/libs</path-element> - </js-library-path> + </library-path> <allow-subclass-overrides>true</allow-subclass-overrides> <mxml> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c57511a2/frameworks/flex-config-template.xml ---------------------------------------------------------------------- diff --git a/frameworks/flex-config-template.xml b/frameworks/flex-config-template.xml index 18f041e..5fcb28f 100644 --- a/frameworks/flex-config-template.xml +++ b/frameworks/flex-config-template.xml @@ -69,15 +69,15 @@ <!-- List of SWC files or directories to compile against but to omit from --> <!-- linking. --> - <external-library-path> + <swf-external-library-path> <path-element>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}/playerglobal.swc</path-element> - </external-library-path> + </swf-external-library-path> <!-- List of SWC files or directories to compile against but to omit from --> <!-- linking. --> - <js-external-library-path> + <external-library-path> <path-element>../js/libs/js.swc</path-element> - </js-external-library-path> + </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 --> @@ -92,15 +92,15 @@ --> <!-- List of SWC files or directories that contain SWC files. --> - <library-path> + <swf-library-path> <path-element>libs</path-element> <path-element>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}</path-element> - </library-path> + </swf-library-path> <!-- List of SWC files or directories that contain SWC files. --> - <js-library-path> + <library-path> <path-element>js/FlexJS/libs</path-element> - </js-library-path> + </library-path> <allow-subclass-overrides>true</allow-subclass-overrides> <mxml> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c57511a2/frameworks/flex-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/flex-config.xml b/frameworks/flex-config.xml index 677284f..3744998 100644 --- a/frameworks/flex-config.xml +++ b/frameworks/flex-config.xml @@ -69,15 +69,15 @@ <!-- List of SWC files or directories to compile against but to omit from --> <!-- linking. --> - <external-library-path> + <swf-external-library-path> <path-element>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}/playerglobal.swc</path-element> - </external-library-path> + </swf-external-library-path> <!-- List of SWC files or directories to compile against but to omit from --> <!-- linking. --> - <js-external-library-path> + <external-library-path> <path-element>../js/libs/js.swc</path-element> - </js-external-library-path> + </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 --> @@ -92,15 +92,15 @@ --> <!-- List of SWC files or directories that contain SWC files. --> - <library-path> + <swf-library-path> <path-element>libs</path-element> <path-element>{playerglobalHome}/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}</path-element> - </library-path> + </swf-library-path> <!-- List of SWC files or directories that contain SWC files. --> - <js-library-path> + <library-path> <path-element>js/FlexJS/libs</path-element> - </js-library-path> + </library-path> <allow-subclass-overrides>true</allow-subclass-overrides> <mxml>
