Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/developer/org.eclipse.papyrus.gmf.figureview')
-rw-r--r--plugins/developer/org.eclipse.papyrus.gmf.figureview/plugin.properties3
-rw-r--r--plugins/developer/org.eclipse.papyrus.gmf.figureview/plugin.xml7
2 files changed, 9 insertions, 1 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.gmf.figureview/plugin.properties b/plugins/developer/org.eclipse.papyrus.gmf.figureview/plugin.properties
index 4760ab80448..b3bce53c0c8 100644
--- a/plugins/developer/org.eclipse.papyrus.gmf.figureview/plugin.properties
+++ b/plugins/developer/org.eclipse.papyrus.gmf.figureview/plugin.properties
@@ -1,3 +1,6 @@
#Properties file for org.eclipse.papyrus.emf.commandstack
providerName = Eclipse Modeling Project
pluginName = A View for editpolicies
+category.name = Papyrus Dev
+view.name = Figure hierarchy view
+
diff --git a/plugins/developer/org.eclipse.papyrus.gmf.figureview/plugin.xml b/plugins/developer/org.eclipse.papyrus.gmf.figureview/plugin.xml
index 98d410cc54a..b6061ac6053 100644
--- a/plugins/developer/org.eclipse.papyrus.gmf.figureview/plugin.xml
+++ b/plugins/developer/org.eclipse.papyrus.gmf.figureview/plugin.xml
@@ -7,8 +7,13 @@
category="org.eclipse.papyrus.views.category"
class="org.eclipse.papyrus.gmf.figureview.view.FigureHierarchyView"
id="org.eclipse.papyrus.gmf.figureview.view"
- name="Figure hierarchy view"
+ name="%view.name"
restorable="true">
</view>
+ <category
+ id="org.eclipse.papyrus.dev.views.category"
+ name="%category.name"
+ parentCategory="org.eclipse.papyrus.views.category">
+ </category>
</extension>
</plugin>

Back to the top