MDL now depends on Collections
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/3dacee67 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/3dacee67 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/3dacee67 Branch: refs/heads/feature/spriteflexjs-refactor Commit: 3dacee673d13e852864bba4d5988c63b7b55507e Parents: 3a8bf63 Author: yishayw <[email protected]> Authored: Sun Feb 19 11:41:45 2017 +0200 Committer: yishayw <[email protected]> Committed: Sun Feb 19 11:41:45 2017 +0200 ---------------------------------------------------------------------- .../MaterialDesignLite/src/main/config/compile-as-config.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3dacee67/frameworks/projects/MaterialDesignLite/src/main/config/compile-as-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/MaterialDesignLite/src/main/config/compile-as-config.xml b/frameworks/projects/MaterialDesignLite/src/main/config/compile-as-config.xml index 9f81189..96d4699 100644 --- a/frameworks/projects/MaterialDesignLite/src/main/config/compile-as-config.xml +++ b/frameworks/projects/MaterialDesignLite/src/main/config/compile-as-config.xml @@ -26,6 +26,7 @@ <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/HTML.swc</path-element> </external-library-path>
