Skip to main content
summaryrefslogtreecommitdiffstats
blob: 40199c6dee7c76f75bdc2236cd5f083806643515 (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="ASCII"?>
<uicustom:MetamodelView xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:uicustom="http://www.eclipse.org/EmfFacet/infra/browser/custom/0.8" metamodelURI="umlModelExplorerRecipe">
  <types metaclassName="umlModelExplorerRecipe.NewClassifier">
    <customizedFeatures customizedFeature="facetOverlayIcon">
      <defaultValue xsi:type="uicustom:StaticFeatureValue" value="/org.eclipse.papyrus.uml.modelexplorer.recipetest/resource/overlay.gif:BottomLeft"/>
    </customizedFeatures>
    <references referenceName="ports">
      <customizedFeatures customizedFeature="underlined">
        <defaultValue xsi:type="uicustom:StaticFeatureValue" value="true"/>
      </customizedFeatures>
    </references>
  </types>
  <types metaclassName="umlModelExplorerRecipe.NewPackage">
    <customizedFeatures customizedFeature="facetOverlayIcon">
      <defaultValue xsi:type="uicustom:StaticFeatureValue" value="/org.eclipse.papyrus.uml.modelexplorer.recipetest/resource/overlay.gif:BottomLeft"/>
    </customizedFeatures>
  </types>
</uicustom:MetamodelView>

Back to the top