Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-07-23 14:23:13 +0000
committerPatrick Tessier2018-08-22 09:14:04 +0000
commit45772bc3784d6e29e4a9cd3363f2fd04218087a0 (patch)
treec21a0586ef0207f94227ba9a8fdd98c72a4abea0 /plugins/infra/filters
parenta93ea88b10a01ff88b2e3bf31a18512ebdc90461 (diff)
downloadorg.eclipse.papyrus-45772bc3784d6e29e4a9cd3363f2fd04218087a0.tar.gz
org.eclipse.papyrus-45772bc3784d6e29e4a9cd3363f2fd04218087a0.tar.xz
org.eclipse.papyrus-45772bc3784d6e29e4a9cd3363f2fd04218087a0.zip
Bug 537653 - [EPL] Update genmodel headers
- Corrected or added the default header in the genmodel files - There still needs to be an action done on the generated ones (oep.uml.textedit.*) - Corrected the removed model dependencies - There still needs to be a check on the added properties for seemingly no reason Change-Id: I3348923f0d7784568e38f198cbbfcd2f3721a2d2 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'plugins/infra/filters')
-rw-r--r--plugins/infra/filters/org.eclipse.papyrus.infra.filters/model/filters.genmodel9
1 files changed, 5 insertions, 4 deletions
diff --git a/plugins/infra/filters/org.eclipse.papyrus.infra.filters/model/filters.genmodel b/plugins/infra/filters/org.eclipse.papyrus.infra.filters/model/filters.genmodel
index 14189bed5a3..5760702a715 100644
--- a/plugins/infra/filters/org.eclipse.papyrus.infra.filters/model/filters.genmodel
+++ b/plugins/infra/filters/org.eclipse.papyrus.infra.filters/model/filters.genmodel
@@ -1,16 +1,17 @@
<?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="Copyright (c) 2014 Christian W. Damus and others.&#xA;&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html&#xA;&#xA;Contributors:&#xA; Christian W. Damus - Initial API and implementation"
+ copyrightText="Copyright (c) 2014 Christian W. Damus and others.&#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; Christian W. Damus - Initial API and implementation"
modelDirectory="/org.eclipse.papyrus.infra.filters/src-gen" creationIcons="false"
editDirectory="/org.eclipse.papyrus.infra.filters.edit/src-gen" editorDirectory="/org.eclipse.papyrus.infra.filters.editor/src-gen"
modelPluginID="org.eclipse.papyrus.infra.filters" modelName="Filters" nonNLSMarkers="true"
rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container" codeFormatting="true"
commentFormatting="true" testsDirectory="/org.eclipse.papyrus.infra.filters.tests/src-gen"
booleanFlagsField="_flags" importerID="org.eclipse.uml2.uml.ecore.importer" complianceLevel="7.0"
- copyrightFields="false" packedEnums="true" usedGenPackages="../../org.eclipse.uml2.types/model/Types.genmodel#//types"
- operationReflection="true" importOrganizing="true" cleanup="true" factoryMethods="true"
- pluralizedGetters="true" safeStrings="true" invariantPrefix="validate">
+ copyrightFields="false" packedEnums="true" operationReflection="true" importOrganizing="true"
+ usedGenPackages="../../org.eclipse.uml2.types/model/Types.genmodel#//types"
+ cleanup="true" factoryMethods="true" pluralizedGetters="true" safeStrings="true"
+ invariantPrefix="validate">
<genAnnotations source="http://www.eclipse.org/emf/2002/GenModel/importer/org.eclipse.uml2.uml.ecore.importer">
<details key="ECORE_TAGGED_VALUES" value="PROCESS"/>
<details key="UNION_PROPERTIES" value="PROCESS"/>

Back to the top