Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.edit/plugin.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.edit/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.edit/plugin.xml b/plugins/org.eclipse.emf.cdo.edit/plugin.xml
index fb1f2020c5..b22cb8e734 100644
--- a/plugins/org.eclipse.emf.cdo.edit/plugin.xml
+++ b/plugins/org.eclipse.emf.cdo.edit/plugin.xml
@@ -15,7 +15,7 @@
<extension point="org.eclipse.emf.edit.itemProviderAdapterFactories">
<factory
- uri = "http://www.eclipse.org/emf/CDO/resource/2.0.0"
+ uri = "http://www.eclipse.org/emf/CDO/Eresource/2.0.0"
class = "org.eclipse.emf.cdo.eresource.provider.EresourceItemProviderAdapterFactory"
supportedTypes =
"org.eclipse.emf.edit.provider.IEditingDomainItemProvider

Back to the top