Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2018-11-13 14:45:11 +0000
committerQuentin Le Menez2018-11-19 09:57:05 +0000
commite077fba586fdbe9b10cf8f63940b86911dd47262 (patch)
treec131f823b2edc15ad0c77850cf14862071a125b3 /features
parentba54da685d4fdf51e3ee8c5b414c0e040248e02b (diff)
downloadorg.eclipse.papyrus-e077fba586fdbe9b10cf8f63940b86911dd47262.tar.gz
org.eclipse.papyrus-e077fba586fdbe9b10cf8f63940b86911dd47262.tar.xz
org.eclipse.papyrus-e077fba586fdbe9b10cf8f63940b86911dd47262.zip
Bug 533667: the name
/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors do not respect the layer Keep the old plugin "org.eclipse.papyrus.extensionpoints.editors" and create the new one "org.eclipse.papyrusinfra.gmfdiag.extensionpoints.editors". The old classes inherit from the new ones. Change-Id: I98230776a03ab0c8a1f37e06790d50ad6af0077d Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr>
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/feature.xml
index d2080c8985c..c5e788b2f3f 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/feature.xml
@@ -233,5 +233,12 @@
install-size="0"
version="0.0.0"
unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
</feature>

Back to the top