Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 01c14b4925be546813e5f21ab4e14ab784980f5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.emf.facet.infra.browser.custom.core.registration">
      <browserCustomization
            file="custom/newchild.uiCustom"
            loadByDefault="true">
      </browserCustomization>
   </extension>
   <extension
         point="org.eclipse.papyrus.properties.context">
      <context
            contextModel="Model/NewChild.ctx"
            loadDefault="true">
      </context>
   </extension>

</plugin>

Back to the top