You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by to...@apache.org on 2013/10/07 22:52:50 UTC

[1/2] git commit: [flex-sdk] [refs/heads/develop] - fix case

Updated Branches:
  refs/heads/develop 6e0cb6c10 -> 320dea37d


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/9f7b72f4
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/9f7b72f4
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/9f7b72f4

Branch: refs/heads/develop
Commit: 9f7b72f4e729048df315278dcae76a627eac0d2a
Parents: 6e0cb6c
Author: Tom Chiverton <to...@apache.org>
Authored: Mon Oct 7 21:44:37 2013 +0100
Committer: Tom Chiverton <to...@apache.org>
Committed: Mon Oct 7 21:44:37 2013 +0100

----------------------------------------------------------------------
 frameworks/projects/experimental/compile-config.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/9f7b72f4/frameworks/projects/experimental/compile-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/projects/experimental/compile-config.xml b/frameworks/projects/experimental/compile-config.xml
index c0d7297..4cae153 100644
--- a/frameworks/projects/experimental/compile-config.xml
+++ b/frameworks/projects/experimental/compile-config.xml
@@ -25,7 +25,7 @@
             <path-element>${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc</path-element>
             <path-element>../../libs/framework.swc</path-element>
             <path-element>../../libs/spark.swc</path-element>
-            <path-element>../../libs/textlayout.swc</path-element>
+            <path-element>../../libs/textLayout.swc</path-element>
         </external-library-path>
 
         <keep-as3-metadata>


[2/2] git commit: [flex-sdk] [refs/heads/develop] - fix case

Posted by to...@apache.org.
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/develop
Commit: 320dea37decdf67b724a5dd4aac1f94ec97ceb4f
Parents: 9f7b72f
Author: Tom Chiverton <to...@apache.org>
Authored: Mon Oct 7 21:50:02 2013 +0100
Committer: Tom Chiverton <to...@apache.org>
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>