From 149b186212b177b3ae387180e84956fc0dab1fe2 Mon Sep 17 00:00:00 2001 From: Camille Letavernier Date: Thu, 6 Mar 2014 14:44:33 +0100 Subject: 429744: [UML 2.5] Migrate Papyrus to UML 2.5 https://bugs.eclipse.org/bugs/show_bug.cgi?id=429744 The following URIs have been updated in all Papyrus extra plug-ins: - http://www.eclipse.org/uml2/4.0.0/UML/Profile/L2 -> http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard - http://www.eclipse.org/uml2/4.0.0/UML -> http://www.eclipse.org/uml2/5.0.0/UML - http://www.eclipse.org/uml2/4.0.0/Types -> http://www.eclipse.org/uml2/5.0.0/Types--- .../org/eclipse/papyrus/acceleo/AcceleoDriver.java | 2 +- .../src/org/eclipse/papyrus/acceleo/GenUtils.emtl | 418 +++++++------- .../src/org/eclipse/papyrus/acceleo/GenUtils.mtl | 2 +- .../papyrus/cpp/codegen/acceleo/Constants.emtl | 100 ++-- .../papyrus/cpp/codegen/acceleo/Constants.mtl | 2 +- .../papyrus/cpp/codegen/acceleo/CppBindBody.emtl | 174 +++--- .../papyrus/cpp/codegen/acceleo/CppBindBody.mtl | 2 +- .../papyrus/cpp/codegen/acceleo/CppBindHeader.emtl | 184 +++--- .../papyrus/cpp/codegen/acceleo/CppBindHeader.mtl | 2 +- .../papyrus/cpp/codegen/acceleo/CppClassBody.emtl | 132 ++--- .../papyrus/cpp/codegen/acceleo/CppClassBody.mtl | 2 +- .../cpp/codegen/acceleo/CppClassHeader.emtl | 382 ++++++------- .../papyrus/cpp/codegen/acceleo/CppClassHeader.mtl | 2 +- .../cpp/codegen/acceleo/CppIncludeUtils.emtl | 120 ++-- .../cpp/codegen/acceleo/CppIncludeUtils.mtl | 2 +- .../cpp/codegen/acceleo/CppPackageHeader.emtl | 126 ++--- .../cpp/codegen/acceleo/CppPackageHeader.mtl | 2 +- .../cpp/codegen/acceleo/util/CppAttribute.emtl | 324 +++++------ .../cpp/codegen/acceleo/util/CppAttribute.mtl | 2 +- .../cpp/codegen/acceleo/util/CppDocumentation.emtl | 108 ++-- .../cpp/codegen/acceleo/util/CppDocumentation.mtl | 2 +- .../cpp/codegen/acceleo/util/CppEnumerations.emtl | 78 +-- .../cpp/codegen/acceleo/util/CppEnumerations.mtl | 2 +- .../codegen/acceleo/util/CppPrimitiveTypes.emtl | 72 +-- .../cpp/codegen/acceleo/util/CppPrimitiveTypes.mtl | 2 +- .../cpp/codegen/acceleo/util/CppTemplates.emtl | 182 +++--- .../cpp/codegen/acceleo/util/CppTemplates.mtl | 2 +- .../util/clazz/CppClassAttributesDeclaration.emtl | 46 +- .../util/clazz/CppClassAttributesDeclaration.mtl | 2 +- .../util/clazz/CppClassFriendDeclaration.emtl | 70 +-- .../util/clazz/CppClassFriendDeclaration.mtl | 2 +- .../clazz/CppClassIncludeClassDeclaration.emtl | 192 +++---- .../util/clazz/CppClassIncludeClassDeclaration.mtl | 2 +- .../util/clazz/CppClassIncludeDeclaration.emtl | 80 +-- .../util/clazz/CppClassIncludeDeclaration.mtl | 2 +- .../util/clazz/CppClassInheritedDeclarations.emtl | 122 ++-- .../util/clazz/CppClassInheritedDeclarations.mtl | 2 +- .../util/clazz/CppClassOperationsDeclaration.emtl | 92 +-- .../util/clazz/CppClassOperationsDeclaration.mtl | 2 +- .../clazz/CppClassOperationsImplementation.emtl | 92 +-- .../clazz/CppClassOperationsImplementation.mtl | 2 +- .../acceleo/util/clazz/CppClassTypeAndEnum.emtl | 200 +++---- .../acceleo/util/clazz/CppClassTypeAndEnum.mtl | 2 +- .../acceleo/util/operation/CppOperations.emtl | 626 ++++++++++----------- .../acceleo/util/operation/CppOperations.mtl | 2 +- .../acceleo/util/operation/CppParameter.emtl | 180 +++--- .../acceleo/util/operation/CppParameter.mtl | 2 +- .../cpp/codegen/preferences/CppCodeGenUtils.emtl | 2 +- .../cpp/codegen/preferences/CppCodeGenUtils.mtl | 2 +- .../papyrus/cpp/codegen/utils/ClassUtils.emtl | 20 +- .../papyrus/cpp/codegen/utils/ClassUtils.mtl | 2 +- .../papyrus/cpp/codegen/utils/CppGenUtils.emtl | 166 +++--- .../papyrus/cpp/codegen/utils/CppGenUtils.mtl | 2 +- .../papyrus/cpp/codegen/utils/Modifier.emtl | 62 +- .../eclipse/papyrus/cpp/codegen/utils/Modifier.mtl | 2 +- .../resources/TextEditorFacet.facetSet | 4 +- .../resources/TextEditorQuery.querySet | 12 +- 57 files changed, 2211 insertions(+), 2211 deletions(-) (limited to 'extraplugins/codegen') diff --git a/extraplugins/codegen/org.eclipse.papyrus.acceleo/src/org/eclipse/papyrus/acceleo/AcceleoDriver.java b/extraplugins/codegen/org.eclipse.papyrus.acceleo/src/org/eclipse/papyrus/acceleo/AcceleoDriver.java index 585dc6efcef..9ca2c554550 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.acceleo/src/org/eclipse/papyrus/acceleo/AcceleoDriver.java +++ b/extraplugins/codegen/org.eclipse.papyrus.acceleo/src/org/eclipse/papyrus/acceleo/AcceleoDriver.java @@ -42,7 +42,7 @@ import org.eclipse.uml2.uml.OpaqueBehavior; public class AcceleoDriver { - public final static String UML_URI = "http://www.eclipse.org/uml2/4.0.0/UML"; //$NON-NLS-1$ + public final static String UML_URI = "http://www.eclipse.org/uml2/5.0.0/UML"; //$NON-NLS-1$ public final static String DOT = "."; //$NON-NLS-1$ diff --git a/extraplugins/codegen/org.eclipse.papyrus.acceleo/src/org/eclipse/papyrus/acceleo/GenUtils.emtl b/extraplugins/codegen/org.eclipse.papyrus.acceleo/src/org/eclipse/papyrus/acceleo/GenUtils.emtl index f7dad3d4549..8939965d86c 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.acceleo/src/org/eclipse/papyrus/acceleo/GenUtils.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.acceleo/src/org/eclipse/papyrus/acceleo/GenUtils.emtl @@ -2,16 +2,16 @@ - + - + - + @@ -21,23 +21,23 @@ - + - + - + - + - + @@ -47,9 +47,9 @@ - + - + @@ -58,12 +58,12 @@ - + - + @@ -73,9 +73,9 @@ - + - + @@ -84,12 +84,12 @@ - + - + @@ -99,9 +99,9 @@ - + - + @@ -109,12 +109,12 @@ - + - + @@ -124,9 +124,9 @@ - + - + @@ -134,12 +134,12 @@ - + - + @@ -149,9 +149,9 @@ - + - + @@ -159,12 +159,12 @@ - + - + @@ -174,9 +174,9 @@ - + - + @@ -184,12 +184,12 @@ - + - + @@ -199,9 +199,9 @@ - + - + @@ -209,12 +209,12 @@ - + - + @@ -224,9 +224,9 @@ - + - + @@ -234,12 +234,12 @@ - + - + @@ -249,9 +249,9 @@ - + - + @@ -259,12 +259,12 @@ - + - + @@ -274,9 +274,9 @@ - + - + @@ -284,12 +284,12 @@ - + - + @@ -299,9 +299,9 @@ - + - + @@ -310,12 +310,12 @@ - + - + @@ -325,9 +325,9 @@ - + - + @@ -336,12 +336,12 @@ - + - + @@ -351,9 +351,9 @@ - + - + @@ -362,12 +362,12 @@ - + - + @@ -377,9 +377,9 @@ - + - + @@ -387,12 +387,12 @@ - + - + @@ -402,9 +402,9 @@ - + - + @@ -412,12 +412,12 @@ - + - + @@ -427,9 +427,9 @@ - + - + @@ -438,7 +438,7 @@ - + @@ -446,7 +446,7 @@ - + @@ -456,9 +456,9 @@ - + - + @@ -476,7 +476,7 @@ - + @@ -484,7 +484,7 @@ - + @@ -494,9 +494,9 @@ - + - + @@ -511,7 +511,7 @@ - + @@ -519,7 +519,7 @@ - + @@ -529,9 +529,9 @@ - + - + @@ -546,7 +546,7 @@ - + @@ -554,7 +554,7 @@ - + @@ -564,9 +564,9 @@ - + - + @@ -581,7 +581,7 @@ - + @@ -589,7 +589,7 @@ - + @@ -599,9 +599,9 @@ - + - + @@ -616,7 +616,7 @@ - + @@ -624,7 +624,7 @@ - + @@ -634,9 +634,9 @@ - + - + @@ -651,7 +651,7 @@ - + @@ -659,7 +659,7 @@ - + @@ -669,9 +669,9 @@ - + - + @@ -738,15 +738,15 @@ - + - + - + @@ -756,15 +756,15 @@ - + - + - + - + @@ -773,12 +773,12 @@ - + - + @@ -788,14 +788,14 @@ - + - + - + @@ -823,9 +823,9 @@ - + - + @@ -835,7 +835,7 @@ - + @@ -845,7 +845,7 @@ - + @@ -854,7 +854,7 @@ - + @@ -863,7 +863,7 @@ - + @@ -872,7 +872,7 @@ - + @@ -881,7 +881,7 @@ - + @@ -890,7 +890,7 @@ - + @@ -899,7 +899,7 @@ - + @@ -908,7 +908,7 @@ - + @@ -917,7 +917,7 @@ - + @@ -927,7 +927,7 @@ - + @@ -937,7 +937,7 @@ - + @@ -947,7 +947,7 @@ - + @@ -956,7 +956,7 @@ - + @@ -965,7 +965,7 @@ - + @@ -975,7 +975,7 @@ - + @@ -985,7 +985,7 @@ - + @@ -998,7 +998,7 @@ - + @@ -1011,7 +1011,7 @@ - + @@ -1024,7 +1024,7 @@ - + @@ -1037,7 +1037,7 @@ - + @@ -1050,7 +1050,7 @@ - + @@ -1063,7 +1063,7 @@ - + @@ -1096,10 +1096,10 @@ - + - + @@ -1107,9 +1107,9 @@ - + - + @@ -1148,47 +1148,47 @@ - + - + - + - + - + - + - + - + - + @@ -1197,251 +1197,251 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1465,19 +1465,19 @@ - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.acceleo/src/org/eclipse/papyrus/acceleo/GenUtils.mtl b/extraplugins/codegen/org.eclipse.papyrus.acceleo/src/org/eclipse/papyrus/acceleo/GenUtils.mtl index 8292e968020..b0b45e90f7a 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.acceleo/src/org/eclipse/papyrus/acceleo/GenUtils.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.acceleo/src/org/eclipse/papyrus/acceleo/GenUtils.mtl @@ -1,5 +1,5 @@ [comment encoding = UTF-8 /] -[module GenUtils('http://www.eclipse.org/uml2/4.0.0/UML')/] +[module GenUtils('http://www.eclipse.org/uml2/5.0.0/UML')/] [query public getTemplateBindings(arg0 : Class) : TemplateBinding = invoke('org.eclipse.papyrus.acceleo.GenUtils', 'getTemplateBindings(org.eclipse.uml2.uml.Class)', Sequence{arg0}) diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/Constants.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/Constants.emtl index 7f6367f668b..5512989050b 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/Constants.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/Constants.emtl @@ -2,78 +2,78 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -104,7 +104,7 @@ - + @@ -114,7 +114,7 @@ - + @@ -124,7 +124,7 @@ - + @@ -134,7 +134,7 @@ - + @@ -144,7 +144,7 @@ - + @@ -154,7 +154,7 @@ - + @@ -164,7 +164,7 @@ - + @@ -174,7 +174,7 @@ - + @@ -184,7 +184,7 @@ - + @@ -194,7 +194,7 @@ - + @@ -204,7 +204,7 @@ - + @@ -214,7 +214,7 @@ - + @@ -240,7 +240,7 @@ - + @@ -248,145 +248,145 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/Constants.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/Constants.mtl index 32c94e672bb..94614d3fedc 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/Constants.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/Constants.mtl @@ -1,5 +1,5 @@ [comment encoding = UTF-8 /] -[module Constants('http://www.eclipse.org/uml2/4.0.0/UML')] +[module Constants('http://www.eclipse.org/uml2/5.0.0/UML')] [template public constIncludeHFile(dummy : Element)] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppBindBody.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppBindBody.emtl index efb79a4d929..4eaed4efeb7 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppBindBody.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppBindBody.emtl @@ -2,7 +2,7 @@ - + @@ -18,23 +18,23 @@ - + - + - + - + @@ -42,7 +42,7 @@ - + @@ -50,27 +50,27 @@ - + - + - + - + - + - + @@ -78,7 +78,7 @@ - + @@ -86,7 +86,7 @@ - + @@ -94,7 +94,7 @@ - + @@ -102,7 +102,7 @@ - + @@ -112,20 +112,20 @@ - + - + - + - + - + - + @@ -133,27 +133,27 @@ - + - + - + - + - + - + - + @@ -162,12 +162,12 @@ - + - + - + @@ -177,20 +177,20 @@ - + - + - + - + @@ -221,7 +221,7 @@ - + @@ -231,9 +231,9 @@ - + - + @@ -245,7 +245,7 @@ - + @@ -257,7 +257,7 @@ - + @@ -269,7 +269,7 @@ - + @@ -281,7 +281,7 @@ - + @@ -293,7 +293,7 @@ - + @@ -305,7 +305,7 @@ - + @@ -326,7 +326,7 @@ - + @@ -338,7 +338,7 @@ - + @@ -350,7 +350,7 @@ - + @@ -362,7 +362,7 @@ - + @@ -388,62 +388,62 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -451,92 +451,92 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppBindBody.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppBindBody.mtl index 6189ff939f6..f2e79ceaae1 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppBindBody.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppBindBody.mtl @@ -1,4 +1,4 @@ -[module CppBindBody('http://www.eclipse.org/uml2/4.0.0/UML')/] +[module CppBindBody('http://www.eclipse.org/uml2/5.0.0/UML')/] [import org::eclipse::papyrus::acceleo::GenUtils/] [import org::eclipse::papyrus::cpp::codegen::utils::CppGenUtils/] [import org::eclipse::papyrus::cpp::codegen::utils::ClassUtils/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppBindHeader.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppBindHeader.emtl index 371853d61cd..c8cba763c98 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppBindHeader.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppBindHeader.emtl @@ -2,7 +2,7 @@ - + @@ -16,7 +16,7 @@ - + @@ -24,27 +24,27 @@ - + - + - + - + - + - + @@ -52,7 +52,7 @@ - + @@ -60,7 +60,7 @@ - + @@ -71,38 +71,38 @@ - + - + - + - + - + - + - + - + - + - + @@ -110,27 +110,27 @@ - + - + - + - + - + - + - + @@ -138,43 +138,43 @@ - + - + - + - + - + - + - + - + - + - + @@ -183,12 +183,12 @@ - + - + - + @@ -197,13 +197,13 @@ - + - + - + @@ -234,7 +234,7 @@ - + @@ -244,9 +244,9 @@ - + - + @@ -258,7 +258,7 @@ - + @@ -270,7 +270,7 @@ - + @@ -282,7 +282,7 @@ - + @@ -294,7 +294,7 @@ - + @@ -306,7 +306,7 @@ - + @@ -318,7 +318,7 @@ - + @@ -330,7 +330,7 @@ - + @@ -351,7 +351,7 @@ - + @@ -377,62 +377,62 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -440,92 +440,92 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppBindHeader.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppBindHeader.mtl index 5621eb69af6..1f50d6b5763 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppBindHeader.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppBindHeader.mtl @@ -1,4 +1,4 @@ -[module CppBindHeader('http://www.eclipse.org/uml2/4.0.0/UML')/] +[module CppBindHeader('http://www.eclipse.org/uml2/5.0.0/UML')/] [import org::eclipse::papyrus::acceleo::GenUtils/] [import org::eclipse::papyrus::cpp::codegen::utils::CppGenUtils/] [import org::eclipse::papyrus::cpp::codegen::acceleo::util::clazz::CppClassIncludeClassDeclaration/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppClassBody.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppClassBody.emtl index 50a3706d8b1..d61fafb4d10 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppClassBody.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppClassBody.emtl @@ -2,7 +2,7 @@ - + @@ -19,23 +19,23 @@ - + - + - + - + @@ -43,7 +43,7 @@ - + @@ -51,27 +51,27 @@ - + - + - + - + - + - + @@ -79,7 +79,7 @@ - + @@ -87,7 +87,7 @@ - + @@ -95,7 +95,7 @@ - + @@ -103,7 +103,7 @@ - + @@ -111,7 +111,7 @@ - + @@ -120,7 +120,7 @@ - + @@ -132,9 +132,9 @@ - + - + @@ -143,20 +143,20 @@ - + - + - + - + @@ -187,7 +187,7 @@ - + @@ -199,7 +199,7 @@ - + @@ -211,7 +211,7 @@ - + @@ -223,7 +223,7 @@ - + @@ -235,7 +235,7 @@ - + @@ -247,7 +247,7 @@ - + @@ -259,7 +259,7 @@ - + @@ -271,7 +271,7 @@ - + @@ -283,7 +283,7 @@ - + @@ -304,7 +304,7 @@ - + @@ -316,7 +316,7 @@ - + @@ -331,7 +331,7 @@ - + @@ -357,62 +357,62 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -420,61 +420,61 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppClassBody.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppClassBody.mtl index 4d02a2f113d..75ad78cd988 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppClassBody.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppClassBody.mtl @@ -1,4 +1,4 @@ -[module CppClassBody('http://www.eclipse.org/uml2/4.0.0/UML')/] +[module CppClassBody('http://www.eclipse.org/uml2/5.0.0/UML')/] [import org::eclipse::papyrus::acceleo::GenUtils/] [import org::eclipse::papyrus::cpp::codegen::utils::CppGenUtils/] [import org::eclipse::papyrus::cpp::codegen::utils::ClassUtils/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppClassHeader.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppClassHeader.emtl index ede664e1865..565251db4c4 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppClassHeader.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppClassHeader.emtl @@ -2,7 +2,7 @@ - + @@ -29,7 +29,7 @@ - + @@ -42,18 +42,18 @@ - - + + - + - + @@ -63,8 +63,8 @@ - - + + @@ -73,7 +73,7 @@ - + @@ -87,34 +87,34 @@ - + - + - + - + - + - + - + - + - + @@ -136,9 +136,9 @@ - + - + @@ -149,9 +149,9 @@ - + - + @@ -161,11 +161,11 @@ - + - + - + @@ -179,13 +179,13 @@ - + - + - + - + @@ -195,7 +195,7 @@ - + @@ -203,25 +203,25 @@ - + - + - + - + - + @@ -231,7 +231,7 @@ - + @@ -247,7 +247,7 @@ - + @@ -255,27 +255,27 @@ - + - + - + - + - + - + @@ -283,7 +283,7 @@ - + @@ -291,7 +291,7 @@ - + @@ -299,7 +299,7 @@ - + @@ -307,7 +307,7 @@ - + @@ -315,28 +315,28 @@ - + - + - + - + - + @@ -344,14 +344,14 @@ - + - + @@ -359,13 +359,13 @@ - - + + - + @@ -374,18 +374,18 @@ - - + + - + - - + + @@ -394,18 +394,18 @@ - - + + - + - - + + @@ -414,18 +414,18 @@ - - + + - + - - + + @@ -434,18 +434,18 @@ - - + + - + - - + + @@ -454,18 +454,18 @@ - - + + - + - - + + @@ -474,18 +474,18 @@ - - + + - + - - + + @@ -494,11 +494,11 @@ - + - - + + @@ -506,11 +506,11 @@ - + - - + + @@ -520,7 +520,7 @@ - + @@ -531,7 +531,7 @@ - + @@ -540,7 +540,7 @@ - + @@ -551,20 +551,20 @@ - + - + - + - + @@ -595,7 +595,7 @@ - + @@ -605,7 +605,7 @@ - + @@ -615,7 +615,7 @@ - + @@ -627,7 +627,7 @@ - + @@ -639,7 +639,7 @@ - + @@ -654,7 +654,7 @@ - + @@ -666,7 +666,7 @@ - + @@ -678,7 +678,7 @@ - + @@ -690,7 +690,7 @@ - + @@ -705,7 +705,7 @@ - + @@ -717,7 +717,7 @@ - + @@ -729,7 +729,7 @@ - + @@ -741,7 +741,7 @@ - + @@ -753,7 +753,7 @@ - + @@ -765,7 +765,7 @@ - + @@ -777,10 +777,10 @@ - + - + @@ -792,10 +792,10 @@ - + - + @@ -807,7 +807,7 @@ - + @@ -822,7 +822,7 @@ - + @@ -834,7 +834,7 @@ - + @@ -846,7 +846,7 @@ - + @@ -858,7 +858,7 @@ - + @@ -884,77 +884,77 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -962,42 +962,42 @@ - + - + - + - + - + - + - + - + - + @@ -1006,45 +1006,45 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1053,97 +1053,97 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppClassHeader.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppClassHeader.mtl index d9b6372d9ed..ca2bc069355 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppClassHeader.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppClassHeader.mtl @@ -1,4 +1,4 @@ -[module CppClassHeader('http://www.eclipse.org/uml2/4.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] +[module CppClassHeader('http://www.eclipse.org/uml2/5.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] [import org::eclipse::papyrus::acceleo::GenUtils/] [import org::eclipse::papyrus::cpp::codegen::utils::CppGenUtils/] [import org::eclipse::papyrus::cpp::codegen::utils::ClassUtils/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppIncludeUtils.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppIncludeUtils.emtl index c34dc5733b0..18f6528dd41 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppIncludeUtils.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppIncludeUtils.emtl @@ -2,7 +2,7 @@ - + @@ -17,7 +17,7 @@ - + @@ -33,7 +33,7 @@ - + @@ -76,7 +76,7 @@ - + @@ -95,7 +95,7 @@ - + @@ -103,7 +103,7 @@ - + @@ -114,7 +114,7 @@ - + @@ -130,7 +130,7 @@ - + @@ -173,7 +173,7 @@ - + @@ -192,7 +192,7 @@ - + @@ -200,7 +200,7 @@ - + @@ -211,7 +211,7 @@ - + @@ -227,7 +227,7 @@ - + @@ -270,7 +270,7 @@ - + @@ -289,7 +289,7 @@ - + @@ -297,7 +297,7 @@ - + @@ -328,7 +328,7 @@ - + @@ -338,7 +338,7 @@ - + @@ -348,7 +348,7 @@ - + @@ -360,7 +360,7 @@ - + @@ -375,7 +375,7 @@ - + @@ -402,7 +402,7 @@ - + @@ -414,7 +414,7 @@ - + @@ -426,7 +426,7 @@ - + @@ -438,7 +438,7 @@ - + @@ -450,7 +450,7 @@ - + @@ -462,7 +462,7 @@ - + @@ -488,47 +488,47 @@ - + - + - + - + - + - + - + - + - + @@ -536,13 +536,13 @@ - + - + @@ -550,82 +550,82 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppIncludeUtils.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppIncludeUtils.mtl index d88b05d21bf..7dd181172fe 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppIncludeUtils.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppIncludeUtils.mtl @@ -1,5 +1,5 @@ [comment encoding = UTF-8 /] -[module CppIncludeUtils('http://www.eclipse.org/uml2/4.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')] +[module CppIncludeUtils('http://www.eclipse.org/uml2/5.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')] [import org::eclipse::papyrus::acceleo::GenUtils/] [import org::eclipse::papyrus::cpp::codegen::acceleo::Constants/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppPackageHeader.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppPackageHeader.emtl index 4f51ef715f1..6fe16ada10b 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppPackageHeader.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppPackageHeader.emtl @@ -2,7 +2,7 @@ - + @@ -19,7 +19,7 @@ - + @@ -27,27 +27,27 @@ - + - + - + - + - + - + @@ -57,30 +57,30 @@ - + - + - + - + - + @@ -89,7 +89,7 @@ - + @@ -97,7 +97,7 @@ - + @@ -105,7 +105,7 @@ - + @@ -113,7 +113,7 @@ - + @@ -121,20 +121,20 @@ - + - + - + - + @@ -165,7 +165,7 @@ - + @@ -177,7 +177,7 @@ - + @@ -189,7 +189,7 @@ - + @@ -201,7 +201,7 @@ - + @@ -213,7 +213,7 @@ - + @@ -225,7 +225,7 @@ - + @@ -246,7 +246,7 @@ - + @@ -258,7 +258,7 @@ - + @@ -270,7 +270,7 @@ - + @@ -282,7 +282,7 @@ - + @@ -308,67 +308,67 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -376,69 +376,69 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppPackageHeader.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppPackageHeader.mtl index d09dbaf346f..e5785836187 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppPackageHeader.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/CppPackageHeader.mtl @@ -1,4 +1,4 @@ -[module CppPackageHeader('http://www.eclipse.org/uml2/4.0.0/UML')/] +[module CppPackageHeader('http://www.eclipse.org/uml2/5.0.0/UML')/] [import org::eclipse::papyrus::acceleo::GenUtils/] [import org::eclipse::papyrus::cpp::codegen::utils::CppGenUtils/] [import org::eclipse::papyrus::cpp::codegen::preferences::CppCodeGenUtils/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppAttribute.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppAttribute.emtl index c53584f3291..8810a83d0be 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppAttribute.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppAttribute.emtl @@ -2,7 +2,7 @@ - + @@ -18,24 +18,24 @@ - + - + - + - + - + - + - + @@ -45,15 +45,15 @@ - + - + - + @@ -62,13 +62,13 @@ - + - + - + @@ -76,75 +76,75 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -153,7 +153,7 @@ - + @@ -162,7 +162,7 @@ - + @@ -170,52 +170,52 @@ - + - + - + - + - + - + - + - + - + - + @@ -223,7 +223,7 @@ - + @@ -231,63 +231,63 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -295,79 +295,79 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -382,7 +382,7 @@ - + @@ -391,7 +391,7 @@ - + @@ -400,9 +400,9 @@ - + - + @@ -410,7 +410,7 @@ - + @@ -423,12 +423,12 @@ - + - + @@ -459,7 +459,7 @@ - + @@ -469,7 +469,7 @@ - + @@ -479,7 +479,7 @@ - + @@ -489,7 +489,7 @@ - + @@ -499,7 +499,7 @@ - + @@ -508,7 +508,7 @@ - + @@ -518,7 +518,7 @@ - + @@ -530,7 +530,7 @@ - + @@ -545,7 +545,7 @@ - + @@ -557,7 +557,7 @@ - + @@ -569,7 +569,7 @@ - + @@ -581,7 +581,7 @@ - + @@ -593,7 +593,7 @@ - + @@ -605,7 +605,7 @@ - + @@ -617,7 +617,7 @@ - + @@ -643,67 +643,67 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -712,211 +712,211 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppAttribute.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppAttribute.mtl index 68cfba58136..d2b364f1506 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppAttribute.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppAttribute.mtl @@ -1,4 +1,4 @@ -[module CppAttribute('http://www.eclipse.org/uml2/4.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] +[module CppAttribute('http://www.eclipse.org/uml2/5.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] [import org::eclipse::papyrus::acceleo::GenUtils/] [import org::eclipse::papyrus::cpp::codegen::utils::CppGenUtils/] [import org::eclipse::papyrus::cpp::codegen::utils::Modifier/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppDocumentation.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppDocumentation.emtl index e660d6cb726..5b331857943 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppDocumentation.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppDocumentation.emtl @@ -2,7 +2,7 @@ - + @@ -13,7 +13,7 @@ - + @@ -26,7 +26,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -53,19 +53,19 @@ - + - + - + - + @@ -76,7 +76,7 @@ - + @@ -92,19 +92,19 @@ - + - + - + - + @@ -112,9 +112,9 @@ - + - + @@ -123,7 +123,7 @@ - + @@ -135,7 +135,7 @@ - + @@ -166,7 +166,7 @@ - + @@ -176,7 +176,7 @@ - + @@ -186,7 +186,7 @@ - + @@ -196,7 +196,7 @@ - + @@ -208,7 +208,7 @@ - + @@ -234,52 +234,52 @@ - + - + - + - + - + - + - + - + - + - + @@ -287,48 +287,48 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -337,28 +337,28 @@ - + - + - + - + - + - + - + @@ -367,19 +367,19 @@ - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppDocumentation.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppDocumentation.mtl index ecc23674b2c..c20f8ae17bf 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppDocumentation.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppDocumentation.mtl @@ -1,4 +1,4 @@ -[module CppDocumentation('http://www.eclipse.org/uml2/4.0.0/UML')/] +[module CppDocumentation('http://www.eclipse.org/uml2/5.0.0/UML')/] [import org::eclipse::papyrus::acceleo::GenUtils/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppEnumerations.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppEnumerations.emtl index d4345db8a65..dbc69c10a84 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppEnumerations.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppEnumerations.emtl @@ -2,7 +2,7 @@ - + @@ -14,16 +14,16 @@ - + - + - + @@ -32,16 +32,16 @@ - + - + - + @@ -53,7 +53,7 @@ - + @@ -70,7 +70,7 @@ - + @@ -80,14 +80,14 @@ - + - + - + @@ -118,7 +118,7 @@ - + @@ -130,7 +130,7 @@ - + @@ -145,7 +145,7 @@ - + @@ -160,7 +160,7 @@ - + @@ -186,57 +186,57 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -244,36 +244,36 @@ - + - + - + - + - + - + - + - + - + @@ -281,13 +281,13 @@ - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppEnumerations.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppEnumerations.mtl index 852bd3fac7e..f66666b9517 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppEnumerations.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppEnumerations.mtl @@ -1,4 +1,4 @@ -[module CppEnumerations('http://www.eclipse.org/uml2/4.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] +[module CppEnumerations('http://www.eclipse.org/uml2/5.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] [import org::eclipse::papyrus::acceleo::GenUtils/] [import org::eclipse::papyrus::cpp::codegen::acceleo::util::CppDocumentation/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppPrimitiveTypes.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppPrimitiveTypes.emtl index def468db99a..da7d17226dc 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppPrimitiveTypes.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppPrimitiveTypes.emtl @@ -2,7 +2,7 @@ - + @@ -18,7 +18,7 @@ - + @@ -34,7 +34,7 @@ - + @@ -53,9 +53,9 @@ - + - + @@ -64,9 +64,9 @@ - + - + @@ -80,7 +80,7 @@ - + @@ -105,7 +105,7 @@ - + @@ -116,14 +116,14 @@ - + - + @@ -161,7 +161,7 @@ - + @@ -173,7 +173,7 @@ - + @@ -188,7 +188,7 @@ - + @@ -203,7 +203,7 @@ - + @@ -215,7 +215,7 @@ - + @@ -241,62 +241,62 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -304,16 +304,16 @@ - + - + - + @@ -321,19 +321,19 @@ - + - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppPrimitiveTypes.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppPrimitiveTypes.mtl index 6302902bbc0..e71028e5266 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppPrimitiveTypes.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppPrimitiveTypes.mtl @@ -1,4 +1,4 @@ -[module CppPrimitiveTypes('http://www.eclipse.org/uml2/4.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] +[module CppPrimitiveTypes('http://www.eclipse.org/uml2/5.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] [import org::eclipse::papyrus::acceleo::GenUtils/] [import org::eclipse::papyrus::cpp::codegen::utils::CppGenUtils/] [import org::eclipse::papyrus::cpp::codegen::acceleo::util::CppDocumentation/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppTemplates.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppTemplates.emtl index ebc4cb70fb0..3b7160af472 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppTemplates.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppTemplates.emtl @@ -2,72 +2,72 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -76,7 +76,7 @@ - + @@ -96,13 +96,13 @@ - + - + @@ -113,12 +113,12 @@ - + - + @@ -129,13 +129,13 @@ - + - + @@ -146,56 +146,56 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -226,7 +226,7 @@ - + @@ -236,7 +236,7 @@ - + @@ -246,7 +246,7 @@ - + @@ -256,7 +256,7 @@ - + @@ -266,7 +266,7 @@ - + @@ -276,7 +276,7 @@ - + @@ -288,7 +288,7 @@ - + @@ -300,7 +300,7 @@ - + @@ -312,7 +312,7 @@ - + @@ -338,62 +338,62 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -401,65 +401,65 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -468,31 +468,31 @@ - + - + - + - + - + - + - + - + @@ -501,31 +501,31 @@ - + - + - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppTemplates.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppTemplates.mtl index d4d6907036f..b306948e75d 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppTemplates.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/CppTemplates.mtl @@ -1,4 +1,4 @@ -[module CppTemplates('http://www.eclipse.org/uml2/4.0.0/UML')/] +[module CppTemplates('http://www.eclipse.org/uml2/5.0.0/UML')/] [import org::eclipse::papyrus::acceleo::GenUtils/] [import org::eclipse::papyrus::cpp::codegen::utils::CppGenUtils/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassAttributesDeclaration.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassAttributesDeclaration.emtl index 9160967d3ce..cc99b6c77b0 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassAttributesDeclaration.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassAttributesDeclaration.emtl @@ -2,7 +2,7 @@ - + @@ -12,7 +12,7 @@ - + @@ -20,33 +20,33 @@ - + - + - + - + - + - + - + - + @@ -77,10 +77,10 @@ - + - + @@ -92,7 +92,7 @@ - + @@ -104,7 +104,7 @@ - + @@ -130,12 +130,12 @@ - + - + @@ -143,30 +143,30 @@ - + - + - + - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassAttributesDeclaration.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassAttributesDeclaration.mtl index a0fa5f1eab5..bb217ae9c3a 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassAttributesDeclaration.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassAttributesDeclaration.mtl @@ -1,4 +1,4 @@ -[module CppClassAttributesDeclaration('http://www.eclipse.org/uml2/4.0.0/UML')/] +[module CppClassAttributesDeclaration('http://www.eclipse.org/uml2/5.0.0/UML')/] [import org::eclipse::papyrus::cpp::codegen::acceleo::util::CppAttribute/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassFriendDeclaration.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassFriendDeclaration.emtl index d97b19eb266..f500b4d11f5 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassFriendDeclaration.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassFriendDeclaration.emtl @@ -2,7 +2,7 @@ - + @@ -15,12 +15,12 @@ - + - + @@ -30,7 +30,7 @@ - + @@ -40,7 +40,7 @@ - + @@ -52,7 +52,7 @@ - + @@ -66,12 +66,12 @@ - + - + @@ -102,7 +102,7 @@ - + @@ -112,7 +112,7 @@ - + @@ -124,7 +124,7 @@ - + @@ -136,7 +136,7 @@ - + @@ -151,7 +151,7 @@ - + @@ -177,57 +177,57 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -235,39 +235,39 @@ - + - + - + - + - + - + - + - + @@ -278,13 +278,13 @@ - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassFriendDeclaration.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassFriendDeclaration.mtl index 943a3f3131f..362e4924037 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassFriendDeclaration.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassFriendDeclaration.mtl @@ -1,4 +1,4 @@ -[module CppClassFriendDeclaration('http://www.eclipse.org/uml2/4.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] +[module CppClassFriendDeclaration('http://www.eclipse.org/uml2/5.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] [import org::eclipse::papyrus::acceleo::GenUtils/] [import org::eclipse::papyrus::cpp::codegen::utils::CppGenUtils/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassIncludeClassDeclaration.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassIncludeClassDeclaration.emtl index 616afb82cc8..b83c5c5d3fd 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassIncludeClassDeclaration.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassIncludeClassDeclaration.emtl @@ -2,7 +2,7 @@ - + @@ -19,7 +19,7 @@ - + @@ -29,7 +29,7 @@ - + @@ -40,20 +40,20 @@ - + - + - + - + @@ -63,16 +63,16 @@ - + - + - + @@ -80,7 +80,7 @@ - + @@ -93,7 +93,7 @@ - + @@ -105,41 +105,41 @@ - + - + - + - + - + - + - + @@ -150,16 +150,16 @@ - + - + - + - + - + @@ -170,11 +170,11 @@ - + - + - + @@ -184,14 +184,14 @@ - + - + - + - + @@ -203,20 +203,20 @@ - + - + - + - + @@ -227,7 +227,7 @@ - + @@ -240,10 +240,10 @@ - + - + @@ -253,7 +253,7 @@ - + @@ -267,7 +267,7 @@ - + @@ -277,12 +277,12 @@ - + - + @@ -314,7 +314,7 @@ - + @@ -324,7 +324,7 @@ - + @@ -334,7 +334,7 @@ - + @@ -344,7 +344,7 @@ - + @@ -354,7 +354,7 @@ - + @@ -367,7 +367,7 @@ - + @@ -379,7 +379,7 @@ - + @@ -391,7 +391,7 @@ - + @@ -406,7 +406,7 @@ - + @@ -418,7 +418,7 @@ - + @@ -430,7 +430,7 @@ - + @@ -442,7 +442,7 @@ - + @@ -468,57 +468,57 @@ - + - + - + - + - + - + - + - + - + - + - + @@ -527,20 +527,20 @@ - + - + - + - + @@ -556,110 +556,110 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassIncludeClassDeclaration.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassIncludeClassDeclaration.mtl index 0cf24ac0874..e1bffe7854d 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassIncludeClassDeclaration.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassIncludeClassDeclaration.mtl @@ -1,4 +1,4 @@ -[module CppClassIncludeClassDeclaration('http://www.eclipse.org/uml2/4.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] +[module CppClassIncludeClassDeclaration('http://www.eclipse.org/uml2/5.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] [import org::eclipse::papyrus::acceleo::GenUtils/] [import org::eclipse::papyrus::cpp::codegen::utils::CppGenUtils/] [import org::eclipse::papyrus::cpp::codegen::utils::ClassUtils/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassIncludeDeclaration.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassIncludeDeclaration.emtl index 706b27a273b..8431c80f360 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassIncludeDeclaration.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassIncludeDeclaration.emtl @@ -2,7 +2,7 @@ - + @@ -11,7 +11,7 @@ - + @@ -19,7 +19,7 @@ - + @@ -33,7 +33,7 @@ - + @@ -52,7 +52,7 @@ - + @@ -66,7 +66,7 @@ - + @@ -91,11 +91,11 @@ - + - + - + @@ -106,9 +106,9 @@ - + - + @@ -121,7 +121,7 @@ - + @@ -151,7 +151,7 @@ - + @@ -169,7 +169,7 @@ - + @@ -180,14 +180,14 @@ - + - + @@ -218,7 +218,7 @@ - + @@ -228,7 +228,7 @@ - + @@ -240,7 +240,7 @@ - + @@ -252,7 +252,7 @@ - + @@ -267,7 +267,7 @@ - + @@ -282,7 +282,7 @@ - + @@ -297,7 +297,7 @@ - + @@ -335,47 +335,47 @@ - + - + - + - + - + - + - + - + - + @@ -383,7 +383,7 @@ - + @@ -397,22 +397,22 @@ - + - + - + - + @@ -420,7 +420,7 @@ - + @@ -429,13 +429,13 @@ - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassIncludeDeclaration.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassIncludeDeclaration.mtl index 7937e1a6bf5..7845223ccba 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassIncludeDeclaration.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassIncludeDeclaration.mtl @@ -1,4 +1,4 @@ -[module CppClassIncludeDeclaration('http://www.eclipse.org/uml2/4.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] +[module CppClassIncludeDeclaration('http://www.eclipse.org/uml2/5.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] [import org::eclipse::papyrus::acceleo::GenUtils/] [import org::eclipse::papyrus::cpp::codegen::preferences::CppCodeGenUtils/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassInheritedDeclarations.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassInheritedDeclarations.emtl index 0dbc6af346a..b5552177c0b 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassInheritedDeclarations.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassInheritedDeclarations.emtl @@ -2,7 +2,7 @@ - + @@ -14,14 +14,14 @@ - + - + - + @@ -30,20 +30,20 @@ - + - + - + - + @@ -55,13 +55,13 @@ - + - + - + @@ -76,13 +76,13 @@ - + - + @@ -90,7 +90,7 @@ - + @@ -104,7 +104,7 @@ - + @@ -132,7 +132,7 @@ - + @@ -149,7 +149,7 @@ - + @@ -157,29 +157,29 @@ - + - + - + - + - + - + @@ -187,7 +187,7 @@ - + @@ -217,7 +217,7 @@ - + @@ -227,7 +227,7 @@ - + @@ -237,7 +237,7 @@ - + @@ -249,7 +249,7 @@ - + @@ -264,7 +264,7 @@ - + @@ -279,7 +279,7 @@ - + @@ -305,62 +305,62 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -369,24 +369,24 @@ - + - + - + - + - + - + @@ -395,53 +395,53 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassInheritedDeclarations.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassInheritedDeclarations.mtl index f23c427aef4..66a0c4d223d 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassInheritedDeclarations.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassInheritedDeclarations.mtl @@ -1,4 +1,4 @@ -[module CppClassInheritedDeclarations('http://www.eclipse.org/uml2/4.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] +[module CppClassInheritedDeclarations('http://www.eclipse.org/uml2/5.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] [import org::eclipse::papyrus::acceleo::GenUtils/] [import org::eclipse::papyrus::cpp::codegen::utils::CppGenUtils/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassOperationsDeclaration.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassOperationsDeclaration.emtl index 8e0bb41bdfb..482c027da43 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassOperationsDeclaration.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassOperationsDeclaration.emtl @@ -2,7 +2,7 @@ - + @@ -12,7 +12,7 @@ - + @@ -20,25 +20,25 @@ - + - + - + - + - + - + @@ -49,18 +49,18 @@ - + - + - + - + @@ -69,41 +69,41 @@ - + - + - + - + - + - + - + - + - + - + @@ -141,10 +141,10 @@ - + - + @@ -156,7 +156,7 @@ - + @@ -168,7 +168,7 @@ - + @@ -180,7 +180,7 @@ - + @@ -206,27 +206,27 @@ - + - + - + - + - + @@ -234,59 +234,59 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassOperationsDeclaration.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassOperationsDeclaration.mtl index 8b410a0f292..513dd1ed446 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassOperationsDeclaration.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassOperationsDeclaration.mtl @@ -1,4 +1,4 @@ -[module CppClassOperationsDeclaration('http://www.eclipse.org/uml2/4.0.0/UML')/] +[module CppClassOperationsDeclaration('http://www.eclipse.org/uml2/5.0.0/UML')/] [import org::eclipse::papyrus::cpp::codegen::acceleo::util::operation::CppOperations/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassOperationsImplementation.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassOperationsImplementation.emtl index 35dcf51af03..d81f2c6d816 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassOperationsImplementation.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassOperationsImplementation.emtl @@ -2,7 +2,7 @@ - + @@ -19,7 +19,7 @@ - + @@ -27,7 +27,7 @@ - + @@ -40,7 +40,7 @@ - + @@ -49,9 +49,9 @@ - + - + @@ -63,7 +63,7 @@ - + @@ -77,7 +77,7 @@ - + @@ -88,18 +88,18 @@ - + - + - + - + @@ -108,15 +108,15 @@ - + - + - + @@ -125,7 +125,7 @@ - + @@ -137,12 +137,12 @@ - + - + @@ -183,7 +183,7 @@ - + @@ -198,7 +198,7 @@ - + @@ -213,7 +213,7 @@ - + @@ -225,7 +225,7 @@ - + @@ -237,7 +237,7 @@ - + @@ -263,47 +263,47 @@ - + - + - + - + - + - + - + - + - + @@ -311,23 +311,23 @@ - + - + - + - + @@ -338,38 +338,38 @@ - + - + - + - + - + - + - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassOperationsImplementation.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassOperationsImplementation.mtl index 0c3ab27938d..33716ef6e61 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassOperationsImplementation.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassOperationsImplementation.mtl @@ -1,4 +1,4 @@ -[module CppClassOperationsImplementation('http://www.eclipse.org/uml2/4.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] +[module CppClassOperationsImplementation('http://www.eclipse.org/uml2/5.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] [import org::eclipse::papyrus::acceleo::GenUtils/] [import org::eclipse::papyrus::cpp::codegen::acceleo::util::operation::CppOperations/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassTypeAndEnum.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassTypeAndEnum.emtl index bdf0e257ca7..1b7e59c0a31 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassTypeAndEnum.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassTypeAndEnum.emtl @@ -2,7 +2,7 @@ - + @@ -18,12 +18,12 @@ - + - + - + @@ -31,10 +31,10 @@ - + - + @@ -45,12 +45,12 @@ - + - + - + @@ -58,10 +58,10 @@ - + - + @@ -77,7 +77,7 @@ - + @@ -88,10 +88,10 @@ - + - + @@ -100,21 +100,21 @@ - + - + - + - + - + - + @@ -122,10 +122,10 @@ - + - + @@ -133,24 +133,24 @@ - + - + - + - + - + - + @@ -159,17 +159,17 @@ - - + + - + - - + + @@ -178,17 +178,17 @@ - - + + - + - - + + @@ -197,48 +197,48 @@ - - + + - + - - + + - + - + - - + + - + - - + + - + @@ -269,10 +269,10 @@ - + - + @@ -282,10 +282,10 @@ - + - + @@ -295,7 +295,7 @@ - + @@ -305,7 +305,7 @@ - + @@ -317,7 +317,7 @@ - + @@ -332,7 +332,7 @@ - + @@ -347,7 +347,7 @@ - + @@ -359,7 +359,7 @@ - + @@ -385,67 +385,67 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -453,71 +453,71 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -526,40 +526,40 @@ - + - + - + - + - + - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassTypeAndEnum.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassTypeAndEnum.mtl index f46d6e95933..d90230149a4 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassTypeAndEnum.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/clazz/CppClassTypeAndEnum.mtl @@ -1,4 +1,4 @@ -[module CppClassTypeAndEnum('http://www.eclipse.org/uml2/4.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] +[module CppClassTypeAndEnum('http://www.eclipse.org/uml2/5.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] [import org::eclipse::papyrus::acceleo::GenUtils/] [import org::eclipse::papyrus::cpp::codegen::utils::CppGenUtils/] [import org::eclipse::papyrus::cpp::codegen::acceleo::util::CppPrimitiveTypes/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/operation/CppOperations.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/operation/CppOperations.emtl index 7fe38baaebb..1066c347464 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/operation/CppOperations.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/operation/CppOperations.emtl @@ -2,13 +2,13 @@ - + - + @@ -21,79 +21,79 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -110,11 +110,11 @@ - + - + - + @@ -124,9 +124,9 @@ - + - + @@ -134,7 +134,7 @@ - + @@ -144,7 +144,7 @@ - + @@ -155,11 +155,11 @@ - + - + - + @@ -169,20 +169,20 @@ - + - + - + - + @@ -190,20 +190,20 @@ - + - + - + - + @@ -212,14 +212,14 @@ - + - + @@ -233,7 +233,7 @@ - + @@ -243,10 +243,10 @@ - + - + @@ -256,9 +256,9 @@ - + - + @@ -283,7 +283,7 @@ - + @@ -291,11 +291,11 @@ - + - + - + @@ -305,7 +305,7 @@ - + @@ -314,19 +314,19 @@ - + - + - + - + @@ -334,54 +334,54 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -390,10 +390,10 @@ - + - + @@ -406,10 +406,10 @@ - + - + @@ -418,25 +418,25 @@ - + - + - + - + - + - + @@ -444,10 +444,10 @@ - + - + @@ -455,7 +455,7 @@ - + @@ -465,7 +465,7 @@ - + @@ -473,7 +473,7 @@ - + @@ -482,13 +482,13 @@ - + - + - + @@ -496,53 +496,53 @@ - + - + - + - + - + - + - + - + - + @@ -553,18 +553,18 @@ - + - + - + @@ -572,35 +572,35 @@ - + - + - + - + - + - + @@ -611,12 +611,12 @@ - + - + @@ -630,7 +630,7 @@ - + @@ -649,7 +649,7 @@ - + @@ -659,17 +659,17 @@ - + - + - + @@ -682,7 +682,7 @@ - + @@ -691,7 +691,7 @@ - + @@ -704,15 +704,15 @@ - + - + - + - + @@ -725,9 +725,9 @@ - + - + @@ -738,7 +738,7 @@ - + @@ -746,7 +746,7 @@ - + @@ -754,22 +754,22 @@ - + - + - + - + @@ -780,7 +780,7 @@ - + @@ -792,9 +792,9 @@ - + - + @@ -806,66 +806,66 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -875,27 +875,27 @@ - + - + - + - + @@ -905,7 +905,7 @@ - + @@ -913,41 +913,41 @@ - + - + - + - + - + - + - + - + - + @@ -958,7 +958,7 @@ - + @@ -966,7 +966,7 @@ - + @@ -974,7 +974,7 @@ - + @@ -1004,7 +1004,7 @@ - + @@ -1014,7 +1014,7 @@ - + @@ -1024,7 +1024,7 @@ - + @@ -1034,7 +1034,7 @@ - + @@ -1044,7 +1044,7 @@ - + @@ -1054,7 +1054,7 @@ - + @@ -1064,7 +1064,7 @@ - + @@ -1074,7 +1074,7 @@ - + @@ -1084,7 +1084,7 @@ - + @@ -1094,7 +1094,7 @@ - + @@ -1104,7 +1104,7 @@ - + @@ -1114,7 +1114,7 @@ - + @@ -1124,7 +1124,7 @@ - + @@ -1134,7 +1134,7 @@ - + @@ -1147,7 +1147,7 @@ - + @@ -1157,7 +1157,7 @@ - + @@ -1167,7 +1167,7 @@ - + @@ -1179,7 +1179,7 @@ - + @@ -1194,7 +1194,7 @@ - + @@ -1209,7 +1209,7 @@ - + @@ -1224,7 +1224,7 @@ - + @@ -1237,9 +1237,9 @@ - + - + @@ -1251,7 +1251,7 @@ - + @@ -1263,7 +1263,7 @@ - + @@ -1275,7 +1275,7 @@ - + @@ -1287,7 +1287,7 @@ - + @@ -1299,7 +1299,7 @@ - + @@ -1311,7 +1311,7 @@ - + @@ -1323,7 +1323,7 @@ - + @@ -1338,7 +1338,7 @@ - + @@ -1353,7 +1353,7 @@ - + @@ -1365,7 +1365,7 @@ - + @@ -1391,67 +1391,67 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1460,51 +1460,51 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -1514,286 +1514,286 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -1802,100 +1802,100 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/operation/CppOperations.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/operation/CppOperations.mtl index ca8faf76b87..543654aaea3 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/operation/CppOperations.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/operation/CppOperations.mtl @@ -1,4 +1,4 @@ -[module CppOperations('http://www.eclipse.org/uml2/4.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1', 'http://www.eclipse.org/uml2/4.0.0/UML/Profile/L2')/] +[module CppOperations('http://www.eclipse.org/uml2/5.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1', 'http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard')/] [import org::eclipse::papyrus::acceleo::GenUtils/] [import org::eclipse::papyrus::cpp::codegen::utils::CppGenUtils/] [import org::eclipse::papyrus::cpp::codegen::utils::Modifier/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/operation/CppParameter.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/operation/CppParameter.emtl index d6ecc01b121..c6fb9fe3bb7 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/operation/CppParameter.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/operation/CppParameter.emtl @@ -2,7 +2,7 @@ - + @@ -16,22 +16,22 @@ - + - + - + - + - + - + - + @@ -40,7 +40,7 @@ - + @@ -51,54 +51,54 @@ - + - + - + - + - + - + - + - + - + - + @@ -106,7 +106,7 @@ - + @@ -117,7 +117,7 @@ - + @@ -126,27 +126,27 @@ - + - + - + - + - + - - + + - + @@ -154,7 +154,7 @@ - + @@ -168,7 +168,7 @@ - + @@ -177,27 +177,27 @@ - + - + - + - + - + - - + + - + @@ -205,7 +205,7 @@ - + @@ -239,7 +239,7 @@ - + @@ -249,7 +249,7 @@ - + @@ -262,7 +262,7 @@ - + @@ -275,7 +275,7 @@ - + @@ -290,7 +290,7 @@ - + @@ -302,7 +302,7 @@ - + @@ -314,7 +314,7 @@ - + @@ -326,7 +326,7 @@ - + @@ -338,7 +338,7 @@ - + @@ -364,62 +364,62 @@ - + - + - + - + - + - + - + - + - + - + - + - + @@ -427,87 +427,87 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -516,28 +516,28 @@ - + - + - + - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/operation/CppParameter.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/operation/CppParameter.mtl index bffec7ecfa8..9b74ce9fed6 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/operation/CppParameter.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/util/operation/CppParameter.mtl @@ -1,4 +1,4 @@ -[module CppParameter('http://www.eclipse.org/uml2/4.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] +[module CppParameter('http://www.eclipse.org/uml2/5.0.0/UML', 'http://www.eclipse.org/papyrus/C_Cpp/1')/] [import org::eclipse::papyrus::acceleo::GenUtils/] [import org::eclipse::papyrus::cpp::codegen::utils::CppGenUtils/] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/preferences/CppCodeGenUtils.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/preferences/CppCodeGenUtils.emtl index 9e8fb375556..6a3055dab7b 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/preferences/CppCodeGenUtils.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/preferences/CppCodeGenUtils.emtl @@ -2,7 +2,7 @@ - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/preferences/CppCodeGenUtils.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/preferences/CppCodeGenUtils.mtl index 05979359e41..79db6cdbb36 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/preferences/CppCodeGenUtils.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/preferences/CppCodeGenUtils.mtl @@ -1,5 +1,5 @@ [comment encoding = UTF-8 /] -[module CppCodeGenUtils('http://www.eclipse.org/uml2/4.0.0/UML')/] +[module CppCodeGenUtils('http://www.eclipse.org/uml2/5.0.0/UML')/] [query public getHeaderSuffix() : String = invoke('org.eclipse.papyrus.cpp.codegen.preferences.CppCodeGenUtils', 'getHeaderSuffix()', Sequence{}) /] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/ClassUtils.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/ClassUtils.emtl index feb38f52f05..1e5df902647 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/ClassUtils.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/ClassUtils.emtl @@ -2,16 +2,16 @@ - + - + - + @@ -21,9 +21,9 @@ - + - + @@ -56,7 +56,7 @@ - + @@ -95,7 +95,7 @@ - + @@ -104,17 +104,17 @@ - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/ClassUtils.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/ClassUtils.mtl index 19e55603802..13fe22ce295 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/ClassUtils.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/ClassUtils.mtl @@ -1,5 +1,5 @@ [comment encoding = UTF-8 /] -[module ClassUtils('http://www.eclipse.org/uml2/4.0.0/UML')/] +[module ClassUtils('http://www.eclipse.org/uml2/5.0.0/UML')/] [query public includedClassifiers(cl : Classifier) : Sequence(Classifier) = invoke('org.eclipse.papyrus.cpp.codegen.utils.ClassUtils', 'includedClassifiers(org.eclipse.uml2.uml.Classifier)', Sequence{cl}) /] diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/CppGenUtils.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/CppGenUtils.emtl index 23c2bb612d9..967aca987ef 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/CppGenUtils.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/CppGenUtils.emtl @@ -2,16 +2,16 @@ - + - + - + @@ -21,9 +21,9 @@ - + - + @@ -32,12 +32,12 @@ - + - + @@ -47,9 +47,9 @@ - + - + @@ -58,12 +58,12 @@ - + - + @@ -73,9 +73,9 @@ - + - + @@ -84,12 +84,12 @@ - + - + @@ -99,9 +99,9 @@ - + - + @@ -110,12 +110,12 @@ - + - + @@ -125,9 +125,9 @@ - + - + @@ -136,12 +136,12 @@ - + - + @@ -151,9 +151,9 @@ - + - + @@ -162,12 +162,12 @@ - + - + @@ -177,9 +177,9 @@ - + - + @@ -188,12 +188,12 @@ - + - + @@ -203,9 +203,9 @@ - + - + @@ -214,12 +214,12 @@ - + - + @@ -229,9 +229,9 @@ - + - + @@ -240,7 +240,7 @@ - + @@ -248,7 +248,7 @@ - + @@ -258,9 +258,9 @@ - + - + @@ -301,7 +301,7 @@ - + @@ -311,7 +311,7 @@ - + @@ -321,7 +321,7 @@ - + @@ -331,7 +331,7 @@ - + @@ -341,7 +341,7 @@ - + @@ -351,7 +351,7 @@ - + @@ -361,7 +361,7 @@ - + @@ -371,7 +371,7 @@ - + @@ -381,7 +381,7 @@ - + @@ -391,7 +391,7 @@ - + @@ -433,32 +433,32 @@ - + - + - + - + - + - + @@ -466,114 +466,114 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/CppGenUtils.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/CppGenUtils.mtl index 6fb8bc2160d..973b888613e 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/CppGenUtils.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/CppGenUtils.mtl @@ -1,5 +1,5 @@ [comment encoding = UTF-8 /] -[module CppGenUtils('http://www.eclipse.org/uml2/4.0.0/UML')/] +[module CppGenUtils('http://www.eclipse.org/uml2/5.0.0/UML')/] [query public getTemplateParametersWoType(arg0 : Classifier) : String = invoke('org.eclipse.papyrus.cpp.codegen.utils.CppGenUtils', 'getTemplateParametersWoType(org.eclipse.uml2.uml.Classifier)', Sequence{arg0}) diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/Modifier.emtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/Modifier.emtl index 2a002fc1015..d4c3543afef 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/Modifier.emtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/Modifier.emtl @@ -2,16 +2,16 @@ - + - + - + @@ -21,9 +21,9 @@ - + - + @@ -32,12 +32,12 @@ - + - + @@ -47,9 +47,9 @@ - + - + @@ -58,12 +58,12 @@ - + - + @@ -73,9 +73,9 @@ - + - + @@ -84,12 +84,12 @@ - + - + @@ -99,9 +99,9 @@ - + - + @@ -136,7 +136,7 @@ - + @@ -146,7 +146,7 @@ - + @@ -156,7 +156,7 @@ - + @@ -166,7 +166,7 @@ - + @@ -205,7 +205,7 @@ - + @@ -213,45 +213,45 @@ - + - + - + - + - + - + - + - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/Modifier.mtl b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/Modifier.mtl index fed35b5d2ff..9dd3f65d40c 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/Modifier.mtl +++ b/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/utils/Modifier.mtl @@ -1,5 +1,5 @@ [comment encoding = UTF-8 /] -[module Modifier('http://www.eclipse.org/uml2/4.0.0/UML')/] +[module Modifier('http://www.eclipse.org/uml2/5.0.0/UML')/] [query public modPtr(propertyOrParameter : Element) : String = invoke('org.eclipse.papyrus.cpp.codegen.utils.Modifier', 'modPtr(org.eclipse.uml2.uml.Element)', Sequence{propertyOrParameter}) /] diff --git a/extraplugins/codegen/org.eclipse.papyrus.texteditor.modelexplorer/resources/TextEditorFacet.facetSet b/extraplugins/codegen/org.eclipse.papyrus.texteditor.modelexplorer/resources/TextEditorFacet.facetSet index a5efe951188..7063969a0a1 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.texteditor.modelexplorer/resources/TextEditorFacet.facetSet +++ b/extraplugins/codegen/org.eclipse.papyrus.texteditor.modelexplorer/resources/TextEditorFacet.facetSet @@ -1,12 +1,12 @@ - + - + diff --git a/extraplugins/codegen/org.eclipse.papyrus.texteditor.modelexplorer/resources/TextEditorQuery.querySet b/extraplugins/codegen/org.eclipse.papyrus.texteditor.modelexplorer/resources/TextEditorQuery.querySet index ac50527650c..c8bbde8fce6 100644 --- a/extraplugins/codegen/org.eclipse.papyrus.texteditor.modelexplorer/resources/TextEditorQuery.querySet +++ b/extraplugins/codegen/org.eclipse.papyrus.texteditor.modelexplorer/resources/TextEditorQuery.querySet @@ -2,22 +2,22 @@ - - + + - + - + - + - + -- cgit v1.2.3