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

Collapse All | Expand All

(-)src/org/eclipse/jst/ws/internal/ui/WSUIPlugin.properties (-7 / +11 lines)
Lines 1-12 Link Here
1
###############################################################################
1
###############################################################################
2
# Copyright (c) 2004 IBM Corporation and others.
2
# Copyright (c) 2004, 2006 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
6
# http://www.eclipse.org/legal/epl-v10.html
6
# http://www.eclipse.org/legal/epl-v10.html
7
#
7
#
8
# Contributors:
8
# Contributors:
9
#     IBM Corporation - initial API and implementation
9
# IBM Corporation - initial API and implementation
10
# yyyymmdd bug      Email and other contact information
11
# -------- -------- -----------------------------------------------------------
12
# 20060227   124392 rsinha@ca.ibm.com - Rupam Kuehner
10
###############################################################################
13
###############################################################################
11
14
12
#
15
#
Lines 44-52 Link Here
44
#Scenario Defaults
47
#Scenario Defaults
45
TOOLTIP_PPSD_PAGE=Set the defaults for the Web service scenarios.
48
TOOLTIP_PPSD_PAGE=Set the defaults for the Web service scenarios.
46
TOOLTIP_PPSD_CHECKBOX_LAUNCH_SAMPLE=Launch the sample application after generation.
49
TOOLTIP_PPSD_CHECKBOX_LAUNCH_SAMPLE=Launch the sample application after generation.
47
TOOLTIP_CLIENT_TYPE_TABLE_VIEWER=Preferred order of the list of client types
50
TOOLTIP_SERVICE_TYPE_TABLE_VIEWER=Preferred order of the list of service project types
48
TOOLTIP_MOVE_UP=Move the selected client type up the list
51
TOOLTIP_CLIENT_TYPE_TABLE_VIEWER=Preferred order of the list of client project types
49
TOOLTIP_MOVE_DOWN=Move the selected client type down the list
52
TOOLTIP_MOVE_UP=Move the selected project type up the list
53
TOOLTIP_MOVE_DOWN=Move the selected project type down the list
50
54
51
#
55
#
52
# Resource Managment
56
# Resource Managment
Lines 96-103 Link Here
96
TOOLTIP_ENABLE_TWO_EARS=Enable this option if you want to generate your Web service and Web service client in different EAR projects.
100
TOOLTIP_ENABLE_TWO_EARS=Enable this option if you want to generate your Web service and Web service client in different EAR projects.
97
101
98
LABEL_ENABLE_TWO_EARS=&Generate Web service and Web service client in different EAR projects
102
LABEL_ENABLE_TWO_EARS=&Generate Web service and Web service client in different EAR projects
99
LABEL_CLIENT_TYPE_NAME=Client type:
103
LABEL_CLIENT_TYPE_NAME=Client project types
100
104
LABEL_SERVICE_TYPE_NAME=Service project types
101
#
105
#
102
# Resource Browser
106
# Resource Browser
103
#
107
#
(-)src/org/eclipse/jst/ws/internal/ui/WSUIPluginMessages.java (-3 / +8 lines)
Lines 1-12 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2005 IBM Corporation and others.
2
 * Copyright (c) 2000, 2006 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
6
 * http://www.eclipse.org/legal/epl-v10.html
6
 * http://www.eclipse.org/legal/epl-v10.html
7
 *
7
 *
8
 * Contributors:
8
 * Contributors:
9
 *     IBM Corporation - initial API and implementation
9
 * IBM Corporation - initial API and implementation
10
 * yyyymmdd bug      Email and other contact information
11
 * -------- -------- -----------------------------------------------------------
12
 * 20060227   124392 rsinha@ca.ibm.com - Rupam Kuehner
10
 *******************************************************************************/
13
 *******************************************************************************/
11
package org.eclipse.jst.ws.internal.ui;
14
package org.eclipse.jst.ws.internal.ui;
12
15
Lines 35-40 Link Here
35
	public static String TOOLTIP_PPSD_PAGE;
38
	public static String TOOLTIP_PPSD_PAGE;
36
	public static String TOOLTIP_PPSD_CHECKBOX_LAUNCH_SAMPLE;
39
	public static String TOOLTIP_PPSD_CHECKBOX_LAUNCH_SAMPLE;
37
	public static String TOOLTIP_CLIENT_TYPE_TABLE_VIEWER;
40
	public static String TOOLTIP_CLIENT_TYPE_TABLE_VIEWER;
41
    public static String TOOLTIP_SERVICE_TYPE_TABLE_VIEWER;
38
	public static String TOOLTIP_MOVE_UP;
42
	public static String TOOLTIP_MOVE_UP;
39
	public static String TOOLTIP_MOVE_DOWN;
43
	public static String TOOLTIP_MOVE_DOWN;
40
	public static String TOOLTIP_PPRM_PAGE;
44
	public static String TOOLTIP_PPRM_PAGE;
Lines 60-67 Link Here
60
	public static String LABEL_CLIENT_TYPE_NAME;
64
	public static String LABEL_CLIENT_TYPE_NAME;
61
	public static String DIALOG_TITLE_RESOURCE_BROWSER;
65
	public static String DIALOG_TITLE_RESOURCE_BROWSER;
62
	public static String TOOLTIP_RESOURCE_TREE;
66
	public static String TOOLTIP_RESOURCE_TREE;
67
    public static String LABEL_SERVICE_TYPE_NAME;
63
68
64
	static {
69
	static {
65
		NLS.initializeMessages(BUNDLE_NAME, WSUIPluginMessages.class);
70
		NLS.initializeMessages(BUNDLE_NAME, WSUIPluginMessages.class);
66
	}
71
	}
67
}
72
}

Return to bug 124392