Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'framework/bundles/org.eclipse.ecf/plugin.xml')
-rw-r--r--framework/bundles/org.eclipse.ecf/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf/plugin.xml b/framework/bundles/org.eclipse.ecf/plugin.xml
index c3c37c3b0..8feeee2ee 100644
--- a/framework/bundles/org.eclipse.ecf/plugin.xml
+++ b/framework/bundles/org.eclipse.ecf/plugin.xml
@@ -20,7 +20,7 @@
<extension-point id="containerFactory" name="ECF Container Factory" schema="schema/containerFactory.exsd"/>
<extension-point id="namespace" name="ECF Namespace" schema="schema/namespace.exsd"/>
- <extension-point id="comm" name="ECF Connection Factory" schema="schema/comm.exsd"/>
+ <extension-point id="connectionFactory" name="connectionFactory" schema="schema/connectionFactory.exsd"/>
<extension
point="org.eclipse.ecf.containerFactory">

Back to the top