|
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 |
} |