You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/12/17 08:54:49 UTC

[39/55] [abbrv] git commit: [flex-asjs] [refs/heads/develop] - fix formatters build

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/develop
Commit: c9bec3003dc5ed188f6ced19428430f8d21b2310
Parents: e04974e
Author: Alex Harui <ah...@apache.org>
Authored: Tue Dec 15 08:48:20 2015 -0800
Committer: Alex Harui <ah...@apache.org>
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>