update config to use MXJS project
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/dc364483 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/dc364483 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/dc364483 Branch: refs/heads/spark Commit: dc364483e0d438e030d03da284c25489791dd032 Parents: ce279c3 Author: Alex Harui <[email protected]> Authored: Thu May 26 15:44:32 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Thu May 26 16:04:24 2016 -0700 ---------------------------------------------------------------------- .../projects/MX/src/main/config/compile-as-config.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/dc364483/frameworks/projects/MX/src/main/config/compile-as-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/MX/src/main/config/compile-as-config.xml b/frameworks/projects/MX/src/main/config/compile-as-config.xml index 8137aec..ab8609d 100644 --- a/frameworks/projects/MX/src/main/config/compile-as-config.xml +++ b/frameworks/projects/MX/src/main/config/compile-as-config.xml @@ -23,11 +23,11 @@ <external-library-path> <path-element>${env.AIR_HOME}/frameworks/libs/air/airglobal.swc</path-element> - <path-element>../../../libs/Binding.swc</path-element> - <path-element>../../../libs/Core.swc</path-element> - <path-element>../../../libs/Graphics.swc</path-element> - <path-element>../../../libs/Collections.swc</path-element> - <path-element>../../../libs/Reflection.swc</path-element> + <path-element>../../../../../libs/Binding.swc</path-element> + <path-element>../../../../../libs/Core.swc</path-element> + <path-element>../../../../../libs/Graphics.swc</path-element> + <path-element>../../../../../libs/Collections.swc</path-element> + <path-element>../../../../../libs/Reflection.swc</path-element> </external-library-path> <mxml> @@ -50,12 +50,12 @@ <namespaces> <namespace> <uri>library://ns.apache.org/flexjs/mx</uri> - <manifest>../src/main/resources/mx-manifest.xml</manifest> + <manifest>../resources/mx-manifest.xml</manifest> </namespace> </namespaces> <source-path> - <path-element>../src/main/flex</path-element> + <path-element>../flex</path-element> </source-path> <warn-no-constructor>false</warn-no-constructor>
