You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by yi...@apache.org on 2016/11/21 11:31:59 UTC

[3/6] git commit: [flex-asjs] [refs/heads/develop] - Make it easier for mxml files to use states.

Make it easier for mxml files to use states.


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

Branch: refs/heads/develop
Commit: 517d0d9f09c8846835511f2e8bf86abab9c9844d
Parents: 96fc3ef
Author: yishayw <yi...@hotmail.com>
Authored: Mon Nov 21 13:08:33 2016 +0200
Committer: yishayw <yi...@hotmail.com>
Committed: Mon Nov 21 13:08:33 2016 +0200

----------------------------------------------------------------------
 frameworks/projects/Core/src/main/resources/basic-manifest.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/517d0d9f/frameworks/projects/Core/src/main/resources/basic-manifest.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/Core/src/main/resources/basic-manifest.xml b/frameworks/projects/Core/src/main/resources/basic-manifest.xml
index ab9ed9d..5e15a52 100644
--- a/frameworks/projects/Core/src/main/resources/basic-manifest.xml
+++ b/frameworks/projects/Core/src/main/resources/basic-manifest.xml
@@ -26,6 +26,7 @@
     <component id="BrowserScroller" class="org.apache.flex.core.BrowserScroller"/>
     <component id="BrowserResizeHandler" class="org.apache.flex.core.BrowserResizeListener"/>
     <component id="SimpleValuesImpl" class="org.apache.flex.core.SimpleValuesImpl"/>
+    <component id="SimpleStatesImpl" class="org.apache.flex.core.SimpleStatesImpl"/>
     <component id="MXMLDragInitiator" class="org.apache.flex.core.MXMLDragInitiator" />
     <component id="CallLaterBead" class="org.apache.flex.core.CallLaterBead" />