You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2014/02/08 05:56:50 UTC

[4/6] git commit: [flex-sdk] [refs/heads/develop] - add missing config files so we can easily see and track changes / more easily know if a RC is broken

add missing config files so we can easily see and track changes / more easily know if a RC is broken


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

Branch: refs/heads/develop
Commit: baaaa848703ec86a8286da42e7c01916683046ce
Parents: 454818d
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Feb 8 14:27:38 2014 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Feb 8 14:27:38 2014 +1100

----------------------------------------------------------------------
 frameworks/air-config.xml       | 4 ++--
 frameworks/airmobile-config.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/baaaa848/frameworks/air-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/air-config.xml b/frameworks/air-config.xml
index 70ea434..1f50b0e 100644
--- a/frameworks/air-config.xml
+++ b/frameworks/air-config.xml
@@ -21,8 +21,8 @@
 
 <flex-config>
     <!-- Specifies the minimum player version that will run the compiled SWF. -->
-     <target-player>11.1</target-player>
-     
+    <target-player>11.1</target-player>
+
     <!-- Specifies the version of the compiled SWF -->
     <swf-version>14</swf-version>
     

http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/baaaa848/frameworks/airmobile-config.xml
----------------------------------------------------------------------
diff --git a/frameworks/airmobile-config.xml b/frameworks/airmobile-config.xml
index a93546b..866d7a1 100644
--- a/frameworks/airmobile-config.xml
+++ b/frameworks/airmobile-config.xml
@@ -21,7 +21,7 @@
 
 <flex-config>
     <!-- Specifies the minimum player version that will run the compiled SWF. -->
-     <target-player>11.1</target-player>
+    <target-player>11.1</target-player>
 
     <!-- Specifies the version of the compiled SWF -->
     <swf-version>14</swf-version>