Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 671d9c6c176ea2c31d5b5255db3df0259d474dc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.papyrus.uml.diagram.common.paletteCustomization">
      <customizer
            customizerDialog="org.eclipse.papyrus.customization.palette.dialog.PapyrusPaletteCustomizerDialog">
      </customizer>
   </extension>

</plugin>

Back to the top