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 2012/12/29 11:32:15 UTC

svn commit: r1426738 - /incubator/flex/site/trunk/content/flex/sdk-installer-config-2.0.xml

Author: bigosmallm
Date: Sat Dec 29 10:32:14 2012
New Revision: 1426738

URL: http://svn.apache.org/viewvc?rev=1426738&view=rev
Log:
Adding sdk-installer-config-2.0.xml

Added:
    incubator/flex/site/trunk/content/flex/sdk-installer-config-2.0.xml   (with props)

Added: incubator/flex/site/trunk/content/flex/sdk-installer-config-2.0.xml
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/content/flex/sdk-installer-config-2.0.xml?rev=1426738&view=auto
==============================================================================
--- incubator/flex/site/trunk/content/flex/sdk-installer-config-2.0.xml (added)
+++ incubator/flex/site/trunk/content/flex/sdk-installer-config-2.0.xml Sat Dec 29 10:32:14 2012
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<!--
+
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+-->
+
+<config>
+	<version>
+		<latest>2.0.0</latest>
+	</version>
+	<files>
+	
+		<!-- SDK Installer App binary distribution
+			 Notes: 
+			 	- use full URL when binaries are NOT released yet, else use 
+			 	  path relative to mirror
+			 	- if path is relative, don't use starting slash -->
+		<file name="SDKInstallerApp" path="incubator/flex/installer/2.0/binaries/" file="apache-flex-sdk-installer-2.0.0-bin" />
+		
+		<!-- Mirror URL CGI -->
+		<file name="MirrorURLCGI" path="" file="single-mirror-url.cgi" />
+		
+		<!-- Apache Flex binary distribution
+			 Notes: 
+			 	- path is relative to mirror URL
+			 	- don't use starting slash 
+			 	- for the second and later releases, remove the extension from the file name -->
+		<file name="ApacheFlexSDK" path="incubator/flex/4.9.0/binaries/" file="apache-flex-sdk-4.9.0-bin" />
+		
+		<!-- Adobe AIR SDK -->
+		<file name="AdobeAIRSDKWin" path="http://airdownload.adobe.com/air/win/download/3.4/" file="AdobeAIRSDK.zip" />
+		<file name="AdobeAIRSDKMac" path="http://airdownload.adobe.com/air/mac/download/3.4/" file="AdobeAIRSDK.tbz2" />
+		
+		<!-- Adobe Flash Player player global swc -->
+		<file name="FlashPlayer" path="http://fpdownload.macromedia.com/get/flashplayer/updaters/11/" file="playerglobal11_3.swc" version="11.3" />	
+
+		<!-- SWFObject.js -->
+		<file name="swfobject" path="http://swfobject.googlecode.com/files/" file="swfobject_2_2.zip" />	
+		
+		<!-- BlazeDS -->
+		<file name="BlazeDS" path="http://opensource.adobe.com/svn/opensource/flex/sdk/branches/4.y/lib/" file="flex-messaging-common.jar" />	
+		
+		<!-- FontSWF -->
+		<file name="afe" path="http://opensource.adobe.com/svn/opensource/flex/sdk/branches/4.y/lib/" file="afe.jar" />
+		<file name="aglj40" path="http://opensource.adobe.com/svn/opensource/flex/sdk/branches/4.y/lib/" file="aglj40.jar" />
+		<file name="flex-fontkit" path="http://opensource.adobe.com/svn/opensource/flex/sdk/branches/4.y/lib/" file="flex-fontkit.jar" />
+		<file name="rideau" path="http://opensource.adobe.com/svn/opensource/flex/sdk/branches/4.y/lib/" file="rideau.jar" />
+			
+		<!-- OSMF -->
+		<file name="OSMF" path="http://opensource.adobe.com/svn/opensource/flex/sdk/branches/4.y/frameworks/libs/" file="osmf.swc" />	
+
+	</files>
+</config>
\ No newline at end of file

Propchange: incubator/flex/site/trunk/content/flex/sdk-installer-config-2.0.xml
------------------------------------------------------------------------------
    svn:eol-style = native