Repository: flex-asjs Updated Branches: refs/heads/core_js_to_as 91d942674 -> 531b30e8c
Cleaned config files, please double check it's ok. Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/ec0b143d Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/ec0b143d Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/ec0b143d Branch: refs/heads/core_js_to_as Commit: ec0b143de180132ae98ee0efd8f06b032c41c2da Parents: 91d9426 Author: Frédéric THOMAS <[email protected]> Authored: Thu Sep 17 15:46:43 2015 +0100 Committer: Frédéric THOMAS <[email protected]> Committed: Thu Sep 17 15:46:43 2015 +0100 ---------------------------------------------------------------------- frameworks/projects/Core/compile-asjs-config.xml | 16 +++------------- frameworks/projects/Core/compile-config.xml | 1 - 2 files changed, 3 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ec0b143d/frameworks/projects/Core/compile-asjs-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Core/compile-asjs-config.xml b/frameworks/projects/Core/compile-asjs-config.xml index 9b093c0..045af4a 100644 --- a/frameworks/projects/Core/compile-asjs-config.xml +++ b/frameworks/projects/Core/compile-asjs-config.xml @@ -21,9 +21,9 @@ <compiler> <accessible>false</accessible> - <external-library-path> + <!--<external-library-path> <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element> - </external-library-path> + </external-library-path>--> <mxml> <children-as-data>true</children-as-data> @@ -42,16 +42,6 @@ <locale/> - <library-path> - <!-- compjsc won't 'link' these classes in, but will list their requires - if these swcs are on the external-library-path then their requires - will not be listed --> - <path-element>../../libs/Core.swc</path-element> - <path-element>../../libs/Graphics.swc</path-element> - <path-element>../../libs/HTML.swc</path-element> - <path-element>../../libs/Charts.swc</path-element> - </library-path> - <source-path> <path-element>asjs/src</path-element> </source-path> @@ -70,7 +60,7 @@ <uri>library://ns.apache.org/flexjs/basic</uri> </include-namespaces> - <target-player>${playerglobal.version}</target-player> + <!--<target-player>${playerglobal.version}</target-player>--> </flex-config> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ec0b143d/frameworks/projects/Core/compile-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Core/compile-config.xml b/frameworks/projects/Core/compile-config.xml index 7061e26..7ad8c2c 100644 --- a/frameworks/projects/Core/compile-config.xml +++ b/frameworks/projects/Core/compile-config.xml @@ -75,7 +75,6 @@ <include-namespaces> <uri>library://ns.apache.org/flexjs/basic</uri> - <uri>library://ns.apache.org/flexjs/svg</uri> </include-namespaces> <target-player>${playerglobal.version}</target-player>
