Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: d382a94ee5c4a5b4514005c2e3d26da114d13e9a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                                                                                                                                                                                                   
<?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="http://www.eclipse.org/uml2/3.0.0/UML">
  <types metaclassName="uml.Package">
    <customizedFeatures customizedFeature="bold">
      <defaultValue xsi:type="uicustom:StaticFeatureValue" value="false"/>
    </customizedFeatures>
    <references referenceName="packagedElement">
      <customizedFeatures customizedFeature="icon">
        <defaultValue xsi:type="uicustom:StaticFeatureValue" value="/org.eclipse.papyrus.icons.uml/resource/gif/Actor.gif"/>
      </customizedFeatures>
    </references>
  </types>
</uicustom:MetamodelView>

Back to the top