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 2013/04/12 09:02:19 UTC

[3/6] git commit: remove implicit imports as it confuses FB

remove implicit imports as it confuses FB


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

Branch: refs/heads/develop
Commit: e9c66bdea827c5c294f0419979d984fce9a2cf1c
Parents: 00be4b9
Author: Alex Harui <ah...@apache.org>
Authored: Sun Apr 7 21:21:18 2013 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Apr 12 00:00:34 2013 -0700

----------------------------------------------------------------------
 frameworks/as/flex-config.xml |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e9c66bde/frameworks/as/flex-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/as/flex-config.xml b/frameworks/as/flex-config.xml
index be60387..e91d830 100644
--- a/frameworks/as/flex-config.xml
+++ b/frameworks/as/flex-config.xml
@@ -205,13 +205,6 @@
 
       </fonts>
       
-      <!-- MXML automatically imports some classes. -->
-      <mxml>
-        <imports>
-          <implicit-import>org.apache.flex.events.Event</implicit-import>
-        </imports>
-      </mxml>
-      
       <!-- Array.toString() format has changed. -->
       <warn-array-tostring-changes>false</warn-array-tostring-changes>