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 243290
Collapse All | Expand All

(-)src/org/eclipse/jst/ws/internal/creation/ui/widgets/ServerWizardWidget.java (-1 / +4 lines)
Lines 1572-1578 Link Here
1572
        
1572
        
1573
	       setWebServicesParser(objOutputCommand.getWebServicesParser());
1573
	       setWebServicesParser(objOutputCommand.getWebServicesParser());
1574
	       setObjectSelection(objOutputCommand.getObjectSelection());
1574
	       setObjectSelection(objOutputCommand.getObjectSelection());
1575
	       setProject(objOutputCommand.getProject());      		       
1575
	       
1576
	       IProject proj = objOutputCommand.getProject();
1577
	       setProject(proj);
1578
	       setServiceProjectName(proj.getName());
1576
	       
1579
	       
1577
	       if (refreshRuntime || forceRefreshRuntime)
1580
	       if (refreshRuntime || forceRefreshRuntime)
1578
	    	   refreshServerRuntimeSelection();  
1581
	    	   refreshServerRuntimeSelection();  

Return to bug 243290