Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptessier2014-03-17 22:41:34 +0000
committerptessier2014-03-17 22:41:34 +0000
commit4161a5d730dc020558aea2aaaede7ffd3bd5e49d (patch)
treec0b150617cf3b4297e76f3d28382beee75dee0ee /plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/plugin.properties
parent94a6b86b468c7e9b095cb994d5ff205139fa008a (diff)
downloadorg.eclipse.papyrus-4161a5d730dc020558aea2aaaede7ffd3bd5e49d.tar.gz
org.eclipse.papyrus-4161a5d730dc020558aea2aaaede7ffd3bd5e49d.tar.xz
org.eclipse.papyrus-4161a5d730dc020558aea2aaaede7ffd3bd5e49d.zip
430562: [ModelExplorer] customization could have an order
https://bugs.eclipse.org/bugs/show_bug.cgi?id=430562 add an rank attribute and modify the method init of activator in infra.emf
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/plugin.properties')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/plugin.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/plugin.properties b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/plugin.properties
index 5d35921171f..a8f90ec7e97 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/plugin.properties
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/plugin.properties
@@ -45,3 +45,4 @@ _UI_ETypedElementCase_type = ETyped Element Case
_UI_ETypedElementSwitchQuery_cases_feature = Cases
_UI_ETypedElementCase_case_feature = Case
_UI_ETypedElementCase_value_feature = Value
+_UI_Customization_rank_feature = Rank

Back to the top