This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6644824470 frameworks/build.xml: more player version to swf-version 
mappings
6644824470 is described below

commit 66448244701f269de6763683f261ef413b7ba897
Author: Josh Tynjala <[email protected]>
AuthorDate: Thu Jan 15 16:39:04 2026 -0800

    frameworks/build.xml: more player version to swf-version mappings
---
 frameworks/build.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/frameworks/build.xml b/frameworks/build.xml
index d583cb0517..8202ccc30e 100644
--- a/frameworks/build.xml
+++ b/frameworks/build.xml
@@ -696,6 +696,21 @@
         <condition property="playerglobal.swfversion" value="38">
             <equals arg1="${playerglobal.version}" arg2="27.0" />
         </condition>
+        <condition property="playerglobal.swfversion" value="39">
+            <equals arg1="${playerglobal.version}" arg2="28.0" />
+        </condition>
+        <condition property="playerglobal.swfversion" value="40">
+            <equals arg1="${playerglobal.version}" arg2="29.0" />
+        </condition>
+        <condition property="playerglobal.swfversion" value="41">
+            <equals arg1="${playerglobal.version}" arg2="30.0" />
+        </condition>
+        <condition property="playerglobal.swfversion" value="42">
+            <equals arg1="${playerglobal.version}" arg2="31.0" />
+        </condition>
+        <condition property="playerglobal.swfversion" value="43">
+            <equals arg1="${playerglobal.version}" arg2="32.0" />
+        </condition>
        </target>
 
 </project>

Reply via email to