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/18 10:06:41 UTC

[07/33] git commit: [flex-sdk] [refs/heads/develop] - 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/57552949
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/57552949
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/57552949

Branch: refs/heads/develop
Commit: 575529497da5c73fe23a6ade850c7141280b7af2
Parents: c2a5e2e
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Dec 13 14:49:27 2014 +1100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Thu Dec 18 09:53:51 2014 +0100

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/57552949/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>	
 
     <!--