You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/12/16 09:41:27 UTC

[05/21] git commit: [flex-sdk] [refs/heads/release4.14.0] - add missing swf version 27

add missing swf version 27


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

Branch: refs/heads/release4.14.0
Commit: b84f45129c9418fee6090bff485fdd519db80f80
Parents: facd556
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Dec 13 14:49:27 2014 +1100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Tue Dec 16 09:37:12 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/b84f4512/frameworks/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/build.xml b/frameworks/build.xml
index 541f92f..f44f73a 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -214,6 +214,9 @@
 		<condition property="playerglobal.swfversion" value="26">
 			<equals arg1="${playerglobal.version}" arg2="15.0" />
 		</condition>
+		<condition property="playerglobal.swfversion" value="27">
+			<equals arg1="${playerglobal.version}" arg2="16.0" />
+		</condition>
 	</target>	
 
     <!--