Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5e11749af5239224d3c3c65410b02c8edceae343 (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="org.eclipse.emf.facet.infra.browser.custom.core.registration">
      <browserCustomization
            file="custom/newchild.uiCustom"
            loadByDefault="true">
      </browserCustomization>
   </extension>
   <extension
         point="org.eclipse.papyrus.views.properties.context">
      <context
            contextModel="Model/NewChild.ctx">
      </context>
   </extension>

</plugin>

Back to the top