Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2012-02-20 15:27:03 +0000
committervlorenzo2012-02-20 15:27:03 +0000
commit7e261b421b63b9800379f0fc13ac9c957b598651 (patch)
treef785203fb3f6ea8053b07ddd1402a82dc68de74e /incoming/org.eclipse.papyrus.example.text.instance/model/papyrustextinstance.genmodel
parent134f9e43368e057363cc8e082998e96959a499b1 (diff)
downloadorg.eclipse.papyrus-7e261b421b63b9800379f0fc13ac9c957b598651.tar.gz
org.eclipse.papyrus-7e261b421b63b9800379f0fc13ac9c957b598651.tar.xz
org.eclipse.papyrus-7e261b421b63b9800379f0fc13ac9c957b598651.zip
372031: [Documentation][Developper] The creation of nested Editor should be documented
https://bugs.eclipse.org/bugs/show_bug.cgi?id=372031
Diffstat (limited to 'incoming/org.eclipse.papyrus.example.text.instance/model/papyrustextinstance.genmodel')
-rw-r--r--incoming/org.eclipse.papyrus.example.text.instance/model/papyrustextinstance.genmodel16
1 files changed, 16 insertions, 0 deletions
diff --git a/incoming/org.eclipse.papyrus.example.text.instance/model/papyrustextinstance.genmodel b/incoming/org.eclipse.papyrus.example.text.instance/model/papyrustextinstance.genmodel
new file mode 100644
index 00000000000..02d981047ff
--- /dev/null
+++ b/incoming/org.eclipse.papyrus.example.text.instance/model/papyrustextinstance.genmodel
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
+ xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText=" Copyright (c) 2012 CEA LIST.&#xD;&#xA;&#xD;&#xA; All rights reserved. This program and the accompanying materials&#xD;&#xA; are made available under the terms of the Eclipse Public License v1.0&#xD;&#xA; which accompanies this distribution, and is available at&#xD;&#xA; http://www.eclipse.org/legal/epl-v10.html&#xD;&#xA;&#xD;&#xA; Contributors:&#xD;&#xA; Vincent Lorenzo (CEA-LIST) vincent.lorenzo@cea.fr - Initial API and implementation&#xD;&#xA;"
+ modelDirectory="/org.eclipse.papyrus.example.text.instance/src" modelPluginID="org.eclipse.papyrus.example.text.instance"
+ modelName="Papyrustextinstance" importerID="org.eclipse.emf.importer.ecore" complianceLevel="5.0"
+ copyrightFields="false" usedGenPackages="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.genmodel#//ecore">
+ <foreignModel>papyrustextinstance.ecore</foreignModel>
+ <genPackages prefix="Papyrustextinstance" basePackage="org.eclipse.papyrus.example.test.instance"
+ disposableProviderFactory="true" ecorePackage="papyrustextinstance.ecore#/">
+ <genClasses ecoreClass="papyrustextinstance.ecore#//PapyrusTextInstance">
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference papyrustextinstance.ecore#//PapyrusTextInstance/editedObject"/>
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute papyrustextinstance.ecore#//PapyrusTextInstance/type"/>
+ <genFeatures createChild="false" ecoreFeature="ecore:EAttribute papyrustextinstance.ecore#//PapyrusTextInstance/name"/>
+ </genClasses>
+ </genPackages>
+</genmodel:GenModel>

Back to the top