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 2013/10/22 02:47:44 UTC

svn commit: r1534431 - /flex/site/trunk/content/installer/sdk-installer-config-3.1.xml

Author: bigosmallm
Date: Tue Oct 22 00:47:44 2013
New Revision: 1534431

URL: http://svn.apache.org/r1534431
Log:
Fixed sdk order so that 4.11.0 appears as default.  

Modified:
    flex/site/trunk/content/installer/sdk-installer-config-3.1.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=1534431&r1=1534430&r2=1534431&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 Tue Oct 22 00:47:44 2013
@@ -35,14 +35,14 @@ limitations under the License.
         <!-- Mirror URL CGI -->
         <file name="MirrorURLCGI" path="" file="single-mirror-url.cgi"/>
 
-		<file name="FlexVersions" versions="4.10.0,4.9.1,Nightly (dev use only),4.11.0 RC2 (dev use only)" default="4.10.0" />
+		<file name="FlexVersions" versions="4.11.0 RC2 (dev use only),4.10.0,4.9.1,Nightly (dev use only)" default="4.11.0 RC2 (dev use only)" />
 
         <!-- Apache Flex binary distribution
              Notes:
                  - path is relative to mirror URL; don't use starting slash
                  - use http based url if you want to use an absolute url instead of mirror
                  - remove the extension from the file name -->
-         <file name="4.11.0 RC2 (dev use only)" path="https://dist.apache.org/repos/dist/dev/flex/sdk/4.11.0/rc2/binaries/" file="apache-flex-sdk-4.11.0-bin"/>
+        <file name="4.11.0 RC2 (dev use only)" path="https://dist.apache.org/repos/dist/dev/flex/sdk/4.11.0/rc2/binaries/" file="apache-flex-sdk-4.11.0-bin"/>
 		<file name="4.10.0" path="flex/4.10.0/binaries/" file="apache-flex-sdk-4.10.0-bin"/>
 		<file name="4.9.1" path="flex/4.9.1/binaries/" file="apache-flex-sdk-4.9.1-bin"/>
 		<file name="Nightly (dev use only)" path="https://builds.apache.org/job/flex-sdk_release/lastSuccessfulBuild/artifact/out/" file="apache-flex-sdk-4.11.0-bin" />