Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests/model/base.ecore')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/model/base.ecore10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/model/base.ecore b/plugins/org.eclipse.emf.cdo.tests/model/base.ecore
new file mode 100644
index 0000000000..577da4fad5
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.tests/model/base.ecore
@@ -0,0 +1,10 @@
+<?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="base"
+ nsURI="http://www.fernuni-hagen.de/ST/dummy/base.ecore" nsPrefix="base">
+ <eClassifiers xsi:type="ecore:EClass" name="BaseClass">
+ <eOperations name="increment"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="couter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
+ </eClassifiers>
+</ecore:EPackage>

Back to the top