Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/core')
-rwxr-xr-xplugins/infra/core/org.eclipse.papyrus.infra.core.pluginexplorer/plugin.properties5
-rwxr-xr-xplugins/infra/core/org.eclipse.papyrus.infra.core.pluginexplorer/plugin.xml8
2 files changed, 9 insertions, 4 deletions
diff --git a/plugins/infra/core/org.eclipse.papyrus.infra.core.pluginexplorer/plugin.properties b/plugins/infra/core/org.eclipse.papyrus.infra.core.pluginexplorer/plugin.properties
index be2f3f88e2b..1c13111be4b 100755
--- a/plugins/infra/core/org.eclipse.papyrus.infra.core.pluginexplorer/plugin.properties
+++ b/plugins/infra/core/org.eclipse.papyrus.infra.core.pluginexplorer/plugin.properties
@@ -14,5 +14,6 @@
pluginName = Plugin Explorer
providerName = Eclipse Modeling Project
-
-pluginDescription=This plugin gives access to the inner content of Eclipse plugins \ No newline at end of file
+view.name = Plugin Content Explorer
+pluginDescription=This plugin gives access to the inner content of Eclipse plugins
+category.name = Papyrus Dev \ No newline at end of file
diff --git a/plugins/infra/core/org.eclipse.papyrus.infra.core.pluginexplorer/plugin.xml b/plugins/infra/core/org.eclipse.papyrus.infra.core.pluginexplorer/plugin.xml
index 8f40342ff2d..8157a708900 100755
--- a/plugins/infra/core/org.eclipse.papyrus.infra.core.pluginexplorer/plugin.xml
+++ b/plugins/infra/core/org.eclipse.papyrus.infra.core.pluginexplorer/plugin.xml
@@ -4,12 +4,16 @@
<extension
point="org.eclipse.ui.views">
<view
- category="org.eclipse.papyrus.views.category"
+ category="org.eclipse.papyrus.dev.views.category"
class="org.eclipse.papyrus.infra.core.pluginexplorer.PluginsContentView"
icon="icons/plugin_obj.gif"
id="org.eclipse.papyrus.infra.core.pluginexplorer.PluginsContentView"
- name="Plugin Content Explorer">
+ name="%view.name">
</view>
+ <category
+ id="org.eclipse.papyrus.dev.views.category"
+ name="%category.name" >
+ </category>
</extension>
</plugin>

Back to the top