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

Collapse All | Expand All

(-)src/org/eclipse/jst/ws/internal/creation/ui/widgets/binding/ServerWidgetBinding.java (-1 / +2 lines)
Lines 27-32 Link Here
27
 * 20060821   153833 makandre@ca.ibm.com - Andrew Mak, Allow the Web Service Test extension point to specify the supported client runtime
27
 * 20060821   153833 makandre@ca.ibm.com - Andrew Mak, Allow the Web Service Test extension point to specify the supported client runtime
28
 * 20060825   155114 pmoogk@ca.ibm.com - Peter Moogk
28
 * 20060825   155114 pmoogk@ca.ibm.com - Peter Moogk
29
 * 20070502   180304 gilberta@ca.ibm.com - Gilbert Andrews
29
 * 20070502   180304 gilberta@ca.ibm.com - Gilbert Andrews
30
 * 20071031   140518 joan@ca.ibm.com - Joan Haggarty
30
 *******************************************************************************/
31
 *******************************************************************************/
31
package org.eclipse.jst.ws.internal.creation.ui.widgets.binding;
32
package org.eclipse.jst.ws.internal.creation.ui.widgets.binding;
32
33
Lines 292-298 Link Here
292
293
293
    widgetRegistry.add( "ServerWizardWidget", 
294
    widgetRegistry.add( "ServerWizardWidget", 
294
                        ConsumptionUIMessages.PAGE_TITLE_WS_PROJECT,
295
                        ConsumptionUIMessages.PAGE_TITLE_WS_PROJECT,
295
                        ConsumptionUIMessages.PAGE_DESC_WS_PROJECT,
296
                        ConsumptionUIMessages.PAGE_DESC_WS_SERVICE,
296
				        new WidgetContributorFactory()
297
				        new WidgetContributorFactory()
297
				        {
298
				        {
298
				          public WidgetContributor create()
299
				          public WidgetContributor create()
(-)src/org/eclipse/jst/ws/internal/consumption/ui/widgets/binding/ClientWidgetBinding.java (-1 / +2 lines)
Lines 26-31 Link Here
26
 * 20060821   153833 makandre@ca.ibm.com - Andrew Mak, Allow the Web Service Test extension point to specify the supported client runtime
26
 * 20060821   153833 makandre@ca.ibm.com - Andrew Mak, Allow the Web Service Test extension point to specify the supported client runtime
27
 * 20060825   155114 pmoogk@ca.ibm.com - Peter Moogk
27
 * 20060825   155114 pmoogk@ca.ibm.com - Peter Moogk
28
 * 20070502   180304 gilberta@ca.ibm.com - Gilbert Andrews
28
 * 20070502   180304 gilberta@ca.ibm.com - Gilbert Andrews
29
 * 20071031   140518 joan@ca.ibm.com - Joan Haggarty
29
 *******************************************************************************/
30
 *******************************************************************************/
30
package org.eclipse.jst.ws.internal.consumption.ui.widgets.binding;
31
package org.eclipse.jst.ws.internal.consumption.ui.widgets.binding;
31
32
Lines 197-203 Link Here
197
       
198
       
198
    widgetRegistry.add( "ClientWizardWidget", 
199
    widgetRegistry.add( "ClientWizardWidget", 
199
    		ConsumptionUIMessages.PAGE_TITLE_WS_PROJECT,
200
    		ConsumptionUIMessages.PAGE_TITLE_WS_PROJECT,
200
                        ConsumptionUIMessages.PAGE_DESC_WS_PROJECT,
201
                        ConsumptionUIMessages.PAGE_DESC_WS_CLIENT,
201
				        new WidgetContributorFactory()
202
				        new WidgetContributorFactory()
202
				        {
203
				        {
203
				          public WidgetContributor create()
204
				          public WidgetContributor create()
(-)src/org/eclipse/jst/ws/internal/consumption/ui/ConsumptionUI.properties (-2 / +4 lines)
Lines 26-31 Link Here
26
# 20060509   119296 pmoogk@ca.ibm.com - Peter Moogk
26
# 20060509   119296 pmoogk@ca.ibm.com - Peter Moogk
27
# 20060602   145054 kathy@ca.ibm.com - Kathy Chan
27
# 20060602   145054 kathy@ca.ibm.com - Kathy Chan
28
# 20070427   177360 pmoogk@ca.ibm.com - Peter Moogk
28
# 20070427   177360 pmoogk@ca.ibm.com - Peter Moogk
29
# 20071031   140518 joan@ca.ibm.com - Joan Haggarty
29
###############################################################################
30
###############################################################################
30
31
31
#
32
#
Lines 110-116 Link Here
110
# WebServiceProjectPage
111
# WebServiceProjectPage
111
#
112
#
112
PAGE_TITLE_WS_PROJECT=Web Services
113
PAGE_TITLE_WS_PROJECT=Web Services
113
PAGE_DESC_WS_PROJECT=Review your Web service options and make any necessary changes before proceeding to the next page.
114
PAGE_DESC_WS_SERVICE=Select a service implementation or definition and move the sliders to set the level of service and client generation.
115
PAGE_DESC_WS_CLIENT=Select a service definition and move the slider to set the level of client generation.
114
BUTTON_START_WEB_PROJECT=&Start Web service in Web project
116
BUTTON_START_WEB_PROJECT=&Start Web service in Web project
115
#BUTTON_DEPLOY_WEB_PROJECT=Deploy Web service to a server type
117
#BUTTON_DEPLOY_WEB_PROJECT=Deploy Web service to a server type
116
BUTTON_INSTALL_SERVICE_WEB_PROJECT=&Install Web service on server
118
BUTTON_INSTALL_SERVICE_WEB_PROJECT=&Install Web service on server
Lines 606-612 Link Here
606
#
608
#
607
# Start server page
609
# Start server page
608
#
610
#
609
PAGE_TITLE_WS_START_SERVER=Start Server
611
PAGE_TITLE_WS_START_SERVER=Server startup
610
PAGE_DESC_WS_START_SERVER=Start the server from this page.
612
PAGE_DESC_WS_START_SERVER=Start the server from this page.
611
LABEL_START_SERVER_TEXT1=In order to proceed the server "{0}" must be started.
613
LABEL_START_SERVER_TEXT1=In order to proceed the server "{0}" must be started.
612
LABEL_START_SERVER_TEXT2=Once the server is started the "next" button will be enabled.
614
LABEL_START_SERVER_TEXT2=Once the server is started the "next" button will be enabled.
(-)src/org/eclipse/jst/ws/internal/consumption/ui/ConsumptionUIMessages.java (-2 / +4 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2006 IBM Corporation and others.
2
 * Copyright (c) 2000, 2007 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 25-30 Link Here
25
 * 20060510   141115 rsinha@ca.ibm.com - Rupam Kuehner
25
 * 20060510   141115 rsinha@ca.ibm.com - Rupam Kuehner
26
 * 20060509   119296 pmoogk@ca.ibm.com - Peter Moogk
26
 * 20060509   119296 pmoogk@ca.ibm.com - Peter Moogk
27
 * 20060719   139977 kathy@ca.ibm.com - Kathy Chan
27
 * 20060719   139977 kathy@ca.ibm.com - Kathy Chan
28
 * 20071031   140518 joan@ca.ibm.com - Joan Haggarty
28
 *******************************************************************************/
29
 *******************************************************************************/
29
package org.eclipse.jst.ws.internal.consumption.ui;
30
package org.eclipse.jst.ws.internal.consumption.ui;
30
31
Lines 63-69 Link Here
63
	public static String COMBINED_TYPE_AND_RUNTIME_LABEL;
64
	public static String COMBINED_TYPE_AND_RUNTIME_LABEL;
64
	public static String WIZARD_TITLE_WSC;
65
	public static String WIZARD_TITLE_WSC;
65
	public static String PAGE_TITLE_WS_PROJECT;
66
	public static String PAGE_TITLE_WS_PROJECT;
66
	public static String PAGE_DESC_WS_PROJECT;
67
	public static String PAGE_DESC_WS_SERVICE;
68
	public static String PAGE_DESC_WS_CLIENT;
67
	public static String BUTTON_START_WEB_PROJECT;
69
	public static String BUTTON_START_WEB_PROJECT;
68
	public static String BUTTON_INSTALL_SERVICE_WEB_PROJECT;
70
	public static String BUTTON_INSTALL_SERVICE_WEB_PROJECT;
69
	public static String BUTTON_INSTALL_CLIENT_WEB_PROJECT;
71
	public static String BUTTON_INSTALL_CLIENT_WEB_PROJECT;

Return to bug 145432