Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Noyrit2016-02-01 13:52:33 +0000
committerFlorian Noyrit2016-02-05 10:07:34 +0000
commitfc691bb69c710107b43fbfb12abcc0914b857837 (patch)
treeb1c4801bf2519a09df56e2ed9f0e1a3bc786ec12 /features/papyrus-main-features/org.eclipse.papyrus.infra.feature
parent70b72ba9943c839aec0a04caae4312cea8e240f0 (diff)
downloadorg.eclipse.papyrus-fc691bb69c710107b43fbfb12abcc0914b857837.tar.gz
org.eclipse.papyrus-fc691bb69c710107b43fbfb12abcc0914b857837.tar.xz
org.eclipse.papyrus-fc691bb69c710107b43fbfb12abcc0914b857837.zip
Improve/Fix the support of extensions of the
ElementTypesConfiguration framework - Bug 477206 Change-Id: I50ed9bb1bf6a807881a143875f87c5a6f56a6afc
Diffstat (limited to 'features/papyrus-main-features/org.eclipse.papyrus.infra.feature')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.infra.feature/feature.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/feature.xml
index 794cff7a53d..6ce8d08a1ee 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/feature.xml
@@ -46,6 +46,8 @@ http://www.eclipse.org/legal/epl-v10.html
<plugin download-size="0" id="org.eclipse.papyrus.infra.elementtypesconfigurations.edit" install-size="0" unpack="false" version="0.0.0"/>
<plugin download-size="0" id="org.eclipse.papyrus.infra.elementtypesconfigurations.emf" install-size="0" unpack="false" version="0.0.0"/>
+
+ <plugin download-size="0" id="org.eclipse.papyrus.infra.elementtypesconfigurations.emf.ui" install-size="0" unpack="false" version="0.0.0"/>
<plugin download-size="0" id="org.eclipse.papyrus.infra.elementtypesconfigurations.invarianttypes" install-size="0" unpack="false" version="0.0.0"/>

Back to the top