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 35425 Details for
Bug 124392
Service project type defaults cannot be controlled by preferences
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]
apply to org.eclipse.jst.ws.ui
patch124392_o.e.jst.ws.ui.txt (text/plain), 4.66 KB, created by
Rupam Kuehner
on 2006-02-27 14:13:50 EST
(
hide
)
Description:
apply to org.eclipse.jst.ws.ui
Filename:
MIME Type:
Creator:
Rupam Kuehner
Created:
2006-02-27 14:13:50 EST
Size:
4.66 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jst.ws.ui >Index: src/org/eclipse/jst/ws/internal/ui/WSUIPlugin.properties >=================================================================== >RCS file: /cvsroot/webtools/jst/components/ws/plugins/org.eclipse.jst.ws.ui/src/org/eclipse/jst/ws/internal/ui/WSUIPlugin.properties,v >retrieving revision 1.2 >diff -u -r1.2 WSUIPlugin.properties >--- src/org/eclipse/jst/ws/internal/ui/WSUIPlugin.properties 22 Feb 2006 15:46:49 -0000 1.2 >+++ src/org/eclipse/jst/ws/internal/ui/WSUIPlugin.properties 27 Feb 2006 19:14:37 -0000 >@@ -1,12 +1,15 @@ > ############################################################################### >-# Copyright (c) 2004 IBM Corporation and others. >+# Copyright (c) 2004, 2006 IBM Corporation and others. > # All rights reserved. This program and the accompanying materials > # are made available under the terms of the Eclipse Public License v1.0 > # which accompanies this distribution, and is available at > # http://www.eclipse.org/legal/epl-v10.html > # > # Contributors: >-# IBM Corporation - initial API and implementation >+# IBM Corporation - initial API and implementation >+# yyyymmdd bug Email and other contact information >+# -------- -------- ----------------------------------------------------------- >+# 20060227 124392 rsinha@ca.ibm.com - Rupam Kuehner > ############################################################################### > > # >@@ -44,9 +47,10 @@ > #Scenario Defaults > TOOLTIP_PPSD_PAGE=Set the defaults for the Web service scenarios. > TOOLTIP_PPSD_CHECKBOX_LAUNCH_SAMPLE=Launch the sample application after generation. >-TOOLTIP_CLIENT_TYPE_TABLE_VIEWER=Preferred order of the list of client types >-TOOLTIP_MOVE_UP=Move the selected client type up the list >-TOOLTIP_MOVE_DOWN=Move the selected client type down the list >+TOOLTIP_SERVICE_TYPE_TABLE_VIEWER=Preferred order of the list of service project types >+TOOLTIP_CLIENT_TYPE_TABLE_VIEWER=Preferred order of the list of client project types >+TOOLTIP_MOVE_UP=Move the selected project type up the list >+TOOLTIP_MOVE_DOWN=Move the selected project type down the list > > # > # Resource Managment >@@ -96,8 +100,8 @@ > TOOLTIP_ENABLE_TWO_EARS=Enable this option if you want to generate your Web service and Web service client in different EAR projects. > > LABEL_ENABLE_TWO_EARS=&Generate Web service and Web service client in different EAR projects >-LABEL_CLIENT_TYPE_NAME=Client type: >- >+LABEL_CLIENT_TYPE_NAME=Client project types >+LABEL_SERVICE_TYPE_NAME=Service project types > # > # Resource Browser > # >Index: src/org/eclipse/jst/ws/internal/ui/WSUIPluginMessages.java >=================================================================== >RCS file: /cvsroot/webtools/jst/components/ws/plugins/org.eclipse.jst.ws.ui/src/org/eclipse/jst/ws/internal/ui/WSUIPluginMessages.java,v >retrieving revision 1.1 >diff -u -r1.1 WSUIPluginMessages.java >--- src/org/eclipse/jst/ws/internal/ui/WSUIPluginMessages.java 8 Nov 2005 17:51:13 -0000 1.1 >+++ src/org/eclipse/jst/ws/internal/ui/WSUIPluginMessages.java 27 Feb 2006 19:14:37 -0000 >@@ -1,12 +1,15 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2005 IBM Corporation and others. >+ * Copyright (c) 2000, 2006 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at > * http://www.eclipse.org/legal/epl-v10.html > * > * Contributors: >- * IBM Corporation - initial API and implementation >+ * IBM Corporation - initial API and implementation >+ * yyyymmdd bug Email and other contact information >+ * -------- -------- ----------------------------------------------------------- >+ * 20060227 124392 rsinha@ca.ibm.com - Rupam Kuehner > *******************************************************************************/ > package org.eclipse.jst.ws.internal.ui; > >@@ -35,6 +38,7 @@ > public static String TOOLTIP_PPSD_PAGE; > public static String TOOLTIP_PPSD_CHECKBOX_LAUNCH_SAMPLE; > public static String TOOLTIP_CLIENT_TYPE_TABLE_VIEWER; >+ public static String TOOLTIP_SERVICE_TYPE_TABLE_VIEWER; > public static String TOOLTIP_MOVE_UP; > public static String TOOLTIP_MOVE_DOWN; > public static String TOOLTIP_PPRM_PAGE; >@@ -60,8 +64,9 @@ > public static String LABEL_CLIENT_TYPE_NAME; > public static String DIALOG_TITLE_RESOURCE_BROWSER; > public static String TOOLTIP_RESOURCE_TREE; >+ public static String LABEL_SERVICE_TYPE_NAME; > > static { > NLS.initializeMessages(BUNDLE_NAME, WSUIPluginMessages.class); > } >-} >\ No newline at end of file >+}
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 124392
: 35425 |
35426
|
35427
|
35504