Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bundles/org.eclipse.ecf.example.pubsub/plugin.xml')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.pubsub/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.pubsub/plugin.xml b/examples/bundles/org.eclipse.ecf.example.pubsub/plugin.xml
index f6f9f05b6..3c75a8533 100644
--- a/examples/bundles/org.eclipse.ecf.example.pubsub/plugin.xml
+++ b/examples/bundles/org.eclipse.ecf.example.pubsub/plugin.xml
@@ -5,7 +5,7 @@
<extension
point="org.eclipse.core.runtime.adapters">
<factory
- adaptableType="org.eclipse.ecf.core.sharedobject.ISharedObjectContainer"
+ adaptableType="org.eclipse.ecf.sharedobject.ISharedObjectContainer"
class="org.eclipse.ecf.pubsub.impl.PubSubAdapterFactory">
<adapter type="org.eclipse.ecf.pubsub.IPublishedServiceDirectory"/>
<adapter type="org.eclipse.ecf.pubsub.IPublishedServiceRequestor"/>

Back to the top