You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2012/10/29 18:49:52 UTC

svn commit: r1403446 - /incubator/flex/sdk/branches/develop/frameworks/spark-manifest.xml

Author: pent
Date: Mon Oct 29 17:49:52 2012
New Revision: 1403446

URL: http://svn.apache.org/viewvc?rev=1403446&view=rev
Log:
Added BusyIndicator to manifest since it was moved from mobilecomponents to spark

Modified:
    incubator/flex/sdk/branches/develop/frameworks/spark-manifest.xml

Modified: incubator/flex/sdk/branches/develop/frameworks/spark-manifest.xml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/frameworks/spark-manifest.xml?rev=1403446&r1=1403445&r2=1403446&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/frameworks/spark-manifest.xml (original)
+++ incubator/flex/sdk/branches/develop/frameworks/spark-manifest.xml Mon Oct 29 17:49:52 2012
@@ -45,6 +45,7 @@
     <component id="BlurFilter" class="spark.filters.BlurFilter"/>
     <component id="BorderContainer" class="spark.components.BorderContainer"/>
     <component id="Bounce" class="spark.effects.easing.Bounce"/>
+    <component id="BusyIndicator" class="spark.components.BusyIndicator"/>
     <component id="Button" class="spark.components.Button"/>
     <component id="ButtonBar" class="spark.components.ButtonBar"/>
     <component id="ButtonBarButton" class="spark.components.ButtonBarButton"/>