You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/08/06 04:45:58 UTC

[royale-asjs] 03/04: default classes are needed in MXML. May need to be added to other templates if they allow MXML use

This is an automated email from the ASF dual-hosted git repository.

aharui pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 1767b3f98b202002fac636601c98e5233503944b
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sun Aug 5 19:40:28 2018 -0700

    default classes are needed in MXML.  May need to be added to other templates if they allow MXML use
---
 frameworks/air-config-template.xml    | 8 ++++++++
 frameworks/flex-config-template.xml   | 8 ++++++++
 frameworks/royale-config-template.xml | 8 ++++++++
 3 files changed, 24 insertions(+)

diff --git a/frameworks/air-config-template.xml b/frameworks/air-config-template.xml
index 969e517..af25137 100644
--- a/frameworks/air-config-template.xml
+++ b/frameworks/air-config-template.xml
@@ -128,6 +128,14 @@
       <!-- Specify a URI to associate with a manifest of components for use as MXML -->
       <!-- elements.                                                                -->
       <namespace>
+          <uri>http://ns.adobe.com/mxml/2009</uri>
+          <manifest>mxml-2009-manifest.xml</manifest>
+      </namespace>
+      <namespace>
+          <uri>http://www.adobe.com/2006/mxml</uri>
+          <manifest>mxml-manifest.xml</manifest>
+      </namespace>
+      <namespace>
           <uri>library://ns.apache.org/royale/basic</uri>
           
           <manifest>projects/Binding/src/main/resources/basic-manifest.xml</manifest>
diff --git a/frameworks/flex-config-template.xml b/frameworks/flex-config-template.xml
index 19be559..e8985da 100644
--- a/frameworks/flex-config-template.xml
+++ b/frameworks/flex-config-template.xml
@@ -130,6 +130,14 @@
       <!-- Specify a URI to associate with a manifest of components for use as MXML -->
       <!-- elements.                                                                -->
       <namespace>
+          <uri>http://ns.adobe.com/mxml/2009</uri>
+          <manifest>mxml-2009-manifest.xml</manifest>
+      </namespace>
+      <namespace>
+          <uri>http://www.adobe.com/2006/mxml</uri>
+          <manifest>mxml-manifest.xml</manifest>
+      </namespace>
+      <namespace>
           <uri>library://ns.apache.org/royale/basic</uri>
           
           <manifest>projects/Binding/src/main/resources/basic-manifest.xml</manifest>
diff --git a/frameworks/royale-config-template.xml b/frameworks/royale-config-template.xml
index 487b0ca..c4f013e 100644
--- a/frameworks/royale-config-template.xml
+++ b/frameworks/royale-config-template.xml
@@ -130,6 +130,14 @@
       <!-- Specify a URI to associate with a manifest of components for use as MXML -->
       <!-- elements.                                                                -->
       <namespace>
+          <uri>http://ns.adobe.com/mxml/2009</uri>
+          <manifest>mxml-2009-manifest.xml</manifest>
+      </namespace>
+      <namespace>
+          <uri>http://www.adobe.com/2006/mxml</uri>
+          <manifest>mxml-manifest.xml</manifest>
+      </namespace>
+      <namespace>
           <uri>library://ns.apache.org/royale/basic</uri>
           
           <manifest>projects/Binding/src/main/resources/basic-manifest.xml</manifest>