Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 004528380c95797d327c3dfb95c6471e85cd3d85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<environment:Environment
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:environment="http://www.eclipse.org/papyrus/properties/environment/0.9">
  <constraintTypes
      label="IsAppliedStereotypeProperty"
      constraintClass="org.eclipse.papyrus.uml.profile.properties.constraints.IsAppliedStereotypePropertyConstraint"/>
  <modelElementFactories
      name="Applied Stereotype Property"
      factoryClass="org.eclipse.papyrus.uml.profile.properties.modelelement.AppliedStereotypePropertyModelElementFactory"/>
</environment:Environment>

Back to the top