You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2014/11/22 02:01:03 UTC

[20/48] git commit: [flex-sdk] [refs/heads/iso7skins] - Added FP 15 swfversion condition

Added FP 15 swfversion condition

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/iso7skins
Commit: 39e5a906a80227ceb77322b057e8cee8807f7dfc
Parents: 332ec43
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri Oct 24 12:58:36 2014 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Oct 24 13:04:18 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/39e5a906/frameworks/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/build.xml b/frameworks/build.xml
index fcfa9f9..3780f11 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -204,6 +204,9 @@
 		<condition property="playerglobal.swfversion" value="25">
 			<equals arg1="${playerglobal.version}" arg2="14.0" />
 		</condition>
+		<condition property="playerglobal.swfversion" value="26">
+			<equals arg1="${playerglobal.version}" arg2="15.0" />
+		</condition>
 	</target>	
 
     <!--