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 2013/06/29 09:36:11 UTC

git commit: [flex-utilities] [refs/heads/develop] - Fixed installer config to point to 4.9.1 release instead of nightly build

Updated Branches:
  refs/heads/develop 829811ba1 -> 9db3e933c


Fixed installer config to point to 4.9.1 release instead of nightly build


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

Branch: refs/heads/develop
Commit: 9db3e933c6eead9206105480834c92c2ef865ea3
Parents: 829811b
Author: Om <bi...@gmail.com>
Authored: Sat Jun 29 00:35:55 2013 -0700
Committer: Om <bi...@gmail.com>
Committed: Sat Jun 29 00:35:55 2013 -0700

----------------------------------------------------------------------
 installer/src/installer/sdk-installer-config-3.0.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/9db3e933/installer/src/installer/sdk-installer-config-3.0.xml
----------------------------------------------------------------------
diff --git a/installer/src/installer/sdk-installer-config-3.0.xml b/installer/src/installer/sdk-installer-config-3.0.xml
index 02a0478..fd54701 100644
--- a/installer/src/installer/sdk-installer-config-3.0.xml
+++ b/installer/src/installer/sdk-installer-config-3.0.xml
@@ -40,8 +40,8 @@ limitations under the License.
                  - 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="flex/4.9.1/binaries/" file="apache-flex-sdk-4.9.1-bin"/> -->
-<file name="ApacheFlexSDK" path="https://builds.apache.org/job/flex-sdk_release/lastSuccessfulBuild/artifact/out/" file="apache-flex-sdk-4.10.0-bin" />
+         <file name="ApacheFlexSDK" path="flex/4.9.1/binaries/" file="apache-flex-sdk-4.9.1-bin"/> -->
+<!-- <file name="ApacheFlexSDK" path="https://builds.apache.org/job/flex-sdk_release/lastSuccessfulBuild/artifact/out/" file="apache-flex-sdk-4.10.0-bin" />  -->
 
         <!-- All the versions! -->
 		<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" />