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 12:00:49 UTC

git commit: [flex-utilities] [refs/heads/develop] - added missing "/" to path

Updated Branches:
  refs/heads/develop 73a20a17b -> fa1a2e7fc


added missing "/" to path


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

Branch: refs/heads/develop
Commit: fa1a2e7fce3cc480ab0bcedf8dc21438561fc25c
Parents: 73a20a1
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Jun 17 20:00:31 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Jun 17 20:00:31 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/fa1a2e7f/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 517ee13..6b6983a 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.zip" />
 		
 		<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" />