Skip to main content
summaryrefslogtreecommitdiffstats
blob: d2563f2e75436c28beb25b6a8a42d3bcf9388af6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.&#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;   Eike Stepper - initial API and implementation"
    modelDirectory="/org.eclipse.emf.cdo.tests.model2/src" editDirectory="" editorDirectory=""
    modelPluginID="org.eclipse.emf.cdo.tests.model2" modelName="Model2" updateClasspath="false"
    codeFormatting="true" testsDirectory="" importerID="org.eclipse.emf.importer.cdo"
    complianceLevel="5.0" copyrightFields="false" usedGenPackages="../../org.eclipse.emf.cdo.tests.model1/model/model1.legacy-genmodel#//model1">
  <foreignModel>model2.ecore</foreignModel>
  <modelPluginVariables>CDO=org.eclipse.emf.cdo</modelPluginVariables>
  <genPackages prefix="Model2" basePackage="org.eclipse.emf.cdo.tests.legacy" disposableProviderFactory="true"
      extensibleProviderFactory="true" childCreationExtenders="true" ecorePackage="model2.ecore#/">
    <genClasses ecoreClass="model2.ecore#//SpecialPurchaseOrder">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute model2.ecore#//SpecialPurchaseOrder/discountCode"/>
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference model2.ecore#//SpecialPurchaseOrder/shippingAddress"/>
    </genClasses>
    <genClasses ecoreClass="model2.ecore#//TaskContainer">
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference model2.ecore#//TaskContainer/tasks"/>
    </genClasses>
    <genClasses ecoreClass="model2.ecore#//Task">
      <genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference model2.ecore#//Task/taskContainer"/>
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute model2.ecore#//Task/description"/>
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute model2.ecore#//Task/done"/>
    </genClasses>
  </genPackages>
</genmodel:GenModel>

Back to the top