added support for FP 17

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

Branch: refs/heads/master
Commit: 6baa472ee71f407346b45cfb3d0f7b33175d9373
Parents: 59462c9
Author: Justin Mclean <[email protected]>
Authored: Fri Mar 20 10:47:22 2015 +1100
Committer: Justin Mclean <[email protected]>
Committed: Fri Mar 20 10:47:22 2015 +1100

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/6baa472e/frameworks/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/build.xml b/frameworks/build.xml
index 14f5628..01ef156 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -218,6 +218,9 @@
                <condition property="playerglobal.swfversion" value="27">
                        <equals arg1="${playerglobal.version}" arg2="16.0" />
                </condition>
+               <condition property="playerglobal.swfversion" value="28">
+                       <equals arg1="${playerglobal.version}" arg2="17.0" />
+               </condition>
        </target>       
 
     <!--

Reply via email to