Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.compare.tests/inputs/genmodel/attributeChange/v1.genmodel')
-rw-r--r--plugins/org.eclipse.emf.compare.tests/inputs/genmodel/attributeChange/v1.genmodel21
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.compare.tests/inputs/genmodel/attributeChange/v1.genmodel b/plugins/org.eclipse.emf.compare.tests/inputs/genmodel/attributeChange/v1.genmodel
new file mode 100644
index 000000000..84b2a5b95
--- /dev/null
+++ b/plugins/org.eclipse.emf.compare.tests/inputs/genmodel/attributeChange/v1.genmodel
@@ -0,0 +1,21 @@
+<?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" modelDirectory="/org.eclipse.emf.compare.tests/src"
+ modelPluginID="org.eclipse.emf.compare.tests" modelName="V1" importerID="org.eclipse.emf.importer.ecore">
+ <foreignModel>../../attribute/attributeChange/v1.ecore</foreignModel>
+ <genPackages prefix="Src" disposableProviderFactory="true" ecorePackage="../../attribute/attributeChange/v1.ecore#/">
+ <genClasses ecoreClass="../../attribute/attributeChange/v1.ecore#//OPCAdminFacadeEJB">
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../attribute/attributeChange/v1.ecore#//OPCAdminFacadeEJB/PURCHASE_ORDER_EJB"/>
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../attribute/attributeChange/v1.ecore#//OPCAdminFacadeEJB/PROCMGR_ORDER_EJB"/>
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../attribute/attributeChange/v1.ecore#//OPCAdminFacadeEJB/sc"/>
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../attribute/attributeChange/v1.ecore#//OPCAdminFacadeEJB/poLocalHome"/>
+ <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference ../../attribute/attributeChange/v1.ecore#//OPCAdminFacadeEJB/processManagerLocal"/>
+ <genOperations ecoreOperation="../../attribute/attributeChange/v1.ecore#//OPCAdminFacadeEJB/ejbCreate"/>
+ <genOperations ecoreOperation="../../attribute/attributeChange/v1.ecore#//OPCAdminFacadeEJB/ejbPostCreate"/>
+ <genOperations ecoreOperation="../../attribute/attributeChange/v1.ecore#//OPCAdminFacadeEJB/ejbRemove"/>
+ <genOperations ecoreOperation="../../attribute/attributeChange/v1.ecore#//OPCAdminFacadeEJB/ejbActivate"/>
+ <genOperations ecoreOperation="../../attribute/attributeChange/v1.ecore#//OPCAdminFacadeEJB/ejbPassivate"/>
+ </genClasses>
+ </genPackages>
+</genmodel:GenModel>

Back to the top