Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-01-13 23:07:20 +0000
committerslewis2008-01-13 23:07:20 +0000
commitd2157e05c61f6dc65166a8b44d11530709c98e68 (patch)
treec375944377bf1ce0a94948fec73b443afc974828 /framework/bundles/org.eclipse.ecf
parentafddf1ca36f6103bdf2aca1539f2640192a76aa9 (diff)
downloadorg.eclipse.ecf-d2157e05c61f6dc65166a8b44d11530709c98e68.tar.gz
org.eclipse.ecf-d2157e05c61f6dc65166a8b44d11530709c98e68.tar.xz
org.eclipse.ecf-d2157e05c61f6dc65166a8b44d11530709c98e68.zip
Update to base container name.
Diffstat (limited to 'framework/bundles/org.eclipse.ecf')
-rw-r--r--framework/bundles/org.eclipse.ecf/plugin.xml2
-rw-r--r--framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/internal/core/messages.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/bundles/org.eclipse.ecf/plugin.xml b/framework/bundles/org.eclipse.ecf/plugin.xml
index 4ce066ed7..33208f559 100644
--- a/framework/bundles/org.eclipse.ecf/plugin.xml
+++ b/framework/bundles/org.eclipse.ecf/plugin.xml
@@ -8,7 +8,7 @@
<containerFactory
class="org.eclipse.ecf.core.BaseContainer$Instantiator"
description="ECF Base Container"
- name="ecf.root">
+ name="ecf.base">
</containerFactory>
</extension>
</plugin>
diff --git a/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/internal/core/messages.properties b/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/internal/core/messages.properties
index 1cb7daed2..53bfee63a 100644
--- a/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/internal/core/messages.properties
+++ b/framework/bundles/org.eclipse.ecf/src/org/eclipse/ecf/internal/core/messages.properties
@@ -9,7 +9,7 @@
# Composent, Inc. - initial API and implementation
################################################################################
-ContainerFactory_Base_Container_Name = ecf.root
+ContainerFactory_Base_Container_Name = ecf.base
ContainerTypeDescription_Name_Not_Null = ContainerTypeDescription<init> name cannot be null
ContainerFactory_Exception_Platform_Running = Exception determining if platform is running
ContainerFactory_Warning_Running_Standalone = WARNING: ContainerFactory running standalone

Back to the top