Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2009-02-23 04:40:10 +0000
committerslewis2009-02-23 04:40:10 +0000
commit6dc85f7c2fb8c93b9562c07c77827b84ff4c1b99 (patch)
treeaaf16c3af90c286d51b13389470d59698c40e8f8
parent037a6b3a7dd3e79cf1cc4fc1ac8fe18ce98c35c5 (diff)
downloadorg.eclipse.ecf-6dc85f7c2fb8c93b9562c07c77827b84ff4c1b99.tar.gz
org.eclipse.ecf-6dc85f7c2fb8c93b9562c07c77827b84ff4c1b99.tar.xz
org.eclipse.ecf-6dc85f7c2fb8c93b9562c07c77827b84ff4c1b99.zip
Added service constant
-rw-r--r--framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/Constants.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/Constants.java b/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/Constants.java
index 72571668a..e25510d5a 100644
--- a/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/Constants.java
+++ b/framework/bundles/org.eclipse.ecf.remoteservice/src/org/eclipse/ecf/remoteservice/Constants.java
@@ -242,4 +242,6 @@ public interface Constants {
*/
public static final String DISCOVERY_CONTAINER_FACTORY_PROPERTY = "cft"; //$NON-NLS-1$
+ public static final String REMOTESERVICE_NAMESPACE_NAME = "remote.service.namespace";
+
}

Back to the top