Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Tessier2016-05-24 13:29:03 +0000
committerGerrit Code Review @ Eclipse.org2016-05-24 14:20:41 +0000
commitaec6f33993337ad92a5611fc3ccb19180d7897c2 (patch)
tree4a3470ff2b8406999d4c19bfe069fce0cb903552 /plugins
parent94591b50de7bec30cf9d46fe4fc608d6604acd26 (diff)
downloadorg.eclipse.papyrus-aec6f33993337ad92a5611fc3ccb19180d7897c2.tar.gz
org.eclipse.papyrus-aec6f33993337ad92a5611fc3ccb19180d7897c2.tar.xz
org.eclipse.papyrus-aec6f33993337ad92a5611fc3ccb19180d7897c2.zip
bug 492413: Conflicting extension parsers for expansion model
https://bugs.eclipse.org/bugs/show_bug.cgi?id=492413 Change-Id: I2cd85549d52bce8813bf73aab15e86d2865b60f6
Diffstat (limited to 'plugins')
-rw-r--r--plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/plugin.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/plugin.xml b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/plugin.xml
index 42f55e09939..c5a59ba0347 100644
--- a/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/plugin.xml
+++ b/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/plugin.xml
@@ -466,13 +466,6 @@
genModel="model/ExpansionModel.genmodel"/>
</extension>
- <extension point="org.eclipse.emf.ecore.extension_parser">
- <!-- @generated ExpansionModel -->
- <parser
- type="expansionmodel"
- class="org.eclipse.papyrus.infra.gmfdiag.common.expansionmodel.util.ExpansionmodelResourceFactoryImpl"/>
- </extension>
-
<extension point="org.eclipse.emf.ecore.extension_parser">
<!-- @generated NOT ExpandModel -->

Back to the top