Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkchan2006-03-30 03:40:43 +0000
committerkchan2006-03-30 03:40:43 +0000
commit7a7da7d4f0ec8c2560cd78b91fae80e0c3e22ece (patch)
treec7af6bbdcaa7e1725b3f0b42ef2b545d56f16a64 /bundles/org.eclipse.jst.ws.ui/src/org/eclipse/jst/ws/internal/ui/WSUIPluginMessages.java
parentb42ecce23aa7027da45eea5043a66208b393c426 (diff)
downloadwebtools.webservices-7a7da7d4f0ec8c2560cd78b91fae80e0c3e22ece.tar.gz
webtools.webservices-7a7da7d4f0ec8c2560cd78b91fae80e0c3e22ece.tar.xz
webtools.webservices-7a7da7d4f0ec8c2560cd78b91fae80e0c3e22ece.zip
[128827] [124667] Add properties for skeleton merge and modify endpoint.
Diffstat (limited to 'bundles/org.eclipse.jst.ws.ui/src/org/eclipse/jst/ws/internal/ui/WSUIPluginMessages.java')
-rw-r--r--bundles/org.eclipse.jst.ws.ui/src/org/eclipse/jst/ws/internal/ui/WSUIPluginMessages.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.jst.ws.ui/src/org/eclipse/jst/ws/internal/ui/WSUIPluginMessages.java b/bundles/org.eclipse.jst.ws.ui/src/org/eclipse/jst/ws/internal/ui/WSUIPluginMessages.java
index aac3fbd43..2b178e422 100644
--- a/bundles/org.eclipse.jst.ws.ui/src/org/eclipse/jst/ws/internal/ui/WSUIPluginMessages.java
+++ b/bundles/org.eclipse.jst.ws.ui/src/org/eclipse/jst/ws/internal/ui/WSUIPluginMessages.java
@@ -10,6 +10,8 @@
* yyyymmdd bug Email and other contact information
* -------- -------- -----------------------------------------------------------
* 20060227 124392 rsinha@ca.ibm.com - Rupam Kuehner
+ * 20060329 128827 kathy@ca.ibm.com - Kathy Chan
+ * 20060329 124667 kathy@ca.ibm.com - Kathy Chan
*******************************************************************************/
package org.eclipse.jst.ws.internal.ui;
@@ -45,9 +47,11 @@ public final class WSUIPluginMessages extends NLS {
public static String TOOLTIP_PPRM_CHECKBOX_OVERWRITE_FILES;
public static String TOOLTIP_PPRM_CHECKBOX_CREATE_FOLDERS;
public static String TOOLTIP_PPRM_CHECKBOX_CHECK_OUT;
+ public static String TOOLTIP_PPRM_SKELETON_MERGE;
public static String BUTTON_CREATE_FOLDERS;
public static String BUTTON_OVERWRITE_FILES;
public static String BUTTON_CHECKOUT_FILES;
+ public static String BUTTON_SKELETON_MERGE;
public static String ISTATUS_WITHOUT_EXCEPTION;
public static String ISTATUS_WITH_EXCEPTION;
public static String MSG_INFO_SAVED_STATUS;

Back to the top