Repository: flex-sdk Updated Branches: refs/heads/release4.14.0 51f734433 -> c67eb11bf
Update version and use 'osmf' instead of 'OSMF' Signed-off-by: Erik de Bruin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/c67eb11b Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/c67eb11b Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/c67eb11b Branch: refs/heads/release4.14.0 Commit: c67eb11bf8afbd2c209549de9ffa963baa1af03f Parents: 51f7344 Author: Erik de Bruin <[email protected]> Authored: Fri Dec 12 11:38:45 2014 +0100 Committer: Erik de Bruin <[email protected]> Committed: Fri Dec 12 11:38:45 2014 +0100 ---------------------------------------------------------------------- flex-sdk-description.xml | 4 ++-- frameworks/flex-config.xml | 2 +- ide/flashbuilder/config/air-config.xml | 20 ++++++++++---------- ide/flashbuilder/config/flex-config.xml | 22 +++++++++++----------- 4 files changed, 24 insertions(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c67eb11b/flex-sdk-description.xml ---------------------------------------------------------------------- diff --git a/flex-sdk-description.xml b/flex-sdk-description.xml index e752185..8646852 100644 --- a/flex-sdk-description.xml +++ b/flex-sdk-description.xml @@ -18,8 +18,8 @@ --> <flex-sdk-description> -<name>Apache Flex 4.13.0 FP11.1 AIR3.9 en_US</name> -<version>4.13.0</version> +<name>Apache Flex 4.14.0 FP11.1 AIR14.0 en_US</name> +<version>4.14.0</version> <build>0</build> </flex-sdk-description> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c67eb11b/frameworks/flex-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/flex-config.xml b/frameworks/flex-config.xml index 2797eeb..7092b13 100644 --- a/frameworks/flex-config.xml +++ b/frameworks/flex-config.xml @@ -406,7 +406,7 @@ Flex Library project, FlashBuilder will allow "Link Type" to be external. --> <runtime-shared-library-path> - <path-element>libs/OSMF.swc</path-element> + <path-element>libs/osmf.swc</path-element> <rsl-url>osmf_${build.number}.swf</rsl-url> </runtime-shared-library-path> http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c67eb11b/ide/flashbuilder/config/air-config.xml ---------------------------------------------------------------------- diff --git a/ide/flashbuilder/config/air-config.xml b/ide/flashbuilder/config/air-config.xml index 2df10ab..2887c63 100644 --- a/ide/flashbuilder/config/air-config.xml +++ b/ide/flashbuilder/config/air-config.xml @@ -353,7 +353,7 @@ <!-- Framework SWC --> <runtime-shared-library-path> <path-element>libs/framework.swc</path-element> - <rsl-url>framework_4.13.0.0.swf</rsl-url> + <rsl-url>framework_4.14.0.0.swf</rsl-url> </runtime-shared-library-path> <!-- TextLayout SWC --> @@ -363,37 +363,37 @@ --> <runtime-shared-library-path> <path-element>libs/textLayout.swc</path-element> - <rsl-url>textLayout_4.13.0.0.swf</rsl-url> + <rsl-url>textLayout_4.14.0.0.swf</rsl-url> </runtime-shared-library-path> <!-- Spark SWC--> <runtime-shared-library-path> <path-element>libs/spark.swc</path-element> - <rsl-url>spark_4.13.0.0.swf</rsl-url> + <rsl-url>spark_4.14.0.0.swf</rsl-url> </runtime-shared-library-path> <!-- Sparkskins SWC--> <runtime-shared-library-path> <path-element>libs/sparkskins.swc</path-element> - <rsl-url>sparkskins_4.13.0.0.swf</rsl-url> + <rsl-url>sparkskins_4.14.0.0.swf</rsl-url> </runtime-shared-library-path> <!-- RPC SWC --> <runtime-shared-library-path> <path-element>libs/rpc.swc</path-element> - <rsl-url>rpc_4.13.0.0.swf</rsl-url> + <rsl-url>rpc_4.14.0.0.swf</rsl-url> </runtime-shared-library-path> <!-- Charts SWC --> <runtime-shared-library-path> <path-element>libs/charts.swc</path-element> - <rsl-url>charts_4.13.0.0.swf</rsl-url> + <rsl-url>charts_4.14.0.0.swf</rsl-url> </runtime-shared-library-path> <!-- Spark_dmv SWC --> <runtime-shared-library-path> <path-element>libs/spark_dmv.swc</path-element> - <rsl-url>spark_dmv_4.13.0.0.swf</rsl-url> + <rsl-url>spark_dmv_4.14.0.0.swf</rsl-url> </runtime-shared-library-path> <!-- OSMF SWC --> @@ -403,19 +403,19 @@ --> <runtime-shared-library-path> <path-element>libs/osmf.swc</path-element> - <rsl-url>osmf_4.13.0.0.swf</rsl-url> + <rsl-url>osmf_4.14.0.0.swf</rsl-url> </runtime-shared-library-path> <!-- MX SWC --> <runtime-shared-library-path> <path-element>libs/mx/mx.swc</path-element> - <rsl-url>mx_4.13.0.0.swf</rsl-url> + <rsl-url>mx_4.14.0.0.swf</rsl-url> </runtime-shared-library-path> <!-- Advancedgrids SWC --> <runtime-shared-library-path> <path-element>libs/advancedgrids.swc</path-element> - <rsl-url>advancedgrids_4.13.0.0.swf</rsl-url> + <rsl-url>advancedgrids_4.14.0.0.swf</rsl-url> </runtime-shared-library-path> <!-- static-link-runtime-shared-libraries: statically link the libraries specified by the -runtime-shared-libraries-path option.--> http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/c67eb11b/ide/flashbuilder/config/flex-config.xml ---------------------------------------------------------------------- diff --git a/ide/flashbuilder/config/flex-config.xml b/ide/flashbuilder/config/flex-config.xml index 1536d4a..cb89647 100644 --- a/ide/flashbuilder/config/flex-config.xml +++ b/ide/flashbuilder/config/flex-config.xml @@ -357,7 +357,7 @@ <!-- Framework SWC --> <runtime-shared-library-path> <path-element>libs/framework.swc</path-element> - <rsl-url>framework_4.13.0.0.swf</rsl-url> + <rsl-url>framework_4.14.0.0.swf</rsl-url> </runtime-shared-library-path> <!-- TextLayout SWC --> @@ -367,37 +367,37 @@ --> <runtime-shared-library-path> <path-element>libs/textLayout.swc</path-element> - <rsl-url>textLayout_4.13.0.0.swf</rsl-url> + <rsl-url>textLayout_4.14.0.0.swf</rsl-url> </runtime-shared-library-path> <!-- Spark SWC--> <runtime-shared-library-path> <path-element>libs/spark.swc</path-element> - <rsl-url>spark_4.13.0.0.swf</rsl-url> + <rsl-url>spark_4.14.0.0.swf</rsl-url> </runtime-shared-library-path> <!-- Sparkskins SWC--> <runtime-shared-library-path> <path-element>libs/sparkskins.swc</path-element> - <rsl-url>sparkskins_4.13.0.0.swf</rsl-url> + <rsl-url>sparkskins_4.14.0.0.swf</rsl-url> </runtime-shared-library-path> <!-- RPC SWC --> <runtime-shared-library-path> <path-element>libs/rpc.swc</path-element> - <rsl-url>rpc_4.13.0.0.swf</rsl-url> + <rsl-url>rpc_4.14.0.0.swf</rsl-url> </runtime-shared-library-path> <!-- Charts SWC --> <runtime-shared-library-path> <path-element>libs/charts.swc</path-element> - <rsl-url>charts_4.13.0.0.swf</rsl-url> + <rsl-url>charts_4.14.0.0.swf</rsl-url> </runtime-shared-library-path> <!-- Spark_dmv SWC --> <runtime-shared-library-path> <path-element>libs/spark_dmv.swc</path-element> - <rsl-url>spark_dmv_4.13.0.0.swf</rsl-url> + <rsl-url>spark_dmv_4.14.0.0.swf</rsl-url> </runtime-shared-library-path> <!-- OSMF SWC --> @@ -406,20 +406,20 @@ Flex Library project, FlashBuilder will allow "Link Type" to be external. --> <runtime-shared-library-path> - <path-element>libs/OSMF.swc</path-element> - <rsl-url>osmf_4.13.0.0.swf</rsl-url> + <path-element>libs/osmf.swc</path-element> + <rsl-url>osmf_4.14.0.0.swf</rsl-url> </runtime-shared-library-path> <!-- MX SWC --> <runtime-shared-library-path> <path-element>libs/mx/mx.swc</path-element> - <rsl-url>mx_4.13.0.0.swf</rsl-url> + <rsl-url>mx_4.14.0.0.swf</rsl-url> </runtime-shared-library-path> <!-- Advancedgrids SWC --> <runtime-shared-library-path> <path-element>libs/advancedgrids.swc</path-element> - <rsl-url>advancedgrids_4.13.0.0.swf</rsl-url> + <rsl-url>advancedgrids_4.14.0.0.swf</rsl-url> </runtime-shared-library-path> <!-- static-link-runtime-shared-libraries: statically link the libraries specified by the -runtime-shared-libraries-path option.-->
