Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.compare.diagram.edit/plugin.xml')
-rw-r--r--plugins/org.eclipse.emf.compare.diagram.edit/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.compare.diagram.edit/plugin.xml b/plugins/org.eclipse.emf.compare.diagram.edit/plugin.xml
index b5356c89b..40e840076 100644
--- a/plugins/org.eclipse.emf.compare.diagram.edit/plugin.xml
+++ b/plugins/org.eclipse.emf.compare.diagram.edit/plugin.xml
@@ -2,7 +2,7 @@
<?eclipse version="3.0"?>
<!--
- Copyright (c) 2012 Obeo.
+ Copyright (c) 2013 Obeo.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -17,7 +17,7 @@
<extension point="org.eclipse.emf.edit.itemProviderAdapterFactories">
<factory
uri="http://www.eclipse.org/emf/compare/diagram/2.0"
- class="org.eclipse.emf.compare.diagram.provider.spec.DiagramCompareAdapterFactorySpec"
+ class="org.eclipse.emf.compare.diagram.internal.extensions.provider.spec.ExtensionsItemProviderAdapterFactorySpec"
supportedTypes=
"org.eclipse.emf.edit.provider.IEditingDomainItemProvider
org.eclipse.emf.edit.provider.IStructuredItemContentProvider

Back to the top