You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pu...@apache.org on 2020/09/20 14:15:12 UTC

[royale-asjs] branch develop updated: Update mx-royale-manifest.xml Added HSlider

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

pushminakazi 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 cdce811  Update mx-royale-manifest.xml Added HSlider
cdce811 is described below

commit cdce811e8740b4e49c6230c324038c5a5f15f344
Author: pashminakazi <42...@users.noreply.github.com>
AuthorDate: Sun Sep 20 19:15:03 2020 +0500

    Update mx-royale-manifest.xml Added HSlider
---
 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 ce33799..fff7203 100644
--- a/frameworks/projects/MXRoyale/src/main/resources/mx-royale-manifest.xml
+++ b/frameworks/projects/MXRoyale/src/main/resources/mx-royale-manifest.xml
@@ -217,4 +217,5 @@
     <component id="GroupingCollection2" class="mx.collections.GroupingCollection2"/>
 
     <component id="DownloadButton" class="mx.controls.DownloadButton"/>
+    <component id="HSlider" class="mx.controls.HSlider"/>
 </componentPackage>