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:
authorkchan2008-03-26 18:25:36 +0000
committerkchan2008-03-26 18:25:36 +0000
commit3a60b4213a351dd647ec0ea7586efc4b62261918 (patch)
tree680f82365bf85d68e6718532709518c9158785af /bundles
parent8ab3f31d131ba3662264e344c0977dcf64b99768 (diff)
downloadwebtools.webservices-3a60b4213a351dd647ec0ea7586efc4b62261918.tar.gz
webtools.webservices-3a60b4213a351dd647ec0ea7586efc4b62261918.tar.xz
webtools.webservices-3a60b4213a351dd647ec0ea7586efc4b62261918.zip
[223912] Adding PII/MRI to partially address 171705.
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.wst.command.env/src/org/eclipse/wst/command/internal/env/Environment.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.wst.command.env/src/org/eclipse/wst/command/internal/env/Environment.properties b/bundles/org.eclipse.wst.command.env/src/org/eclipse/wst/command/internal/env/Environment.properties
index 9e0725759..dfd752f35 100644
--- a/bundles/org.eclipse.wst.command.env/src/org/eclipse/wst/command/internal/env/Environment.properties
+++ b/bundles/org.eclipse.wst.command.env/src/org/eclipse/wst/command/internal/env/Environment.properties
@@ -12,6 +12,7 @@
# 20070418 177005 pmoogk@ca.ibm.com - Peter Moogk
# 20080326 171705 trungha@ca.ibm.com - Trung
# 20080326 149060 pmoogk@ca.ibm.com - Peter Moogk
+# 20080325 223912 ericdp@ca.ibm.com - Eric D. Peters, Adding PII/MRI to partially address 171705
###############################################################################
#
@@ -36,6 +37,7 @@ MSG_ERROR_ANT_SCENARIO_TYPE=Cannot determine scenario type. Please ensure Scena
MSG_ERROR_ANT_REQUIRED_PROPERTY=Required property {0} was not set in the Ant property file.
MSG_ERROR_ANT_PROPERTY_WITH_INVALID_VALUE=Property {0} was set with an invalid value: {1}.
MSG_INFO_ANT__PROPERTY_DEFAULT=Property {0} was not set in the Ant property file. A default value will be used.
+MSG_ERROR_ANT_WORKSPACE_LOCKED="Cannot perform the Web services generation ant task. The associated workspace is currently in use by another Eclipse application."
LABEL_YES=Yes
LABEL_YES_TO_ALL=Yes All

Back to the top