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:14 UTC

[1/2] git commit: [flex-asjs] [refs/heads/develop] - package mxml-2009-manifest for IJ

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 01a641514 -> 875981a49


package mxml-2009-manifest for IJ


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

Branch: refs/heads/develop
Commit: 875981a49a840d59bc392d20a2666165b1b66bdf
Parents: 54ff3e3
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 4 12:13:49 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Jun 4 12:13:58 2015 -0700

----------------------------------------------------------------------
 build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/875981a4/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 96747d0..9e7cbda 100644
--- a/build.xml
+++ b/build.xml
@@ -617,6 +617,7 @@
                 <exclude name="**/*.pbj"/>
                 <exclude name="**/*.swf"/>
                 <exclude name="**/*.mxp"/>
+                <exclude name="mxml-2009-manifest.xml"/>
                 <exclude name="test*/**"/>
                 <exclude name="js/VanillaSDK/**"/>
                 <exclude name="projects/air/**"/>


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

Posted by ah...@apache.org.
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>