You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2017/04/17 19:23:48 UTC

git commit: [flex-asjs] [refs/heads/develop] - Get Express package working again.

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 6fca71522 -> 975b47867


Get Express package working again.


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

Branch: refs/heads/develop
Commit: 975b47867b4ca4e800f6b234d4a1628fc4edc583
Parents: 6fca715
Author: Peter Ent <pe...@apache.org>
Authored: Mon Apr 17 15:23:42 2017 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Mon Apr 17 15:23:42 2017 -0400

----------------------------------------------------------------------
 frameworks/projects/Express/src/main/resources/defaults.css | 9 +++------
 .../Express/src/main/resources/express-manifest.xml         | 1 +
 2 files changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/975b4786/frameworks/projects/Express/src/main/resources/defaults.css
----------------------------------------------------------------------
diff --git a/frameworks/projects/Express/src/main/resources/defaults.css b/frameworks/projects/Express/src/main/resources/defaults.css
index 7046a0d..cf49448 100644
--- a/frameworks/projects/Express/src/main/resources/defaults.css
+++ b/frameworks/projects/Express/src/main/resources/defaults.css
@@ -40,10 +40,10 @@ Application
 }
 
 Container
-{
+{	
 	IBeadView: ClassReference("org.apache.flex.html.beads.ContainerView");
 	IBeadLayout: ClassReference("org.apache.flex.html.beads.layouts.BasicLayout");
-	IContentView: ClassReference("org.apache.flex.html.supportClasses.ContainerContentArea");
+	IViewport: ClassReference("org.apache.flex.html.supportClasses.Viewport");
 	IViewportModel: ClassReference("org.apache.flex.html.beads.models.ViewportModel");
 	
 	background-color: #FFFFFF;
@@ -59,10 +59,7 @@ TextInput
 
 View
 {
-	IBeadView: ClassReference("org.apache.flex.html.beads.ContainerView");
+	IBeadView: ClassReference("org.apache.flex.html.beads.GroupView");
 	IBeadLayout: ClassReference("org.apache.flex.html.beads.layouts.BasicLayout");
-	IContentView: ClassReference("org.apache.flex.html.supportClasses.ContainerContentArea");
-	IViewport: ClassReference("org.apache.flex.html.supportClasses.Viewport");
-	IViewportModel: ClassReference("org.apache.flex.html.beads.models.ViewportModel");
 }
 

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/975b4786/frameworks/projects/Express/src/main/resources/express-manifest.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Express/src/main/resources/express-manifest.xml b/frameworks/projects/Express/src/main/resources/express-manifest.xml
index c0d2b16..9ea226e 100644
--- a/frameworks/projects/Express/src/main/resources/express-manifest.xml
+++ b/frameworks/projects/Express/src/main/resources/express-manifest.xml
@@ -42,6 +42,7 @@
     <component id="ButtonBar" class="org.apache.flex.html.ButtonBar"  lookupOnly="true" />
     <component id="CloseButton" class="org.apache.flex.html.CloseButton"  lookupOnly="true" />
     <component id="DropDownList" class="org.apache.flex.html.DropDownList"  lookupOnly="true" />
+    <component id="Group" class="org.apache.flex.html.Group" lookupOnly="true" />
     <component id="Image" class="org.apache.flex.html.Image"  lookupOnly="true" />
     <component id="Label" class="org.apache.flex.html.Label"  lookupOnly="true" />
     <component id="MultilineLabel" class="org.apache.flex.html.MultilineLabel"  lookupOnly="true" />