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 2018/05/31 08:22:15 UTC

[royale-asjs] branch feature/MXRoyale updated: Update spark-royale-manifest.xml for s->primitives

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

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


The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
     new 6231165  Update spark-royale-manifest.xml for s->primitives
6231165 is described below

commit 623116568a16970697a96d83f9f47a85fc2ec473
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Thu May 31 13:21:42 2018 +0500

    Update spark-royale-manifest.xml for s->primitives
    
    Update spark-royale-manifest.xml for Rect , path, line and RectangularDropShadow.
---
 .../SparkRoyale/src/main/resources/spark-royale-manifest.xml        | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml b/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
index 843ab89..3f2cb27 100644
--- a/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
+++ b/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
@@ -35,5 +35,9 @@
 	<component id="Panel" class="spark.components.Panel" />
 	<component id="TitleWindow" class="spark.components.TitleWindow" />
     	<component id="SparkSkin" class="spark.skins.SparkSkin"/>
-
+	<component id="Path" class="spark.primitives.Path"/>
+	<component id="Rect" class="spark.primitives.Rect"/>
+   	<component id="Line" class="spark.primitives.Line"/>
+    	<component id="RectangularDropShadow" class="spark.primitives.RectangularDropShadow"/>
+	
 </componentPackage>

-- 
To stop receiving notification emails like this one, please contact
alinakazi@apache.org.