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 05:55:16 UTC

svn commit: r1422465 - /incubator/flex/sdk/branches/develop/frameworks/build_framework.xml

Author: fthomas
Date: Sun Dec 16 04:55:12 2012
New Revision: 1422465

URL: http://svn.apache.org/viewvc?rev=1422465&view=rev
Log:
FLEX-33284 New Spark Components - the png inclusion is not needed

Modified:
    incubator/flex/sdk/branches/develop/frameworks/build_framework.xml

Modified: incubator/flex/sdk/branches/develop/frameworks/build_framework.xml
URL: http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/frameworks/build_framework.xml?rev=1422465&r1=1422464&r2=1422465&view=diff
==============================================================================
--- incubator/flex/sdk/branches/develop/frameworks/build_framework.xml (original)
+++ incubator/flex/sdk/branches/develop/frameworks/build_framework.xml Sun Dec 16 04:55:12 2012
@@ -926,6 +926,7 @@
              output="${basedir}/libs/experimental.swc" 
             resource-bundle-list="${experimental.dir}/bundles.properties">
             <namespace uri="http://flex.apache.org/experimental/ns" manifest="${experimental.dir}/manifest.xml"/>
+            <namespace uri="library://ns.adobe.com/flex/spark" manifest="${experimental.dir}/spark-manifest.xml"/>
             <include-namespaces uri="http://flex.apache.org/experimental/ns"/>
             <source-path path-element="${experimental.dir}/src"/>
             <library-path/>
@@ -971,10 +972,6 @@
                 <include name="textLayout.swc"/>
             </external-library-path>
             <include-file name="defaults.css" path="${halo.dir}/defaults.css"/>
-            <include-file name="assets/ErrorIndicator.png" path="${spark.dir}/assets/dividers/HDivider.png"/>
-            <include-file name="assets/ErrorIndicator.png" path="${spark.dir}/assets/dividers/HDividerCursor.png"/>
-            <include-file name="assets/ErrorIndicator.png" path="${spark.dir}/assets/dividers/VDivider.png"/>
-            <include-file name="assets/ErrorIndicator.png" path="${spark.dir}/assets/dividers/VDividerCursor.png"/>
             <jvmarg line="${compc.jvm.args}"/>
         </compc>
     </target>