Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f87090fa236199ad6367845e5b311fa5619edd98 (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" standalone="no"?><elementtypesconfigurations:ElementTypeSetConfiguration xmlns:elementtypesconfigurations="http://www.eclipse.org/papyrus/infra/elementtypesconfigurations/1.1" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" identifier="org.eclipse.papyrus.infra.types.tests.cyclicAdvices.elementtypesconfigurations" metamodelNsURI="http://www.eclipse.org/uml2/5.0.0/UML" name="Test cyclic edvices dependencies" xmi:id="_ScP1oFYCEeS0WsAAtVmToA" xmi:version="2.0">
  <adviceBindingsConfigurations editHelperAdviceClassName="org.eclipse.papyrus.infra.types.tests.TestEditHelperAdvice1" identifier="TestEditHelperAdvice1" xmi:id="_SGAo4LK-EeWUIbTgfwAP3g" xsi:type="elementtypesconfigurations:AdviceBindingConfiguration">
    <after>org.eclipse.papyrus.infra.types.tests.TestEditHelperAdvice2</after>
    <after>org.eclipse.papyrus.infra.types.tests.TestEditHelperAdvice3</after>
    <target href="../../../plugin/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations#_Sca0wVYCEeS0WsAAtVmToA" xsi:type="elementtypesconfigurations:MetamodelTypeConfiguration"/>
  </adviceBindingsConfigurations>
  <adviceBindingsConfigurations editHelperAdviceClassName="org.eclipse.papyrus.infra.types.tests.TestEditHelperAdvice2" identifier="TestEditHelperAdvice2" xmi:id="_nSyIoLK-EeWUIbTgfwAP3g" xsi:type="elementtypesconfigurations:AdviceBindingConfiguration">
    <before>org.eclipse.papyrus.infra.types.tests.TestEditHelperAdvice1</before>
    <after>org.eclipse.papyrus.infra.types.tests.TestEditHelperAdvice3</after>
    <target href="../../../plugin/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations#_Sca0wVYCEeS0WsAAtVmToA" xsi:type="elementtypesconfigurations:MetamodelTypeConfiguration"/>
  </adviceBindingsConfigurations>
  <adviceBindingsConfigurations editHelperAdviceClassName="org.eclipse.papyrus.infra.types.tests.TestEditHelperAdvice3" identifier="TestEditHelperAdvice3" xmi:id="_ojuzILK-EeWUIbTgfwAP3g" xsi:type="elementtypesconfigurations:AdviceBindingConfiguration">
    <before>org.eclipse.papyrus.infra.types.tests.TestEditHelperAdvice1</before>
    <before>org.eclipse.papyrus.infra.types.tests.TestEditHelperAdvice2</before>
    <after>org.eclipse.papyrus.infra.types.tests.TestEditHelperAdvice1</after>
    <target href="../../../plugin/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations#_Sca0wVYCEeS0WsAAtVmToA" xsi:type="elementtypesconfigurations:MetamodelTypeConfiguration"/>
  </adviceBindingsConfigurations>
</elementtypesconfigurations:ElementTypeSetConfiguration>

Back to the top