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/05/27 12:02:34 UTC

[3/4] git commit: [flex-utilities] [refs/heads/develop] - Removed first step as an installation activity step

Removed first step as an installation activity step


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

Branch: refs/heads/develop
Commit: 5ef6e3c5d85a61517c09d306e808b0cd2240ce51
Parents: 58cf81a
Author: Om <bi...@gmail.com>
Authored: Mon May 27 02:19:28 2013 -0700
Committer: Om <bi...@gmail.com>
Committed: Mon May 27 02:19:28 2013 -0700

----------------------------------------------------------------------
 installer/src/InstallApacheFlex.mxml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/5ef6e3c5/installer/src/InstallApacheFlex.mxml
----------------------------------------------------------------------
diff --git a/installer/src/InstallApacheFlex.mxml b/installer/src/InstallApacheFlex.mxml
index ceb9e07..a4987df 100644
--- a/installer/src/InstallApacheFlex.mxml
+++ b/installer/src/InstallApacheFlex.mxml
@@ -629,7 +629,6 @@ variables are not required because the locations of these pieces are known.
         protected function initiateInstallStepsActivity():void {
             _installationSteps = new ArrayCollection();
 
-			_installationSteps.addItem(new StepItem(_viewResourceConstants.STEP_SELECT_AIR_AND_FLASH_VERSION));
             _installationSteps.addItem(new StepItem(_viewResourceConstants.STEP_CREATE_DIRECTORIES));
             _installationSteps.addItem(new StepItem(_viewResourceConstants.STEP_REQUIRED_INSTALL_APACHE_FLEX_SDK));
             _installationSteps.addItem(new StepItem(_viewResourceConstants.STEP_VERIFY_FLEX_SDK));