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
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')
-rw-r--r--bundles/org.eclipse.jst.ws.ui/src/org/eclipse/jst/ws/internal/ui/WSUIPlugin.properties4
-rw-r--r--bundles/org.eclipse.jst.ws.ui/src/org/eclipse/jst/ws/internal/ui/WSUIPluginMessages.java4
2 files changed, 8 insertions, 0 deletions
diff --git a/bundles/org.eclipse.jst.ws.ui/src/org/eclipse/jst/ws/internal/ui/WSUIPlugin.properties b/bundles/org.eclipse.jst.ws.ui/src/org/eclipse/jst/ws/internal/ui/WSUIPlugin.properties
index 1dcddc3cd..dfeb53e73 100644
--- a/bundles/org.eclipse.jst.ws.ui/src/org/eclipse/jst/ws/internal/ui/WSUIPlugin.properties
+++ b/bundles/org.eclipse.jst.ws.ui/src/org/eclipse/jst/ws/internal/ui/WSUIPlugin.properties
@@ -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
###############################################################################
#
@@ -58,9 +60,11 @@ TOOLTIP_PPRM_PAGE=Set preferences that control resources used/generated by the W
TOOLTIP_PPRM_CHECKBOX_OVERWRITE_FILES=Overwrite files without warning.
TOOLTIP_PPRM_CHECKBOX_CREATE_FOLDERS=Create folders when necessary.
TOOLTIP_PPRM_CHECKBOX_CHECK_OUT=Check out files without warning.
+TOOLTIP_PPRM_SKELETON_MERGE=Enable merging of generated skeleton file.
BUTTON_CREATE_FOLDERS=&Create folders when necessary
BUTTON_OVERWRITE_FILES=&Overwrite files without warning
BUTTON_CHECKOUT_FILES=C&heck out files without warning
+BUTTON_SKELETON_MERGE=&Merge generated skeleton file.
#
# General messages.
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