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 390993 | Differences between
and this patch

Collapse All | Expand All

(-)a/plugins/org.eclipse.wst.server.ui/serverui/org/eclipse/wst/server/ui/internal/wizard/page/NewManualServerComposite.java (-2 / +1 lines)
Lines 243-249 public class NewManualServerComposite extends Composite implements IUIControlLis Link Here
243
				String name = serverName.getText();
243
				String name = serverName.getText();
244
								
244
								
245
				IServerType selectedServerType = serverTypeComposite.getSelectedServerType();
245
				IServerType selectedServerType = serverTypeComposite.getSelectedServerType();
246
				if (validate(selectedServerType)) {
246
				if (!validate(selectedServerType)) {
247
					// Do not set the server name if it is invalid
247
					// Do not set the server name if it is invalid
248
					return;			
248
					return;			
249
				}
249
				}
250
- 

Return to bug 390993