Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/properties')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/model/FieldSelection.genmodel13
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/LanguagePreferences.genmodel13
2 files changed, 13 insertions, 13 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/model/FieldSelection.genmodel b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/model/FieldSelection.genmodel
index c6585241266..9143d54aa1c 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/model/FieldSelection.genmodel
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/model/FieldSelection.genmodel
@@ -1,11 +1,12 @@
<?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" modelDirectory="/org.eclipse.papyrus.customization.properties.generation/src-gen"
- editDirectory="/org.eclipse.papyrus.customization.properties.generation.edit/src-gen" editorDirectory="/org.eclipse.papyrus.customization.properties.generation.editor/src-gen"
+<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) 2011 CEA LIST 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; Remi Schnekenburger - Initial API and implementation"
+ modelDirectory="/org.eclipse.papyrus.customization.properties.generation/src-gen"
+ editDirectory="/org.eclipse.papyrus.customization.properties.generation.edit/src-gen"
+ editorDirectory="/org.eclipse.papyrus.customization.properties.generation.editor/src-gen"
modelPluginID="org.eclipse.papyrus.customization.properties.generation" modelName="FieldSelection"
- testsDirectory="/org.eclipse.papyrus.customization.properties.generation.tests/src-gen" importerID="org.eclipse.emf.importer.ecore"
- complianceLevel="5.0" copyrightFields="false">
+ testsDirectory="/org.eclipse.papyrus.customization.properties.generation.tests/src-gen"
+ importerID="org.eclipse.emf.importer.ecore" complianceLevel="5.0" copyrightFields="false">
<foreignModel>FieldSelection.ecore</foreignModel>
<genPackages prefix="FieldSelection" basePackage="org.eclipse.papyrus.customization.properties.generation"
disposableProviderFactory="true" ecorePackage="FieldSelection.ecore#/">
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/LanguagePreferences.genmodel b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/LanguagePreferences.genmodel
index 7f8da6d095b..69cd3fbe89a 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/LanguagePreferences.genmodel
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/LanguagePreferences.genmodel
@@ -1,11 +1,10 @@
<?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" modelDirectory="/org.eclipse.papyrus.uml.properties/src-gen"
- editDirectory="/org.eclipse.papyrus.uml.properties.edit/src-gen" editorDirectory="/org.eclipse.papyrus.uml.properties.editor/src-gen"
- modelPluginID="org.eclipse.papyrus.uml.properties" modelName="LanguagePreferences"
- testsDirectory="/org.eclipse.papyrus.uml.properties.tests/src-gen" importerID="org.eclipse.emf.importer.ecore"
- complianceLevel="5.0" copyrightFields="false">
+<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) 2011 CEA LIST 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; Camille Letavernier - Initial API and implementation"
+ modelDirectory="/org.eclipse.papyrus.uml.properties/src-gen" editDirectory="/org.eclipse.papyrus.uml.properties.edit/src-gen"
+ editorDirectory="/org.eclipse.papyrus.uml.properties.editor/src-gen" modelPluginID="org.eclipse.papyrus.uml.properties"
+ modelName="LanguagePreferences" testsDirectory="/org.eclipse.papyrus.uml.properties.tests/src-gen"
+ importerID="org.eclipse.emf.importer.ecore" complianceLevel="5.0" copyrightFields="false">
<foreignModel>LanguagePreferences.ecore</foreignModel>
<genPackages prefix="languagepreferences" basePackage="org.eclipse.papyrus.uml.properties"
disposableProviderFactory="true" ecorePackage="LanguagePreferences.ecore#/">

Back to the top