Skip to main content
summaryrefslogtreecommitdiffstats
blob: b4b29e1b44b00b5028cbf434b8e1d657e7ba0dda (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
<?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) 2009, 2012 IBM Corporation 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;    Stephen McCants - Initial API and implementation"
    modelDirectory="/org.eclipse.emf.compare.tests/src-gen" modelPluginID="org.eclipse.emf.compare.tests"
    modelName="External" nonNLSMarkers="true" importerID="org.eclipse.emf.importer.ecore"
    complianceLevel="5.0" runtimeVersion="2.4">
  <foreignModel>external.ecore</foreignModel>
  <genPackages prefix="External" basePackage="org.eclipse.emf.compare.tests" disposableProviderFactory="true"
      ecorePackage="external.ecore#/">
    <genClasses ecoreClass="external.ecore#//StringHolder">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute external.ecore#//StringHolder/name"/>
    </genClasses>
    <genClasses ecoreClass="external.ecore#//Holder">
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference external.ecore#//Holder/stringHolder"/>
    </genClasses>
    <genClasses ecoreClass="external.ecore#//NoncontainmentHolder">
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference external.ecore#//NoncontainmentHolder/stringHolder"/>
    </genClasses>
    <genClasses ecoreClass="external.ecore#//HolderHolder">
      <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference external.ecore#//HolderHolder/holder"/>
    </genClasses>
  </genPackages>
</genmodel:GenModel>

Back to the top