Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added new config file sdk-installer-config-2.0.xml
Added support to inject config xml via command line so that users can specify various combinations of Flash Player and AIR sdks Added support for Flex SDK 4.9 git-svn-id: https://svn.apache.org/repos/asf/incubator/flex/utilities/trunk@1426737 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Showing
3 changed files
with
88 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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>1.0.9</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="http://people.apache.org/~bigosmallm/installapacheflex_RC10/binaries/" file="apache-flex-sdk-installer-1.0.9-incubating-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> |