Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2006-01-09 06:54:54 +0000
committerslewis2006-01-09 06:54:54 +0000
commitab190ca0e77c24aa332b547d87f2d6f60f1cc102 (patch)
tree7f3e4d012de8a1003af79df3b48b1ba2bb148d08 /framework/bundles/org.eclipse.ecf/plugin.xml
parentc434395769cdf94f2174af9ac6f3c9a628896e67 (diff)
downloadorg.eclipse.ecf-ab190ca0e77c24aa332b547d87f2d6f60f1cc102.tar.gz
org.eclipse.ecf-ab190ca0e77c24aa332b547d87f2d6f60f1cc102.tar.xz
org.eclipse.ecf-ab190ca0e77c24aa332b547d87f2d6f60f1cc102.zip
Added shared object factory extension point and test classes
Diffstat (limited to 'framework/bundles/org.eclipse.ecf/plugin.xml')
-rw-r--r--framework/bundles/org.eclipse.ecf/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/bundles/org.eclipse.ecf/plugin.xml b/framework/bundles/org.eclipse.ecf/plugin.xml
index d5240c335..696a18fcd 100644
--- a/framework/bundles/org.eclipse.ecf/plugin.xml
+++ b/framework/bundles/org.eclipse.ecf/plugin.xml
@@ -4,4 +4,5 @@
<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="connectionFactory" name="ECF Connection Factory" schema="schema/connectionFactory.exsd"/>
+ <extension-point id="sharedObjectFactory" name="ECF Shared Object Factory" schema="schema/sharedObjectFactory.exsd"/>
</plugin>

Back to the top