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 2013/06/17 13:02:07 UTC

git commit: [flex-utilities] [refs/heads/develop] - Fixed file name of AIR SDK on Linux

Updated Branches:
  refs/heads/develop a810461ca -> fcd3f5933


Fixed file name of AIR SDK on Linux


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/fcd3f593
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/fcd3f593
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/fcd3f593

Branch: refs/heads/develop
Commit: fcd3f59338f7f72917e6004ce2bed9ec6a77f6d6
Parents: a810461
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Jun 17 21:01:45 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Jun 17 21:01:45 2013 +1000

----------------------------------------------------------------------
 installer/src/sdk-installer-config-3.0.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/fcd3f593/installer/src/sdk-installer-config-3.0.xml
----------------------------------------------------------------------
diff --git a/installer/src/sdk-installer-config-3.0.xml b/installer/src/sdk-installer-config-3.0.xml
index 6b6983a..8d8c9f2 100644
--- a/installer/src/sdk-installer-config-3.0.xml
+++ b/installer/src/sdk-installer-config-3.0.xml
@@ -46,7 +46,7 @@ limitations under the License.
 		<file name="Versions" airVersions="3.8,3.7,3.6,3.5,3.4,3.3,3.2,3.1,3.0,2.7,2.6" flashPlayerVersions="11.8,11.7,11.6,11.5,11.4,11.3,11.2,11.1,11.0,10.3,10.2" airDefault="3.7" flashPlayerDefault="11.7" /> 
 
         <!-- Adobe AIR SDK -->
-		<file name="AdobeAIRSDKLin2.6" path="http://airdownload.adobe.com/air/lin/download/2.6/" file="AdobeAIRSDK.zip" />
+		<file name="AdobeAIRSDKLin2.6" path="http://airdownload.adobe.com/air/lin/download/2.6/" file="AdobeAIRSDK.tbz2" />
 		
 		<file name="AdobeAIRSDKWin2.6" path="http://airdownload.adobe.com/air/win/download/2.6/" file="AdobeAIRSDK.zip" /> 
 		<file name="AdobeAIRSDKWin2.7" path="http://airdownload.adobe.com/air/win/download/2.7/" file="AdobeAIRSDK.zip" />