Revision 37822 branches/v2_0_0_prep/extensions/org.gvsig.installer/org.gvsig.installer.swing/org.gvsig.installer.swing.impl/src/main/java/org/gvsig/installer/swing/impl/execution/DefaultInstallPackageWizard.java

View differences:

DefaultInstallPackageWizard.java
70 70
	// Wizards
71 71
	private SelectBundlesWizard selectInstallersWizard = null;
72 72
	private SelectPackagesWizard selectPluginsWizard = null;
73
	// private SelectPackagesWizard selectPluginsWizard = null;
74 73
	private ProgressWizard progressWizard = null;
75 74
	private DownloadProgressWizard downloadProgressWizard = null;
76 75
	private TypicalOrAdvancedWizard typicalOrAdvancedWizard = null;
......
78 77
	private WizardListenerAdapter wizardListenerAdapter = null;
79 78

  
80 79
	public DefaultInstallPackageWizard(File applicationFolder,
81
			File pluginsFolder, File installFolder)
82
			throws InstallPackageServiceException {
83
		super(applicationFolder, pluginsFolder, installFolder);
80
			File installFolder) throws InstallPackageServiceException {
81
		super(applicationFolder, installFolder);
84 82

  
85 83
		installerExecutionService = InstallerLocator.getInstallerManager()
86 84
				.getInstallPackageService();
......
96 94
				.getSwingInstallerManager().getDefaultDownloadURLs();
97 95
		selectInstallersWizard = new SelectBundlesWizard(this, downloadURLs);
98 96
		typicalOrAdvancedWizard = new TypicalOrAdvancedWizard(this);
99
		// selectPluginsWizard = new SelectPackagesWizard(this);
100 97
		selectPluginsWizard = new SelectPackagesWizard(this);
101 98
		progressWizard = new ProgressWizard(this);
102 99
		downloadProgressWizard = new DownloadProgressWizard(this);

Also available in: Unified diff