Add core.graphics shapes to basic-manifest.xml

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

Branch: refs/heads/develop
Commit: 024d633e74919a062cfee768a761c270e20b3729
Parents: b784b84
Author: OmPrakash Muppirala <[email protected]>
Authored: Thu Oct 16 01:34:33 2014 -0700
Committer: OmPrakash Muppirala <[email protected]>
Committed: Thu Oct 16 01:34:33 2014 -0700

----------------------------------------------------------------------
 frameworks/as/projects/FlexJSUI/basic-manifest.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/024d633e/frameworks/as/projects/FlexJSUI/basic-manifest.xml
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/basic-manifest.xml 
b/frameworks/as/projects/FlexJSUI/basic-manifest.xml
index 01cc765..df0f9b3 100644
--- a/frameworks/as/projects/FlexJSUI/basic-manifest.xml
+++ b/frameworks/as/projects/FlexJSUI/basic-manifest.xml
@@ -93,6 +93,11 @@
 
     <component id="Map" class="org.apache.flex.maps.google.Map" />
 
+       <component id="Circle" class="org.apache.flex.core.graphics.Circle" />
+       <component id="Ellipse" class="org.apache.flex.core.graphics.Ellipse" />
+       <component id="Path" class="org.apache.flex.core.graphics.Path" />
+       <component id="Rect" class="org.apache.flex.core.graphics.Rect" />
+       <component id="GraphicsContainer" 
class="org.apache.flex.core.graphics.GraphicsContainer" />
     <component id="GradientEntry" 
class="org.apache.flex.core.graphics.GradientEntry" />
     <component id="LinearGradient" 
class="org.apache.flex.core.graphics.LinearGradient" />
     <component id="SolidColor" 
class="org.apache.flex.core.graphics.SolidColor" />

Reply via email to