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 2017/03/15 04:06:16 UTC

[28/50] [abbrv] git commit: [flex-sdk] [refs/heads/master] - Added support for FP 24.0

Added support for FP 24.0


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

Branch: refs/heads/master
Commit: 0ebd3e525b772313cac1e82b592265d188c18c62
Parents: 65a1de5
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Dec 19 10:03:35 2016 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Dec 19 10:03:35 2016 +1100

----------------------------------------------------------------------
 frameworks/build.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0ebd3e52/frameworks/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/build.xml b/frameworks/build.xml
index e06a349..500a186 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -241,6 +241,9 @@
 		<condition property="playerglobal.swfversion" value="34">
 			<equals arg1="${playerglobal.version}" arg2="23.0" />
 		</condition>
+		<condition property="playerglobal.swfversion" value="35">
+			<equals arg1="${playerglobal.version}" arg2="24.0" />
+		</condition>
 	</target>	
 
     <!--