You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ft...@apache.org on 2012/12/16 07:36:16 UTC

svn commit: r1422470 - /incubator/flex/sdk/branches/develop/frameworks/projects/experimental/manifest.xml

Author: fthomas
Date: Sun Dec 16 06:36:16 2012
New Revision: 1422470

URL: http://svn.apache.org/viewvc?rev=1422470&view=rev
Log:
Removed the unnescessary external classes as they are now in the spark-manifest.xml

Modified:
    incubator/flex/sdk/branches/develop/frameworks/projects/experimental/manifest.xml

Modified: incubator/flex/sdk/branches/develop/frameworks/projects/experimental/manifest.xml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/frameworks/projects/experimental/manifest.xml?rev=1422470&r1=1422469&r2=1422470&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/frameworks/projects/experimental/manifest.xml (original)
+++ incubator/flex/sdk/branches/develop/frameworks/projects/experimental/manifest.xml Sun Dec 16 06:36:16 2012
@@ -51,7 +51,4 @@
 	<!-- ProgressBar classes and skins -->
 	<component id="ProgressBar" class="org.apache.flex.components.sparkProgressBar.ProgressBar"/>
 	<component id="ProgressBarSkin" class="org.apache.flex.components.sparkProgressBar.skin.ProgressBarSkin"/>
-
-    <component id="SolidColor" class="mx.graphics.SolidColor" lookupOnly="true"/>
-    <component id="SolidColorStroke" class="mx.graphics.SolidColorStroke" lookupOnly="true"/>
 </componentPackage>