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/12 08:31:25 UTC

[3/3] git commit: [flex-asjs] [refs/heads/core_js_to_as] - forgot about svg textbutton

forgot about svg textbutton


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/20e764d2
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/20e764d2
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/20e764d2

Branch: refs/heads/core_js_to_as
Commit: 20e764d251772ded2d6ccf90bb6765f12883df1b
Parents: b1f78dd
Author: Alex Harui <ah...@apache.org>
Authored: Fri Dec 11 23:31:09 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Dec 11 23:31:09 2015 -0800

----------------------------------------------------------------------
 frameworks/projects/HTML/compile-asjs-config.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/20e764d2/frameworks/projects/HTML/compile-asjs-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/compile-asjs-config.xml b/frameworks/projects/HTML/compile-asjs-config.xml
index 32f4278..2139379 100644
--- a/frameworks/projects/HTML/compile-asjs-config.xml
+++ b/frameworks/projects/HTML/compile-asjs-config.xml
@@ -81,6 +81,7 @@
     
     <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>