Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/model/celleditors.genmodel')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/model/celleditors.genmodel10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/model/celleditors.genmodel b/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/model/celleditors.genmodel
index d809fc14bc0..3918140bb94 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/model/celleditors.genmodel
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/model/celleditors.genmodel
@@ -1,10 +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" copyrightText="Copyright (c) 2010 CEA LIST.&#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 Bros (Mia-Software) - initial API and implementation"
+<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) 2010 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; Nicolas Bros (Mia-Software) - initial API and implementation"
modelDirectory="/org.eclipse.papyrus.emf.facet.widgets.celleditors/src" editDirectory="/org.eclipse.papyrus.emf.facet.widgets.celleditors.edit/src"
- editorDirectory="/org.eclipse.papyrus.emf.facet.widgets.celleditors.editor/src" modelPluginID="org.eclipse.papyrus.emf.facet.widgets.celleditors"
- modelName="Celleditors" modelPluginClass="org.eclipse.papyrus.emf.facet.widgets.celleditors.CelleditorsPlugin"
+ editorDirectory="/org.eclipse.papyrus.emf.facet.widgets.celleditors.editor/src"
+ modelPluginID="org.eclipse.papyrus.emf.facet.widgets.celleditors" modelName="Celleditors"
+ modelPluginClass="org.eclipse.papyrus.emf.facet.widgets.celleditors.CelleditorsPlugin"
editPluginClass="org.eclipse.papyrus.emf.facet.widgets.celleditors.edit.CelleditorsEditPlugin"
editorPluginClass="org.eclipse.papyrus.emf.facet.widgets.celleditors.editor.CelleditorsEditorPlugin"
testSuiteClass="org.eclipse.papyrus.emf.facet.widgets.celleditors.modelCellEditor.tests.CelleditorsAllTests"

Back to the top