Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/org.eclipse.emf.compare.tests/inputs/fragment/v1/child.ecore12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/org.eclipse.emf.compare.tests/inputs/fragment/v1/child.ecore b/plugins/org.eclipse.emf.compare.tests/inputs/fragment/v1/child.ecore
index 275b0cbcd..aa256382b 100644
--- a/plugins/org.eclipse.emf.compare.tests/inputs/fragment/v1/child.ecore
+++ b/plugins/org.eclipse.emf.compare.tests/inputs/fragment/v1/child.ecore
@@ -1,6 +1,6 @@
-<?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="child">
- <eClassifiers xsi:type="ecore:EClass" name="ClassInChild"/>
-</ecore:EPackage>
+<?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="child">
+ <eClassifiers xsi:type="ecore:EClass" name="ClassInChild"/>
+</ecore:EPackage>

Back to the top