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 2016/09/14 21:31:18 UTC

[28/30] git commit: [flex-asjs] [refs/heads/spark] - - Added ImageView and ImageModel to the manifest so they are included in the build

- Added ImageView and ImageModel to the manifest so they are included in the build


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

Branch: refs/heads/spark
Commit: c9b2a020eca39694ed601a1ea8c22138d0281282
Parents: 3874781
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Tue Sep 13 11:09:24 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Tue Sep 13 11:09:24 2016 +0200

----------------------------------------------------------------------
 frameworks/projects/HTML/src/main/resources/basic-manifest.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c9b2a020/frameworks/projects/HTML/src/main/resources/basic-manifest.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/src/main/resources/basic-manifest.xml b/frameworks/projects/HTML/src/main/resources/basic-manifest.xml
index 604fdd7..ef80984 100644
--- a/frameworks/projects/HTML/src/main/resources/basic-manifest.xml
+++ b/frameworks/projects/HTML/src/main/resources/basic-manifest.xml
@@ -44,10 +44,12 @@
     <component id="VContainer" class="org.apache.flex.html.VContainer"/>
     <component id="Panel" class="org.apache.flex.html.Panel"/>
     <component id="PanelView" class="org.apache.flex.html.beads.PanelView"/>
+    <component id="ImageView" class="org.apache.flex.html.beads.ImageView"/>
     <component id="PanelWithControlBar" class="org.apache.flex.html.PanelWithControlBar"/>
     <component id="ControlBar" class="org.apache.flex.html.ControlBar"/>
     <component id="RangeStepper" class="org.apache.flex.html.RangeStepper" />
     <component id="TitleBar" class="org.apache.flex.html.TitleBar"/>
+    <component id="ImageModel" class="org.apache.flex.html.beads.models.ImageModel"/>
     <component id="TitleBarModel" class="org.apache.flex.html.beads.models.TitleBarModel"/>
     <component id="ToolTip" class="org.apache.flex.html.ToolTip"/>
     <component id="Tree" class="org.apache.flex.html.Tree"/>