mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00

Signed-off-by: Sven Efftinge <sven.efftinge@typefox.io> Co-authored-by: Sebastian Zarnekow <Sebastian.Zarnekow@gmail.com>
27 lines
2.7 KiB
XML
27 lines
2.7 KiB
XML
<?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, 2017 TypeFox GmbH (http://www.typefox.io) and others.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.

SPDX-License-Identifier: EPL-2.0"
|
|
modelDirectory="/org.eclipse.xtext.ide.tests/testlang-src-gen" modelPluginID="org.eclipse.xtext.ide.tests"
|
|
forceOverwrite="true" modelName="IndentationAwareUiTestLanguage" updateClasspath="false"
|
|
rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container" complianceLevel="8.0"
|
|
copyrightFields="false" runtimeVersion="2.20" usedGenPackages="platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel#//ecore">
|
|
<genPackages prefix="IndentationAwareUiTestLanguage" basePackage="org.eclipse.xtext.ide.tests.testlanguage"
|
|
disposableProviderFactory="true" fileExtensions="indentationAwareUiTestLang"
|
|
ecorePackage="IndentationAwareUiTestLanguage.ecore#/">
|
|
<genClasses ecoreClass="IndentationAwareUiTestLanguage.ecore#//Tree">
|
|
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference IndentationAwareUiTestLanguage.ecore#//Tree/nodes"/>
|
|
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference IndentationAwareUiTestLanguage.ecore#//Tree/moreNodes"/>
|
|
</genClasses>
|
|
<genClasses ecoreClass="IndentationAwareUiTestLanguage.ecore#//TreeNode">
|
|
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute IndentationAwareUiTestLanguage.ecore#//TreeNode/name"/>
|
|
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference IndentationAwareUiTestLanguage.ecore#//TreeNode/children"/>
|
|
</genClasses>
|
|
<genClasses ecoreClass="IndentationAwareUiTestLanguage.ecore#//OtherTreeNode">
|
|
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute IndentationAwareUiTestLanguage.ecore#//OtherTreeNode/name"/>
|
|
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference IndentationAwareUiTestLanguage.ecore#//OtherTreeNode/childList"/>
|
|
</genClasses>
|
|
<genClasses ecoreClass="IndentationAwareUiTestLanguage.ecore#//ChildList">
|
|
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference IndentationAwareUiTestLanguage.ecore#//ChildList/children"/>
|
|
</genClasses>
|
|
</genPackages>
|
|
</genmodel:GenModel>
|