Updated Branches: refs/heads/develop 386374625 -> 28e909749
Switching to 4.11.0 release binaries Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/28e90974 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/28e90974 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/28e90974 Branch: refs/heads/develop Commit: 28e909749ae393370651792c427e3c8cfdbc6373 Parents: 3863746 Author: Om <[email protected]> Authored: Thu Oct 24 11:32:30 2013 -0700 Committer: Om <[email protected]> Committed: Thu Oct 24 11:32:30 2013 -0700 ---------------------------------------------------------------------- installer/src/installer/sdk-installer-config-3.1.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/28e90974/installer/src/installer/sdk-installer-config-3.1.xml ---------------------------------------------------------------------- diff --git a/installer/src/installer/sdk-installer-config-3.1.xml b/installer/src/installer/sdk-installer-config-3.1.xml index c0ff5d4..21429ab 100644 --- a/installer/src/installer/sdk-installer-config-3.1.xml +++ b/installer/src/installer/sdk-installer-config-3.1.xml @@ -35,20 +35,20 @@ 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,4.10.0,4.9.1,Nightly (dev use only)" default="4.11.0" /> <!-- 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" path="flex/4.11.0/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" /> <!-- All the versions! --> - <file name="Versions" airVersions="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="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="3.8" flashPlayerDefault="11.8" /> + <file name="Versions" airVersions="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="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="3.9" flashPlayerDefault="11.9" /> <!-- Adobe AIR SDK --> <file name="AdobeAIRSDKLin2.6" path="http://airdownload.adobe.com/air/lin/download/2.6/" file="AdobeAIRSDK.tbz2" />
