You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by al...@apache.org on 2021/02/22 11:50:02 UTC

[royale-asjs] branch develop updated: HierarchicalData added in manifest

This is an automated email from the ASF dual-hosted git repository.

alinakazi pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new e86d34a  HierarchicalData added in manifest
e86d34a is described below

commit e86d34a97b6b98c2c204c35093d6a6f523f63209
Author: alinakazi <al...@gmail.com>
AuthorDate: Mon Feb 22 16:49:46 2021 +0500

    HierarchicalData added in manifest
---
 frameworks/projects/MXRoyale/src/main/resources/mx-royale-manifest.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/MXRoyale/src/main/resources/mx-royale-manifest.xml b/frameworks/projects/MXRoyale/src/main/resources/mx-royale-manifest.xml
index 84688ab..88b29fa 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/mx-royale-manifest.xml
+++ b/frameworks/projects/MXRoyale/src/main/resources/mx-royale-manifest.xml
@@ -218,6 +218,7 @@
 
     <component id="GroupingCollection" class="mx.collections.GroupingCollection"/>
     <component id="GroupingCollection2" class="mx.collections.GroupingCollection2"/>
+    <component id="HierarchicalData" class="mx.collections.HierarchicalData"/>
 
     <component id="DownloadButton" class="mx.controls.DownloadButton"/>
     <component id="HSlider" class="mx.controls.HSlider"/>