Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-08-02 09:25:56 +0000
committerPatrick Tessier2018-08-22 09:08:59 +0000
commit2974191c7ef4a6d959c600b18d09ab698aff0e79 (patch)
treeed7366d909e149f4817660f00accc91b2aa73349 /examples
parent05a7fa4ca81ad5391ed1cfdb0c21941414aeaa64 (diff)
downloadorg.eclipse.papyrus-2974191c7ef4a6d959c600b18d09ab698aff0e79.tar.gz
org.eclipse.papyrus-2974191c7ef4a6d959c600b18d09ab698aff0e79.tar.xz
org.eclipse.papyrus-2974191c7ef4a6d959c600b18d09ab698aff0e79.zip
Bug 537653 - [EPL] Update gmfgen files
- Update the gmfgen headers - Add missing ones Change-Id: Ife35d77d0fe40a0cfa6f92c2168c752cbfda25dc Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'examples')
-rw-r--r--examples/others/org.eclipse.papyrus.example.diagram.simplediagram/model/newdiagram.gmfgen7
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/others/org.eclipse.papyrus.example.diagram.simplediagram/model/newdiagram.gmfgen b/examples/others/org.eclipse.papyrus.example.diagram.simplediagram/model/newdiagram.gmfgen
index bff3ce0e195..c719280c999 100644
--- a/examples/others/org.eclipse.papyrus.example.diagram.simplediagram/model/newdiagram.gmfgen
+++ b/examples/others/org.eclipse.papyrus.example.diagram.simplediagram/model/newdiagram.gmfgen
@@ -1,12 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-<gmfgen:GenEditorGenerator xmi:version="2.0"
+<gmfgen:GenEditorGenerator
+ xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:gmfgen="http://www.eclipse.org/gmf/2009/GenModel" packageNamePrefix="org.eclipse.papyrus.example.diagram.simplediagram"
+ xmlns:gmfgen="http://www.eclipse.org/gmf/2009/GenModel"
+ packageNamePrefix="org.eclipse.papyrus.example.diagram.simplediagram"
modelID="PapyrusNewDiagram"
domainFileExtension="PapyrusNewDiagram"
dynamicTemplates="true"
templateDirectory="/org.eclipse.papyrus.def/dynamic-templates3.5/codegen"
+ copyrightText="Copyright (c) 2011 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;http://www.eclipse.org/legal/epl-2.0&#xA;&#xA;SPDX-License-Identifier: EPL-2.0&#xA;&#xA;Contributors:&#xA; CEA LIST - Initial API and implementation"
pluginDirectory="/org.eclipse.papyrus.example.diagram.simplediagram/src-gen">
<diagram
visualID="1000"

Back to the top