Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.compare.tests/inputs/fragment/v1/parent.ecore')
-rw-r--r--plugins/org.eclipse.emf.compare.tests/inputs/fragment/v1/parent.ecore7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.compare.tests/inputs/fragment/v1/parent.ecore b/plugins/org.eclipse.emf.compare.tests/inputs/fragment/v1/parent.ecore
new file mode 100644
index 000000000..0ca0a0d3f
--- /dev/null
+++ b/plugins/org.eclipse.emf.compare.tests/inputs/fragment/v1/parent.ecore
@@ -0,0 +1,7 @@
+<?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" name="parent">
+ <eClassifiers xsi:type="ecore:EClass" name="ClassInParent"/>
+ <eSubpackages href="child.ecore#/"/>
+</ecore:EPackage>

Back to the top