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/master
Commit: 5ef6e3c5d85a61517c09d306e808b0cd2240ce51
Parents: 58cf81a
Author: Om <bigosma...@gmail.com>
Authored: Mon May 27 02:19:28 2013 -0700
Committer: Om <bigosma...@gmail.com>
Committed: Mon May 27 02:19:28 2013 -0700

----------------------------------------------------------------------
 installer/src/InstallApacheFlex.mxml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


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));

Reply via email to