Repository: flex-sdk
Updated Branches:
  refs/heads/develop f661863d5 -> 0bb17072e


Added support for FP 18, 19 and 20

Mustella noticed that these higher versions weren't associated with a SWF 
version yet...

Signed-off-by: Erik de Bruin <e...@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/0bb17072
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/0bb17072
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/0bb17072

Branch: refs/heads/develop
Commit: 0bb17072e731ee201ed79c098d40153f03f089fb
Parents: f661863
Author: Erik de Bruin <e...@ixsoftware.nl>
Authored: Tue Sep 29 09:16:54 2015 +0200
Committer: Erik de Bruin <e...@ixsoftware.nl>
Committed: Tue Sep 29 09:16:54 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/0bb17072/frameworks/build.xml
----------------------------------------------------------------------
diff --git a/frameworks/build.xml b/frameworks/build.xml
index 7be8a53..c902ec5 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -223,6 +223,15 @@
                <condition property="playerglobal.swfversion" value="28">
                        <equals arg1="${playerglobal.version}" arg2="17.0" />
                </condition>
+               <condition property="playerglobal.swfversion" value="29">
+                       <equals arg1="${playerglobal.version}" arg2="18.0" />
+               </condition>
+               <condition property="playerglobal.swfversion" value="30">
+                       <equals arg1="${playerglobal.version}" arg2="19.0" />
+               </condition>
+               <condition property="playerglobal.swfversion" value="31">
+                       <equals arg1="${playerglobal.version}" arg2="20.0" />
+               </condition>
        </target>       
 
     <!--

Reply via email to