fix formatters build
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/c9bec300 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/c9bec300 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/c9bec300 Branch: refs/heads/core_js_to_as Commit: c9bec3003dc5ed188f6ced19428430f8d21b2310 Parents: e04974e Author: Alex Harui <[email protected]> Authored: Tue Dec 15 08:48:20 2015 -0800 Committer: Alex Harui <[email protected]> Committed: Tue Dec 15 08:48:20 2015 -0800 ---------------------------------------------------------------------- frameworks/projects/Formatters/compile-asjs-config.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c9bec300/frameworks/projects/Formatters/compile-asjs-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/Formatters/compile-asjs-config.xml b/frameworks/projects/Formatters/compile-asjs-config.xml index 7626601..6b9466f 100644 --- a/frameworks/projects/Formatters/compile-asjs-config.xml +++ b/frameworks/projects/Formatters/compile-asjs-config.xml @@ -49,6 +49,13 @@ <path-element>../../externs/HTML.swc</path-element> </library-path> + <namespaces> + <namespace> + <uri>library://ns.apache.org/flexjs/basic</uri> + <manifest>basic-manifest.xml</manifest> + </namespace> + </namespaces> + <source-path> <path-element>as/src</path-element> </source-path>
