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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 916429179c mxml-manifest.xml: MXML core language types for MXML 2006
916429179c is described below

commit 916429179c7bac0ba8316ecc2ce9976e50b7709c
Author: Josh Tynjala <[email protected]>
AuthorDate: Mon Mar 9 13:30:29 2026 -0700

    mxml-manifest.xml: MXML core language types for MXML 2006
    
    Previously, the build script created an empty manifest. Now, it is 
populated with the core MXML language types, similar to mxml-2009-manifest.xml. 
The *-config.xml files also configure the http://www.adobe.com/2006/mxml 
namespace URI.
---
 .gitignore                            |  1 -
 build.xml                             | 23 ---------------------
 frameworks/air-config-template.xml    |  4 ++++
 frameworks/flex-config-template.xml   |  4 ++++
 frameworks/mxml-manifest.xml          | 38 +++++++++++++++++++++++++++++++++++
 frameworks/royale-config-template.xml |  4 ++++
 6 files changed, 50 insertions(+), 24 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8919eee229..a4ff33cf52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -85,7 +85,6 @@ local.properties
 
 #Files we fake for Flash Builder SDKs
 frameworks/airmobile-config.xml
-frameworks/mxml-manifest.xml
 frameworks/spark-manifest.xml
 frameworks/themes/Halo/Halo.swc
 frameworks/themes/Spark/spark.css
diff --git a/build.xml b/build.xml
index 35e6512d3a..76c409c898 100644
--- a/build.xml
+++ b/build.xml
@@ -618,7 +618,6 @@ limitations under the License.
         <delete file="${ROYALE_HOME}/frameworks/macfonts.ser" 
failonerror="false"/>
         <delete file="${ROYALE_HOME}/frameworks/winfonts.ser" 
failonerror="false"/>
         <delete file="${ROYALE_HOME}/frameworks/localfonts.ser" 
failonerror="false"/>
-        <delete file="${ROYALE_HOME}/frameworks/mxml-manifest.xml" 
failonerror="false"/>
         <delete file="${ROYALE_HOME}/frameworks/spark-manifest.xml" 
failonerror="false"/>
         <delete file="${ROYALE_HOME}/ide/flashbuilder/flashbuilder-config.xml" 
failonerror="false"/>
         <delete dir="${basedir}" failonerror="false">
@@ -749,28 +748,6 @@ limitations under the License.
     &lt;flashbuilder-config&gt;
     &lt;express-install-swf&gt;expressInstall.swf&lt;/express-install-swf&gt;
     &lt;/flashbuilder-config&gt;
-</echo>
-        <echo file="${ROYALE_HOME}/frameworks/mxml-manifest.xml">&lt;?xml 
version="1.0"?&gt;
-    &lt;!--
-    
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-    
-    http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-    
-    --&gt;
-    &lt;componentPackage&gt;
-    &lt;/componentPackage&gt;
 </echo>
         <echo file="${ROYALE_HOME}/frameworks/spark-manifest.xml">&lt;?xml 
version="1.0"?&gt;
     &lt;!--
diff --git a/frameworks/air-config-template.xml 
b/frameworks/air-config-template.xml
index 31397d9f0b..e9bbf99043 100644
--- a/frameworks/air-config-template.xml
+++ b/frameworks/air-config-template.xml
@@ -132,6 +132,10 @@
           <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>
           
diff --git a/frameworks/flex-config-template.xml 
b/frameworks/flex-config-template.xml
index 2a6834fc30..7797ba8a8e 100644
--- a/frameworks/flex-config-template.xml
+++ b/frameworks/flex-config-template.xml
@@ -137,6 +137,10 @@
           <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>
           
diff --git a/frameworks/mxml-manifest.xml b/frameworks/mxml-manifest.xml
new file mode 100644
index 0000000000..068eeb524d
--- /dev/null
+++ b/frameworks/mxml-manifest.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0"?>
+<!--
+    
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+    
+    http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+    
+-->
+<componentPackage>
+
+    <!-- AS3 built-ins -->
+    <component id="Array" class="Array" lookupOnly="true"/>
+    <component id="Boolean" class="Boolean" lookupOnly="true"/>
+    <component id="Class" class="Class" lookupOnly="true"/>
+    <component id="Date" class="Date" lookupOnly="true"/>
+    <component id="Function" class="Function" lookupOnly="true"/>
+    <component id="int" class="int" lookupOnly="true"/>
+    <component id="Number" class="Number" lookupOnly="true"/>
+    <component id="Object" class="Object" lookupOnly="true"/>
+    <component id="RegExp" class="RegExp" lookupOnly="true"/>
+    <component id="String" class="String" lookupOnly="true"/>
+    <component id="uint" class="uint" lookupOnly="true"/>
+       <component id="Vector" class="__AS3__.vec.Vector" lookupOnly="true"/>
+    <component id="XML" class="XML" lookupOnly="true"/>
+    <component id="XMLList" class="XMLList" lookupOnly="true"/>
+
+</componentPackage>
diff --git a/frameworks/royale-config-template.xml 
b/frameworks/royale-config-template.xml
index 25f2970e36..30bcb312f3 100644
--- a/frameworks/royale-config-template.xml
+++ b/frameworks/royale-config-template.xml
@@ -197,6 +197,10 @@
           <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>
           

Reply via email to