You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/12/18 10:06:36 UTC

[02/33] git commit: [flex-sdk] [refs/heads/develop] - bundle flatspark.swc

bundle flatspark.swc


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

Branch: refs/heads/develop
Commit: ae26c15eaa5b6ccaf457e2716ad5c22d2581d058
Parents: c3a9546
Author: Alex Harui <ah...@apache.org>
Authored: Fri Dec 12 11:54:06 2014 -0800
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Thu Dec 18 09:53:49 2014 +0100

----------------------------------------------------------------------
 build.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/ae26c15e/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 569248f..36a29e2 100644
--- a/build.xml
+++ b/build.xml
@@ -897,7 +897,7 @@ There are no known issues.
         
         <antcall target="stage-source"/>
         
-        <!-- 
+        <!--
             Some, but not all framework sources are included.
             Need to include the sources required for build_framework.xml.
         -->
@@ -973,6 +973,7 @@ There are no known issues.
                 <include name="core.swc"/>
             	<include name="experimental.swc"/>
             	<include name="experimental_mobile.swc"/>
+                <include name="flatspark.swc"/>
                 <include name="spark.swc"/>
                 <include name="framework.swc"/>
                 <include name="mx/mx.swc"/>