Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: dfe7a13c995f78392b727d8e2bf8f80b81894908 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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" copyrightText="Copyright (c) 2016 CEA LIST and others.&#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;  Nicolas FAUVERGUE (ALL4TEC) nicolas.fauvergue@all4tec.net - Initial API and implementation"
    modelDirectory="/org.eclipse.papyrus.infra.internationalization/src-gen" editDirectory="/org.eclipse.papyrus.infra.internationalization.edit/src-gen"
    modelPluginID="org.eclipse.papyrus.infra.internationalization" modelName="Internationalization"
    nonNLSMarkers="true" rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container"
    codeFormatting="true" importerID="org.eclipse.emf.importer.ecore" complianceLevel="8.0"
    copyrightFields="false" providerRootExtendsClass="" operationReflection="true"
    importOrganizing="true" cleanup="true">
  <foreignModel>Internationalization.ecore</foreignModel>
  <genPackages prefix="Internationalization" basePackage="org.eclipse.papyrus.infra"
      disposableProviderFactory="true" ecorePackage="Internationalization.ecore#/">
    <genClasses ecoreClass="Internationalization.ecore#//InternationalizationLibrary">
      <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference Internationalization.ecore#//InternationalizationLibrary/entries"/>
    </genClasses>
    <genClasses ecoreClass="Internationalization.ecore#//InternationalizationEntry">
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Internationalization.ecore#//InternationalizationEntry/key"/>
      <genFeatures createChild="false" ecoreFeature="ecore:EAttribute Internationalization.ecore#//InternationalizationEntry/value"/>
    </genClasses>
  </genPackages>
</genmodel:GenModel>

Back to the top