Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/plugin.xml')
-rw-r--r--plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/plugin.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/plugin.xml b/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/plugin.xml
new file mode 100644
index 00000000000..732ca08b653
--- /dev/null
+++ b/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/plugin.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="org.eclipse.ui.views">
+ <view
+ category="org.eclipse.papyrus.dev.views.category"
+ class="org.eclipse.papyrus.gmf.editpoliciesstates.view.EditPoliciesStateView"
+ id="org.eclipse.papyrus.gmf.editPoliciesstates"
+ name="%view.name"
+ icon="icons/Papyrus.gif"
+ restorable="true">
+ </view>
+ <category
+ id="org.eclipse.papyrus.dev.views.category"
+ name="%category.name" >
+ </category>
+ </extension>
+</plugin>

Back to the top