Skip to main content
summaryrefslogtreecommitdiffstats
blob: 832f00ca3415a5755eee8da4acc40e09456fd279 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmi:id="_root" name="root" nsURI="http://www.eclipse.org/emf/compare/conflicts/move/delete"
    nsPrefix="r">
  <eSubpackages xmi:id="_packageA" name="packageA">
    <eClassifiers xsi:type="ecore:EClass" xmi:id="_elementMoved" name="elementMovedRenamed" eSuperTypes="#_superType1 #_superType2"/>
    <eSubpackages xmi:id="_shouldNotBePresentAfterMerge" name="shouldNotBePresentAfterMerge"/>
  </eSubpackages>
  <eSubpackages xmi:id="_packageB" name="packageB">
    <eClassifiers xsi:type="ecore:EClass" xmi:id="_superType1" name="superType1Renamed"/>
    <eClassifiers xsi:type="ecore:EClass" xmi:id="_superType2" name="superType2"/>
  </eSubpackages>
</ecore:EPackage>

Back to the top