Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7e32c46ce8df5c30cf17d977b5ba60abbec097e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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