Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2011-11-02 10:21:39 +0000
committercletavernie2011-11-02 10:21:39 +0000
commit2b33421abeb16cc8907d54f1030f6a603c859fe9 (patch)
treef2f2b609516e7186039f58b40adc0d32b3b32368 /plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/plugin.xml
parentd06394d6f0fbba0b78c967ccba92d404383040d1 (diff)
downloadorg.eclipse.papyrus-2b33421abeb16cc8907d54f1030f6a603c859fe9.tar.gz
org.eclipse.papyrus-2b33421abeb16cc8907d54f1030f6a603c859fe9.tar.xz
org.eclipse.papyrus-2b33421abeb16cc8907d54f1030f6a603c859fe9.zip
362162: [Architecture - Refactoring] The plug-ins should be renamed to match their layer's qualified name
https://bugs.eclipse.org/bugs/show_bug.cgi?id=362162
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/plugin.xml')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/plugin.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/plugin.xml b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/plugin.xml
new file mode 100644
index 00000000000..7e32c46ce8d
--- /dev/null
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/plugin.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension-point id="org.eclipse.papyrus.diagram.common.groups.groupcontainment" name="group containment" schema="schema/org.eclipse.papyrus.diagram.common.groups.groupcontainment.exsd"/>
+ <extension
+ point="org.eclipse.ui.views.properties.tabbed.propertySections">
+ <propertySections
+ contributorId="TreeOutlinePage">
+ <propertySection
+ class="org.eclipse.papyrus.diagram.common.groups.tabbedproperties.appearance.ChooseGraphicalParentSection"
+ filter="org.eclipse.papyrus.diagram.common.groups.tabbedproperties.appearance.ChooseGraphicalParentSectionFilter"
+ id="org.eclipse.papyrus.tabbedproperties.appearance.chooseGraphicalParentSection"
+ tab="org.eclipse.papyrus.tabbedproperties.appearance.appearancetab">
+ </propertySection>
+ </propertySections>
+ </extension>
+
+</plugin>

Back to the top