Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-09-17 04:18:06 +0000
committerEike Stepper2011-09-17 04:18:06 +0000
commit3d93b34ca70bdb4c0f56f81be98f745f76264a05 (patch)
tree0f9dae615a96b87bfadb2dd67024c3959ee21e6f /plugins/org.eclipse.emf.cdo.releng.doc/model/article.ecore
parent20ff4ac8c011164612761ee3bd2200a9300e6e16 (diff)
downloadcdo-3d93b34ca70bdb4c0f56f81be98f745f76264a05.tar.gz
cdo-3d93b34ca70bdb4c0f56f81be98f745f76264a05.tar.xz
cdo-3d93b34ca70bdb4c0f56f81be98f745f76264a05.zip
tutorials
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.doc/model/article.ecore')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.doc/model/article.ecore4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.doc/model/article.ecore b/plugins/org.eclipse.emf.cdo.releng.doc/model/article.ecore
index afea90995b..61d2a8a31c 100644
--- a/plugins/org.eclipse.emf.cdo.releng.doc/model/article.ecore
+++ b/plugins/org.eclipse.emf.cdo.releng.doc/model/article.ecore
@@ -146,4 +146,8 @@
<eStructuralFeatures xsi:type="ecore:EReference" name="plugin" lowerBound="1"
eType="#//Plugin" eOpposite="#//Plugin/extensionPoints"/>
</eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Toc" eSuperTypes="#//BodyElement">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="levels" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
+ changeable="false" defaultValueLiteral="-1" derived="true"/>
+ </eClassifiers>
</ecore:EPackage>

Back to the top