Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 43538 Details for
Bug 145432
Improve wording on page one of the Web service/client wizards
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
multiple plugin patch - consumption & creation ui - text changes
140518_wizard_banner_changes.txt (text/plain), 6.22 KB, created by
Chris Brealey
on 2006-06-05 17:18:50 EDT
(
hide
)
Description:
multiple plugin patch - consumption & creation ui - text changes
Filename:
MIME Type:
Creator:
Chris Brealey
Created:
2006-06-05 17:18:50 EDT
Size:
6.22 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jst.ws.creation.ui >Index: src/org/eclipse/jst/ws/internal/creation/ui/widgets/binding/ServerWidgetBinding.java >=================================================================== >RCS file: /cvsroot/webtools/jst/components/ws/plugins/org.eclipse.jst.ws.creation.ui/src/org/eclipse/jst/ws/internal/creation/ui/widgets/binding/ServerWidgetBinding.java,v >retrieving revision 1.47 >diff -u -r1.47 ServerWidgetBinding.java >--- src/org/eclipse/jst/ws/internal/creation/ui/widgets/binding/ServerWidgetBinding.java 25 Apr 2006 19:48:07 -0000 1.47 >+++ src/org/eclipse/jst/ws/internal/creation/ui/widgets/binding/ServerWidgetBinding.java 12 May 2006 20:44:58 -0000 >@@ -16,6 +16,7 @@ > * 20060410 135562 joan@ca.ibm.com - Joan Haggarty > * 20060417 136391 joan@ca.ibm.com - Joan Haggarty > * 20060425 138052 kathy@ca.ibm.com - Kathy Chan >+ * 20060512 140518 joan@ca.ibm.com - Joan Haggarty > *******************************************************************************/ > package org.eclipse.jst.ws.internal.creation.ui.widgets.binding; > >@@ -251,7 +252,7 @@ > > widgetRegistry.add( "ServerWizardWidget", > ConsumptionUIMessages.PAGE_TITLE_WS_PROJECT, >- ConsumptionUIMessages.PAGE_DESC_WS_PROJECT, >+ ConsumptionUIMessages.PAGE_DESC_WS_SERVICE, > new WidgetContributorFactory() > { > public WidgetContributor create() >#P org.eclipse.jst.ws.consumption.ui >Index: src/org/eclipse/jst/ws/internal/consumption/ui/widgets/binding/ClientWidgetBinding.java >=================================================================== >RCS file: /cvsroot/webtools/jst/components/ws/plugins/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/widgets/binding/ClientWidgetBinding.java,v >retrieving revision 1.34 >diff -u -r1.34 ClientWidgetBinding.java >--- src/org/eclipse/jst/ws/internal/consumption/ui/widgets/binding/ClientWidgetBinding.java 25 Apr 2006 19:47:55 -0000 1.34 >+++ src/org/eclipse/jst/ws/internal/consumption/ui/widgets/binding/ClientWidgetBinding.java 12 May 2006 20:45:00 -0000 >@@ -16,6 +16,7 @@ > * 20060406 135350 kathy@ca.ibm.com - Kathy Chan > * 20060407 135415 rsinha@ca.ibm.com - Rupam Kuehner > * 20060425 138052 kathy@ca.ibm.com - Kathy Chan >+ * 20060512 140518 joan@ca.ibm.com - Joan Haggarty > *******************************************************************************/ > package org.eclipse.jst.ws.internal.consumption.ui.widgets.binding; > >@@ -182,7 +183,7 @@ > > widgetRegistry.add( "ClientWizardWidget", > ConsumptionUIMessages.PAGE_TITLE_WS_PROJECT, >- ConsumptionUIMessages.PAGE_DESC_WS_PROJECT, >+ ConsumptionUIMessages.PAGE_DESC_WS_CLIENT, > new WidgetContributorFactory() > { > public WidgetContributor create() >Index: src/org/eclipse/jst/ws/internal/consumption/ui/ConsumptionUI.properties >=================================================================== >RCS file: /cvsroot/webtools/jst/components/ws/plugins/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/ConsumptionUI.properties,v >retrieving revision 1.24 >diff -u -r1.24 ConsumptionUI.properties >--- src/org/eclipse/jst/ws/internal/consumption/ui/ConsumptionUI.properties 12 May 2006 19:45:41 -0000 1.24 >+++ src/org/eclipse/jst/ws/internal/consumption/ui/ConsumptionUI.properties 12 May 2006 20:44:58 -0000 >@@ -24,6 +24,7 @@ > # 20060420 135912 joan@ca.ibm.com - Joan Haggarty > # 20060510 141115 rsinha@ca.ibm.com - Rupam Kuehner > # 20060509 119296 pmoogk@ca.ibm.com - Peter Moogk >+# 20060512 140518 joan@ca.ibm.com - Joan Haggarty > ############################################################################### > > # >@@ -108,7 +109,8 @@ > # WebServiceProjectPage > # > PAGE_TITLE_WS_PROJECT=Web Services >-PAGE_DESC_WS_PROJECT=Review your Web service options and make any necessary changes before proceeding to the next page. >+PAGE_DESC_WS_SERVICE=Select a service implementation or definition and move the sliders to set the level of service and client generation. >+PAGE_DESC_WS_CLIENT=Select a service definition and move the slider to set the level of client generation. > BUTTON_START_WEB_PROJECT=&Start Web service in Web project > #BUTTON_DEPLOY_WEB_PROJECT=Deploy Web service to a server type > BUTTON_INSTALL_SERVICE_WEB_PROJECT=&Install Web service on server >@@ -601,7 +603,7 @@ > # > # Start server page > # >-PAGE_TITLE_WS_START_SERVER=Start Server >+PAGE_TITLE_WS_START_SERVER=Server startup page > PAGE_DESC_WS_START_SERVER=Start the server from this page. > LABEL_START_SERVER_TEXT1=In order to proceed the server "{0}" must be started. > LABEL_START_SERVER_TEXT2=Once the server is started the "next" button will be enabled. >Index: src/org/eclipse/jst/ws/internal/consumption/ui/ConsumptionUIMessages.java >=================================================================== >RCS file: /cvsroot/webtools/jst/components/ws/plugins/org.eclipse.jst.ws.consumption.ui/src/org/eclipse/jst/ws/internal/consumption/ui/ConsumptionUIMessages.java,v >retrieving revision 1.20 >diff -u -r1.20 ConsumptionUIMessages.java >--- src/org/eclipse/jst/ws/internal/consumption/ui/ConsumptionUIMessages.java 10 May 2006 21:17:20 -0000 1.20 >+++ src/org/eclipse/jst/ws/internal/consumption/ui/ConsumptionUIMessages.java 12 May 2006 20:44:59 -0000 >@@ -24,6 +24,7 @@ > * 20060426 138647 joan@ca.ibm.com - Joan Haggarty > * 20060510 141115 rsinha@ca.ibm.com - Rupam Kuehner > * 20060509 119296 pmoogk@ca.ibm.com - Peter Moogk >+ * 20060512 140518 joan@ca.ibm.com - Joan Haggarty > *******************************************************************************/ > package org.eclipse.jst.ws.internal.consumption.ui; > >@@ -62,7 +63,8 @@ > public static String COMBINED_TYPE_AND_RUNTIME_LABEL; > public static String WIZARD_TITLE_WSC; > public static String PAGE_TITLE_WS_PROJECT; >- public static String PAGE_DESC_WS_PROJECT; >+ public static String PAGE_DESC_WS_SERVICE; >+ public static String PAGE_DESC_WS_CLIENT; > public static String BUTTON_START_WEB_PROJECT; > public static String BUTTON_INSTALL_SERVICE_WEB_PROJECT; > public static String BUTTON_INSTALL_CLIENT_WEB_PROJECT;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 145432
:
43538
|
81746