Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2010-01-24 15:38:23 +0000
committerslewis2010-01-24 15:38:23 +0000
commita12ae79ae85aaa7c12b0df5f11366939d22b37de (patch)
tree3a8c3380f85191a961d8b51db3f5fa6355c511e1 /compendium
parent349c0369c0fc5bc9c61b8144acc6710f9aca5807 (diff)
downloadorg.eclipse.ecf-a12ae79ae85aaa7c12b0df5f11366939d22b37de.tar.gz
org.eclipse.ecf-a12ae79ae85aaa7c12b0df5f11366939d22b37de.tar.xz
org.eclipse.ecf-a12ae79ae85aaa7c12b0df5f11366939d22b37de.zip
Changed message for command provider
Diffstat (limited to 'compendium')
-rw-r--r--compendium/bundles/org.eclipse.ecf.osgi.services.discovery.local/src/org/eclipse/ecf/osgi/services/discovery/local/messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/compendium/bundles/org.eclipse.ecf.osgi.services.discovery.local/src/org/eclipse/ecf/osgi/services/discovery/local/messages.properties b/compendium/bundles/org.eclipse.ecf.osgi.services.discovery.local/src/org/eclipse/ecf/osgi/services/discovery/local/messages.properties
index 7ec657f54..7c62927c4 100644
--- a/compendium/bundles/org.eclipse.ecf.osgi.services.discovery.local/src/org/eclipse/ecf/osgi/services/discovery/local/messages.properties
+++ b/compendium/bundles/org.eclipse.ecf.osgi.services.discovery.local/src/org/eclipse/ecf/osgi/services/discovery/local/messages.properties
@@ -1,4 +1,4 @@
-DiscoveryCommandProvider.CommandHeadline=---Remote Services and Discovery Commands---
+DiscoveryCommandProvider.CommandHeadline=---ECF File-based Service Discovery---
DiscoveryCommandProvider.CommandHelp=\tpublish <URL of ServiceEndpointDescriptor XML> -- publish the given Service Endpoint Descriptor\n\tunpublish <URL of ServiceEndpointDescriptor XML> -- unpublish the given Service Endpoint Descriptor
DiscoveryCommandProvider.IOException=Error loading service endpoint descriptions from file {0}
DiscoveryCommandProvider.ParserConfigurationException=Error setting up parser

Back to the top