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