fix case
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/320dea37 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/320dea37 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/320dea37 Branch: refs/heads/release4.11.0 Commit: 320dea37decdf67b724a5dd4aac1f94ec97ceb4f Parents: 9f7b72f Author: Tom Chiverton <[email protected]> Authored: Mon Oct 7 21:50:02 2013 +0100 Committer: Tom Chiverton <[email protected]> Committed: Mon Oct 7 21:50:02 2013 +0100 ---------------------------------------------------------------------- frameworks/projects/experimental_mobile/compile-config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/320dea37/frameworks/projects/experimental_mobile/compile-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/projects/experimental_mobile/compile-config.xml b/frameworks/projects/experimental_mobile/compile-config.xml index 7a21013..fd8db97 100644 --- a/frameworks/projects/experimental_mobile/compile-config.xml +++ b/frameworks/projects/experimental_mobile/compile-config.xml @@ -27,7 +27,7 @@ <path-element>../../libs/framework.swc</path-element> <path-element>../../libs/apache.swc</path-element> <path-element>../../libs/spark.swc</path-element> - <path-element>../../libs/textlayout.swc</path-element> + <path-element>../../libs/textLayout.swc</path-element> <path-element>../../libs/mobile/mobilecomponents.swc</path-element> <path-element>../../themes/Mobile/mobile.swc</path-element> </external-library-path>
