Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 64549
Collapse All | Expand All

(-)src/org/eclipse/releng/tools/TagPage.java (+1 lines)
Lines 304-309 Link Here
304
			//In case the wizard switches to this page from Project Selection Page and there are some projects have outgoing changes
304
			//In case the wizard switches to this page from Project Selection Page and there are some projects have outgoing changes
305
			wizard.updateSelectedProject();
305
			wizard.updateSelectedProject();
306
		}
306
		}
307
		tagCombo.setFocus();
307
	}
308
	}
308
	
309
	
309
	public boolean isValidateButtonSelected(){
310
	public boolean isValidateButtonSelected(){

Return to bug 64549