diff options
Diffstat (limited to 'runtime/org.eclipse.emf.texo.demo/model/library.ecore')
-rw-r--r-- | runtime/org.eclipse.emf.texo.demo/model/library.ecore | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/org.eclipse.emf.texo.demo/model/library.ecore b/runtime/org.eclipse.emf.texo.demo/model/library.ecore index 5cf974e6..7a3e1240 100644 --- a/runtime/org.eclipse.emf.texo.demo/model/library.ecore +++ b/runtime/org.eclipse.emf.texo.demo/model/library.ecore @@ -1,8 +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="library" - nsURI="http://www.eclipse.org/emf/texo/test/model/samples/library" nsPrefix="library"> +<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="library" nsURI="http://www.eclipse.org/emf/texo/test/model/samples/library" + nsPrefix="library"> <eAnnotations source="texo.java.annotation"> <details key="type" value="@org.eclipse.emf.texo.test.models.annotations.TestAnnotationOne("type")"/> </eAnnotations> @@ -13,7 +12,8 @@ <eAnnotations source="org.eclipse.emf.texo"> <details key="title" value="${title} (${pages}) - ${category}"/> </eAnnotations> - <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> + <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" + defaultValueLiteral="TEST"> <eAnnotations source="texo.java.annotation"> <details key="field" value="@org.eclipse.emf.texo.test.models.annotations.TestAnnotationOne("field")
@org.eclipse.emf.texo.test.models.annotations.TestAnnotationTwo("field")"/> </eAnnotations> |