Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.gmf.notation/plugin.xml')
-rw-r--r--plugins/org.eclipse.emf.cdo.gmf.notation/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.gmf.notation/plugin.xml b/plugins/org.eclipse.emf.cdo.gmf.notation/plugin.xml
index 6064ae1368..e39ab40148 100644
--- a/plugins/org.eclipse.emf.cdo.gmf.notation/plugin.xml
+++ b/plugins/org.eclipse.emf.cdo.gmf.notation/plugin.xml
@@ -15,7 +15,7 @@
<extension point="org.eclipse.emf.ecore.factory_override">
<factory
- uri="http://www.eclipse.org/gmf/runtime/1.0.2/notation"
+ uri="http://www.eclipse.org/gmf/runtime/1.0.3/notation"
class="org.eclipse.emf.cdo.gmf.notation.impl.NotationFactoryImpl"
predecessor="org.eclipse.papyrus.infra.gmfdiag.css.factory.CSSNotationFactory" />
</extension>

Back to the top