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/06/04 21:14:15 UTC

[2/2] git commit: [flex-asjs] [refs/heads/develop] - IJ wants a copy of this

IJ wants a copy of this


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

Branch: refs/heads/develop
Commit: 54ff3e39ffc3e6786ced551131b6dc6d1136b0b2
Parents: 01a6415
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 4 12:09:21 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Jun 4 12:13:58 2015 -0700

----------------------------------------------------------------------
 frameworks/mxml-2009-manifest.xml | 45 ++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/54ff3e39/frameworks/mxml-2009-manifest.xml
----------------------------------------------------------------------
diff --git a/frameworks/mxml-2009-manifest.xml b/frameworks/mxml-2009-manifest.xml
new file mode 100644
index 0000000..1f4961e
--- /dev/null
+++ b/frameworks/mxml-2009-manifest.xml
@@ -0,0 +1,45 @@
+<?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.
+
+-->
+
+<!--
+
+    MXML 2009 Components
+
+-->
+<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="DesignLayer" class="mx.core.DesignLayer"/>
+    <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>