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

svn commit: r1563791 - in /flex/site/trunk/content/installer: sdk-installer-config-3.1.xml sdk-installer-config-4.0.xml

Author: jmclean
Date: Mon Feb  3 07:25:17 2014
New Revision: 1563791

URL: http://svn.apache.org/r1563791
Log:
Added Flash Player 13 and AIR 4 beta

Modified:
    flex/site/trunk/content/installer/sdk-installer-config-3.1.xml
    flex/site/trunk/content/installer/sdk-installer-config-4.0.xml

Modified: flex/site/trunk/content/installer/sdk-installer-config-3.1.xml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/installer/sdk-installer-config-3.1.xml?rev=1563791&r1=1563790&r2=1563791&view=diff
==============================================================================
--- flex/site/trunk/content/installer/sdk-installer-config-3.1.xml (original)
+++ flex/site/trunk/content/installer/sdk-installer-config-3.1.xml Mon Feb  3 07:25:17 2014
@@ -48,7 +48,7 @@ limitations under the License.
 		<file name="Nightly (dev use only)" path="https://builds.apache.org/job/flex-sdk_release/lastSuccessfulBuild/artifact/out/" file="apache-flex-sdk-4.12.0-bin" /> 
 
         <!-- All the versions! -->
-		<file name="Versions" airVersions="4.0,3.9,3.8,3.7,3.6,3.5,3.4,3.3,3.2,3.1,3.0,2.7,2.6" flashPlayerVersions="12.0,11.9,11.8,11.7,11.6,11.5,11.4,11.3,11.2,11.1,11.0,10.3,10.2" airDefault="4.0" flashPlayerDefault="12.0" /> 
+		<file name="Versions" airVersions="4.0beta,4.0,3.9,3.8,3.7,3.6,3.5,3.4,3.3,3.2,3.1,3.0,2.7,2.6" flashPlayerVersions="13.0beta,12.0,11.9,11.8,11.7,11.6,11.5,11.4,11.3,11.2,11.1,11.0,10.3,10.2" airDefault="4.0" flashPlayerDefault="12.0" /> 
 
         <!-- Adobe AIR SDK -->
 		<file name="AdobeAIRSDKLin2.6" path="http://airdownload.adobe.com/air/lin/download/2.6/" file="AdobeAIRSDK.tbz2" />
@@ -66,6 +66,7 @@ limitations under the License.
 		<file name="AdobeAIRSDKWin3.8" path="http://airdownload.adobe.com/air/win/download/3.8/" file="AdobeAIRSDK.zip" label="tested"/>
 		<file name="AdobeAIRSDKWin3.9" path="http://airdownload.adobe.com/air/win/download/3.9/" file="AdobeAIRSDK.zip" />
 		<file name="AdobeAIRSDKWin4.0" path="http://airdownload.adobe.com/air/win/download/4.0/" file="AdobeAIRSDK.zip" />
+		<file name="AdobeAIRSDKWin4.0beta" path="http://labsdownload.adobe.com/pub/labs/flashruntimes/air" file="air4-0_sdk_sa_win.zip" />
 
 		<file name="AdobeAIRSDKMac2.6" path="http://airdownload.adobe.com/air/mac/download/2.6/" file="AdobeAIRSDK.tbz2" /> 
 		<file name="AdobeAIRSDKMac2.7" path="http://airdownload.adobe.com/air/mac/download/2.7/" file="AdobeAIRSDK.tbz2" />
@@ -80,6 +81,7 @@ limitations under the License.
 		<file name="AdobeAIRSDKMac3.8" path="http://airdownload.adobe.com/air/mac/download/3.8/" file="AdobeAIRSDK.tbz2" label="tested"/>
 		<file name="AdobeAIRSDKMac3.9" path="http://airdownload.adobe.com/air/mac/download/3.9/" file="AdobeAIRSDK.tbz2" />
 		<file name="AdobeAIRSDKMac4.0" path="http://airdownload.adobe.com/air/mac/download/4.0/" file="AdobeAIRSDK.tbz2" />
+		<file name="AdobeAIRSDKMac4.0beta" path="http://labsdownload.adobe.com/pub/labs/flashruntimes/air/" file="air4-0_sdk_sa_mac.tbz2" />
 		
 		<!-- Adobe Flash Player player global swc -->
 		<file name="FlashPlayer10.2" path="http://download.macromedia.com/get/flashplayer/installers/archive/playerglobal/" file="playerglobal10_2.swc" version="10.2" swfversion="11" />
@@ -94,7 +96,8 @@ limitations under the License.
 		<file name="FlashPlayer11.7" path="http://download.macromedia.com/get/flashplayer/updaters/11/" file="playerglobal11_7.swc" version="11.7" swfversion="20" label="tested"/>
 		<file name="FlashPlayer11.8" path="http://download.macromedia.com/get/flashplayer/updaters/11/" file="playerglobal11_8.swc" version="11.8" swfversion="21" label="tested"/>			
 		<file name="FlashPlayer11.9" path="http://download.macromedia.com/get/flashplayer/updaters/11/" file="playerglobal11_9.swc" version="11.9" swfversion="22" />			
-		<file name="FlashPlayer12.0" path="http://download.macromedia.com/get/flashplayer/updaters/12/" file="playerglobal12_0.swc" version="11.9" swfversion="23" />			
+		<file name="FlashPlayer12.0" path="http://download.macromedia.com/get/flashplayer/updaters/12/" file="playerglobal12_0.swc" version="12.0" swfversion="23" />
+		<file name="FlashPlayer13.0beta" path="http://labsdownload.adobe.com/pub/labs/flashruntimes/flashplayer/" file="flashplayer13_playerglobal.swc" version="13.0" swfversion="23" />				
         
         <!-- SWFObject.js -->
         <file name="swfobject" path="http://swfobject.googlecode.com/files/" file="swfobject_2_2.zip"/>

Modified: flex/site/trunk/content/installer/sdk-installer-config-4.0.xml
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/installer/sdk-installer-config-4.0.xml?rev=1563791&r1=1563790&r2=1563791&view=diff
==============================================================================
--- flex/site/trunk/content/installer/sdk-installer-config-4.0.xml (original)
+++ flex/site/trunk/content/installer/sdk-installer-config-4.0.xml Mon Feb  3 07:25:17 2014
@@ -131,6 +131,10 @@ limitations under the License.
                     <path id="air.sdk.path.windows.4.0">http://airdownload.adobe.com/air/win/download/4.0/</path>
                     <file id="air.sdk.file.windows.4.0">AdobeAIRSDK.zip</file>
                 </version4.0>
+                <version4.0beta>
+                    <path id="air.sdk.path.mac.4.0beta">http://labsdownload.adobe.com/pub/labs/flashruntimes/air/</path>
+                    <file id="air.sdk.file.mac.4.0beta">air4-0_sdk_sa_win.zip</file>
+                </version4.0beta>
             </versions>
         </windows>
         <mac>
@@ -187,6 +191,10 @@ limitations under the License.
                     <path id="air.sdk.path.mac.4.0">http://airdownload.adobe.com/air/mac/download/4.0/</path>
                     <file id="air.sdk.file.mac.4.0">AdobeAIRSDK.tbz2</file>
                 </version4.0>
+                <version4.0beta>
+                    <path id="air.sdk.path.mac.4.0beta">http://labsdownload.adobe.com/pub/labs/flashruntimes/air/</path>
+                    <file id="air.sdk.file.mac.4.0beta">air4-0_sdk_sa_mac.tbz2</file>
+                </version4.0beta>
             </versions>
         </mac>
     </airsdk>
@@ -257,6 +265,11 @@ limitations under the License.
                 <file id="flash.sdk.file.12.0">playerglobal12_0.swc</file>
                 <swfversion id="flash.sdk.swfversion.12.0">23</swfversion>
             </version12.0>
+             <version13.0beta>
+                <path id="flash.sdk.path.13.0">http://labsdownload.adobe.com/pub/labs/flashruntimes/flashplayer/</path>
+                <file id="flash.sdk.file.13.0">flashplayer13_playerglobal.swc</file>
+                <swfversion id="flash.sdk.swfversion.13.0">23</swfversion>
+            </version13.0beta>           
         </versions>
     </flashsdk>