Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-10-25 03:53:34 +0000
committerslewis2006-10-25 03:53:34 +0000
commit62fede64759ed5871b9f00508a89f361e9962848 (patch)
treed0d88fd21b422b19559ea2af6384b0dc92555e42 /framework/bundles/org.eclipse.ecf/plugin.xml
parent106b1bc1e3b1e1871393059f85960f6baaf58b57 (diff)
downloadorg.eclipse.ecf-62fede64759ed5871b9f00508a89f361e9962848.tar.gz
org.eclipse.ecf-62fede64759ed5871b9f00508a89f361e9962848.tar.xz
org.eclipse.ecf-62fede64759ed5871b9f00508a89f361e9962848.zip
Clean up of org.eclipse.ecf.sharedobject and org.eclipse.ecf
Diffstat (limited to 'framework/bundles/org.eclipse.ecf/plugin.xml')
-rw-r--r--framework/bundles/org.eclipse.ecf/plugin.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf/plugin.xml b/framework/bundles/org.eclipse.ecf/plugin.xml
index 74d3a512a..dc2f69362 100644
--- a/framework/bundles/org.eclipse.ecf/plugin.xml
+++ b/framework/bundles/org.eclipse.ecf/plugin.xml
@@ -3,6 +3,5 @@
<plugin>
<extension-point id="containerFactory" name="ECF Container Factory" schema="schema/containerFactory.exsd"/>
<extension-point id="connectionFactory" name="ECF Connection Factory" schema="schema/connectionFactory.exsd"/>
- <extension-point id="sharedObjectFactory" name="ECF Shared Object Factory" schema="schema/sharedObjectFactory.exsd"/>
<extension-point id="startup" name="ECF Start Up" schema="schema/startup.exsd"/>
</plugin>

Back to the top