- Add new notifie providers to basic-mainfest.xml file
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/83f4225c Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/83f4225c Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/83f4225c Branch: refs/heads/dual Commit: 83f4225c22c35a5dd47df7cd281a3d1ea3b2a50a Parents: b3cd50e Author: piotrz <[email protected]> Authored: Sun Apr 9 18:02:32 2017 +0200 Committer: piotrz <[email protected]> Committed: Sun Apr 9 18:02:32 2017 +0200 ---------------------------------------------------------------------- frameworks/projects/HTML/src/main/resources/basic-manifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/83f4225c/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 53e4a63..08acd5b 100644 --- a/frameworks/projects/HTML/src/main/resources/basic-manifest.xml +++ b/frameworks/projects/HTML/src/main/resources/basic-manifest.xml @@ -118,7 +118,8 @@ <component id="DataGrid" class="org.apache.flex.html.DataGrid"/> <component id="DataProviderChangeNotifier" class="org.apache.flex.html.beads.DataProviderChangeNotifier"/> - <component id="DataProviderAddRemoveNotifier" class="org.apache.flex.html.beads.DataProviderAddRemoveNotifier"/> + <component id="DataProviderCollectionChangeNotifier" class="org.apache.flex.html.beads.DataProviderCollectionChangeNotifier"/> + <component id="DataProviderItemsChangeNotifier" class="org.apache.flex.html.beads.DataProviderItemsChangeNotifier"/> <component id="DataGridButtonBar" class="org.apache.flex.html.DataGridButtonBar"/> <component id="DataGridButtonBarTextButton" class="org.apache.flex.html.DataGridButtonBarTextButton"/> <component id="DataGridColumn" class="org.apache.flex.html.supportClasses.DataGridColumn"/>
