Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2004-12-29 20:13:02 +0000
committerslewis2004-12-29 20:13:02 +0000
commitdc4fbe2cf67734e0b1ba1775faf3c7e4a1db2511 (patch)
treee8b188cc9bd5fc3a38aa35577b15362fe9e28a07 /framework
parent417aa363af7ffe1f0b8f4285493afb4d2e925909 (diff)
downloadorg.eclipse.ecf-dc4fbe2cf67734e0b1ba1775faf3c7e4a1db2511.tar.gz
org.eclipse.ecf-dc4fbe2cf67734e0b1ba1775faf3c7e4a1db2511.tar.xz
org.eclipse.ecf-dc4fbe2cf67734e0b1ba1775faf3c7e4a1db2511.zip
Changes to provider names and to test code
Diffstat (limited to 'framework')
-rw-r--r--framework/bundles/org.eclipse.ecf.provider/plugin.xml2
-rw-r--r--framework/bundles/org.eclipse.ecf/plugin.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/framework/bundles/org.eclipse.ecf.provider/plugin.xml b/framework/bundles/org.eclipse.ecf.provider/plugin.xml
index 6b4b00e2f..7b9667a27 100644
--- a/framework/bundles/org.eclipse.ecf.provider/plugin.xml
+++ b/framework/bundles/org.eclipse.ecf.provider/plugin.xml
@@ -6,7 +6,7 @@
<containerFactory
class="org.eclipse.ecf.provider.generic.ContainerInstantiator"
description="Generic Container Instantiator"
- name="generic"/>
+ name="org.eclipse.ecf.provider.generic.ContainerInstantiator"/>
</extension>
<extension
point="org.eclipse.ecf.connectionFactory">
diff --git a/framework/bundles/org.eclipse.ecf/plugin.xml b/framework/bundles/org.eclipse.ecf/plugin.xml
index 8feeee2ee..fd99a91d1 100644
--- a/framework/bundles/org.eclipse.ecf/plugin.xml
+++ b/framework/bundles/org.eclipse.ecf/plugin.xml
@@ -26,8 +26,8 @@
point="org.eclipse.ecf.containerFactory">
<containerFactory
class="org.eclipse.ecf.internal.impl.standalone.StandaloneContainerInstantiator"
- description="standalone container implementation for testing"
- name="standalone"/>
+ description="Local-only container implementation - for testing"
+ name="org.eclipse.ecf.internal.impl.standalone.StandaloneContainer"/>
</extension>
</plugin>

Back to the top