You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2014/08/17 09:48:18 UTC

[31/50] git commit: [flex-sdk] [refs/heads/new_android_skins] - correct case for osmf.swc so compiles on Linux work

correct case for osmf.swc so compiles on Linux work


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

Branch: refs/heads/new_android_skins
Commit: cecd8e464b6121eaf45f2596bd9dbaebd439165b
Parents: 3ba58be
Author: Tom Chiverton <fa...@wopr.house>
Authored: Tue Aug 5 22:43:35 2014 +0100
Committer: Tom Chiverton <fa...@wopr.house>
Committed: Tue Aug 5 22:43:35 2014 +0100

----------------------------------------------------------------------
 frameworks/flex-config-template.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/cecd8e46/frameworks/flex-config-template.xml
----------------------------------------------------------------------
diff --git a/frameworks/flex-config-template.xml b/frameworks/flex-config-template.xml
index 53776fd..b9395dc 100644
--- a/frameworks/flex-config-template.xml
+++ b/frameworks/flex-config-template.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>