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/0a73592d Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/0a73592d Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/0a73592d Branch: refs/heads/release4.14.0 Commit: 0a73592d2a430b967ac094514a3365b440633979 Parents: 24a7111 Author: Alex Harui <[email protected]> Authored: Fri Dec 12 11:54:06 2014 -0800 Committer: Erik de Bruin <[email protected]> Committed: Tue Dec 16 09:37:11 2014 +0100 ---------------------------------------------------------------------- build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0a73592d/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"/>
