Repository: flex-asjs
Updated Branches:
  refs/heads/develop a010c7836 -> 62150cf44


Import optimization


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

Branch: refs/heads/develop
Commit: 8d3065f153cb4dbb6715f8a4477f9092bae7a313
Parents: a010c78
Author: piotrz <[email protected]>
Authored: Sun Nov 27 23:57:00 2016 +0100
Committer: piotrz <[email protected]>
Committed: Sun Nov 27 23:57:00 2016 +0100

----------------------------------------------------------------------
 examples/flexjs/MDLExample/src/main/flex/App.mxml |  1 -
 .../flexjs/MDLExample/src/main/flex/Buttons.mxml  |  1 -
 .../flexjs/MDLExample/src/main/flex/Cards.mxml    |  1 -
 .../flexjs/MDLExample/src/main/flex/Grids.mxml    |  1 -
 .../flexjs/MDLExample/src/main/flex/Lists.mxml    |  1 -
 .../MDLExample/src/main/flex/TextFields.mxml      |  1 -
 .../flexjs/MDLExample/src/main/flex/Toggles.mxml  |  2 --
 .../flex/org/apache/flex/mdl/beads/ListView.as    | 18 ------------------
 8 files changed, 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8d3065f1/examples/flexjs/MDLExample/src/main/flex/App.mxml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MDLExample/src/main/flex/App.mxml 
b/examples/flexjs/MDLExample/src/main/flex/App.mxml
index 3aff152..3c4e11c 100644
--- a/examples/flexjs/MDLExample/src/main/flex/App.mxml
+++ b/examples/flexjs/MDLExample/src/main/flex/App.mxml
@@ -20,7 +20,6 @@ limitations under the License.
 <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
                 xmlns:js="library://ns.apache.org/flexjs/basic"
                 xmlns:local="*"
-                xmlns:mdl="library://ns.apache.org/flexjs/mdl"
                 xmlns="http://www.w3.org/1999/xhtml";>
     
     <js:valuesImpl>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8d3065f1/examples/flexjs/MDLExample/src/main/flex/Buttons.mxml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MDLExample/src/main/flex/Buttons.mxml 
b/examples/flexjs/MDLExample/src/main/flex/Buttons.mxml
index 67ba710..d6c3853 100644
--- a/examples/flexjs/MDLExample/src/main/flex/Buttons.mxml
+++ b/examples/flexjs/MDLExample/src/main/flex/Buttons.mxml
@@ -19,7 +19,6 @@ limitations under the License.
 -->
 <mdl:TabBarPanel xmlns:fx="http://ns.adobe.com/mxml/2009";
                  xmlns:js="library://ns.apache.org/flexjs/basic"
-                 xmlns:local="*"
                  xmlns:mdl="library://ns.apache.org/flexjs/mdl"
                  xmlns="http://www.w3.org/1999/xhtml";>
     

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8d3065f1/examples/flexjs/MDLExample/src/main/flex/Cards.mxml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MDLExample/src/main/flex/Cards.mxml 
b/examples/flexjs/MDLExample/src/main/flex/Cards.mxml
index 9d98d76..e9330db 100644
--- a/examples/flexjs/MDLExample/src/main/flex/Cards.mxml
+++ b/examples/flexjs/MDLExample/src/main/flex/Cards.mxml
@@ -19,7 +19,6 @@ limitations under the License.
 -->
 <mdl:TabBarPanel xmlns:fx="http://ns.adobe.com/mxml/2009";
                  xmlns:js="library://ns.apache.org/flexjs/basic"
-                 xmlns:local="*"
                  xmlns:mdl="library://ns.apache.org/flexjs/mdl"
                  xmlns="http://www.w3.org/1999/xhtml";>
     

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8d3065f1/examples/flexjs/MDLExample/src/main/flex/Grids.mxml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MDLExample/src/main/flex/Grids.mxml 
b/examples/flexjs/MDLExample/src/main/flex/Grids.mxml
index f1d0765..b22b813 100644
--- a/examples/flexjs/MDLExample/src/main/flex/Grids.mxml
+++ b/examples/flexjs/MDLExample/src/main/flex/Grids.mxml
@@ -19,7 +19,6 @@ limitations under the License.
 -->
 <mdl:TabBarPanel xmlns:fx="http://ns.adobe.com/mxml/2009";
                  xmlns:js="library://ns.apache.org/flexjs/basic"
-                 xmlns:local="*"
                  xmlns:mdl="library://ns.apache.org/flexjs/mdl"
                  xmlns="http://www.w3.org/1999/xhtml";>
 

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8d3065f1/examples/flexjs/MDLExample/src/main/flex/Lists.mxml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MDLExample/src/main/flex/Lists.mxml 
b/examples/flexjs/MDLExample/src/main/flex/Lists.mxml
index 4614166..db208d3 100644
--- a/examples/flexjs/MDLExample/src/main/flex/Lists.mxml
+++ b/examples/flexjs/MDLExample/src/main/flex/Lists.mxml
@@ -19,7 +19,6 @@ limitations under the License.
 -->
 <mdl:TabBarPanel xmlns:fx="http://ns.adobe.com/mxml/2009";
                  xmlns:js="library://ns.apache.org/flexjs/basic"
-                 xmlns:local="*"
                  xmlns:mdl="library://ns.apache.org/flexjs/mdl"
                  xmlns="http://www.w3.org/1999/xhtml";
                  xmlns:ui="org.apache.flex.core.*"

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8d3065f1/examples/flexjs/MDLExample/src/main/flex/TextFields.mxml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MDLExample/src/main/flex/TextFields.mxml 
b/examples/flexjs/MDLExample/src/main/flex/TextFields.mxml
index 8385faf..6ddceed 100644
--- a/examples/flexjs/MDLExample/src/main/flex/TextFields.mxml
+++ b/examples/flexjs/MDLExample/src/main/flex/TextFields.mxml
@@ -19,7 +19,6 @@ limitations under the License.
 -->
 <mdl:TabBarPanel xmlns:fx="http://ns.adobe.com/mxml/2009";
                  xmlns:js="library://ns.apache.org/flexjs/basic"
-                 xmlns:local="*"
                  xmlns:mdl="library://ns.apache.org/flexjs/mdl"
                  xmlns="http://www.w3.org/1999/xhtml";>
     

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8d3065f1/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml 
b/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml
index f88c90d..ad3bba5 100644
--- a/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml
+++ b/examples/flexjs/MDLExample/src/main/flex/Toggles.mxml
@@ -18,8 +18,6 @@ limitations under the License.
 
 -->
 <mdl:TabBarPanel xmlns:fx="http://ns.adobe.com/mxml/2009";
-                 xmlns:js="library://ns.apache.org/flexjs/basic"
-                 xmlns:local="*"
                  xmlns:mdl="library://ns.apache.org/flexjs/mdl"
                  xmlns="http://www.w3.org/1999/xhtml";>
     

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8d3065f1/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/beads/ListView.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/beads/ListView.as
 
b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/beads/ListView.as
index dd65596..b6f9778 100644
--- 
a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/beads/ListView.as
+++ 
b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/beads/ListView.as
@@ -20,32 +20,14 @@ package org.apache.flex.mdl.beads
 {      
     import org.apache.flex.html.beads.IListView;
     import org.apache.flex.html.beads.ContainerView;
-       import org.apache.flex.core.BeadViewBase;
-       import org.apache.flex.core.ContainerBase;
-       import org.apache.flex.core.IBead;
-       import org.apache.flex.core.IBeadLayout;
-       import org.apache.flex.core.IBeadModel;
-       import org.apache.flex.core.IBeadView;
        import org.apache.flex.core.ISelectableItemRenderer;
-       import org.apache.flex.core.IItemRenderer;
        import org.apache.flex.core.IItemRendererParent;
-       import org.apache.flex.core.IParent;
-    import org.apache.flex.core.IParentIUIBase;
        import org.apache.flex.core.IRollOverModel;
        import org.apache.flex.core.ISelectionModel;
        import org.apache.flex.core.IStrand;
     import org.apache.flex.core.IUIBase;
-       import org.apache.flex.core.Strand;
-       import org.apache.flex.core.UIBase;
-       import org.apache.flex.core.ValuesManager;
        import org.apache.flex.events.Event;
-       import org.apache.flex.events.IEventDispatcher;
-       import org.apache.flex.html.beads.models.ArraySelectionModel;
-       import org.apache.flex.html.beads.models.ScrollBarModel;
-       import org.apache.flex.html.beads.models.SingleLineBorderModel;
        import org.apache.flex.html.supportClasses.Border;
-       import org.apache.flex.html.supportClasses.DataGroup;
-       import org.apache.flex.html.supportClasses.ScrollBar;
 
        /**
         *  The List class creates the visual elements of the 
org.apache.flex.html.List 

Reply via email to