Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/custo/org.eclipse.papyrus.example.custo.cyber/models/soft.profile.genmodel')
-rw-r--r--examples/custo/org.eclipse.papyrus.example.custo.cyber/models/soft.profile.genmodel10
1 files changed, 6 insertions, 4 deletions
diff --git a/examples/custo/org.eclipse.papyrus.example.custo.cyber/models/soft.profile.genmodel b/examples/custo/org.eclipse.papyrus.example.custo.cyber/models/soft.profile.genmodel
index f8ca10b2968..47d1e91f688 100644
--- a/examples/custo/org.eclipse.papyrus.example.custo.cyber/models/soft.profile.genmodel
+++ b/examples/custo/org.eclipse.papyrus.example.custo.cyber/models/soft.profile.genmodel
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:genmodel="http://www.eclipse.org/uml2/2.2.0/GenModel"
- copyrightText="&#xA; Copyright (c) 2021 CEA LIST.&#xA; &#xA; All rights reserved. This program and the accompanying materials&#xA; are made available under the terms of the Eclipse Public License 2.0&#xA; which accompanies this distribution, and is available at&#xA; https://www.eclipse.org/legal/epl-2.0/&#xA; &#xA; SPDX-License-Identifier: EPL-2.0&#xA; &#xA; Contributors:&#xA; &#x9;Patrick Tessier &#x9;(CEA LIST) - Initial API and implementation&#xA; "
- modelDirectory="/org.eclipse.papyrus.example.custo.cyber/src-gen" modelPluginID="org.eclipse.papyrus.example.custo.cyber"
- modelName="Soft" rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container"
+ copyrightText="Copyright (c) 2021 CEA LIST.&#xA; &#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License 2.0&#xA;which accompanies this distribution, and is available at&#xA;https://www.eclipse.org/legal/epl-2.0/&#xA; &#xA;SPDX-License-Identifier: EPL-2.0&#xA; &#xA;Contributors:&#xA; Patrick Tessier (CEA LIST) - Initial API and implementation&#xA; "
+ modelDirectory="/org.eclipse.papyrus.example.custo.cyber/src-gen" editDirectory="/org.eclipse.papyrus.example.custo.cyber.edit/src-gen"
+ editorDirectory="/org.eclipse.papyrus.example.custo.cyber.editor/src-gen" modelPluginID="org.eclipse.papyrus.example.custo.cyber"
+ modelName="Soft" nonNLSMarkers="true" rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container"
+ codeFormatting="true" testsDirectory="/org.eclipse.papyrus.example.custo.cyber.tests/src-gen"
importerID="org.eclipse.uml2.uml.ecore.importer" complianceLevel="5.0" usedGenPackages="../../org.eclipse.emf.ecore/model/Ecore.genmodel#//ecore ../../org.eclipse.uml2.types/model/Types.genmodel#//types ../../org.eclipse.uml2.uml/model/UML.genmodel#//uml"
- operationReflection="true" importOrganizing="true">
+ operationReflection="true" importOrganizing="true" cleanup="true" oSGiCompatible="true">
<genAnnotations source="http://www.eclipse.org/emf/2002/GenModel/importer/org.eclipse.uml2.uml.ecore.importer">
<details key="OPPOSITE_ROLE_NAMES" value="IGNORE"/>
<details key="DUPLICATE_FEATURES" value="DISCARD"/>

Back to the top