Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/Constants.mtl')
-rw-r--r--extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/Constants.mtl52
1 files changed, 0 insertions, 52 deletions
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
deleted file mode 100644
index 94614d3fedc..00000000000
--- a/extraplugins/codegen/org.eclipse.papyrus.cpp.codegen/src/org/eclipse/papyrus/cpp/codegen/acceleo/Constants.mtl
+++ /dev/null
@@ -1,52 +0,0 @@
-[comment encoding = UTF-8 /]
-[module Constants('http://www.eclipse.org/uml2/5.0.0/UML')]
-
-
-[template public constIncludeHFile(dummy : Element)]
-// include associated header file
-[/template]
-
-[template public constIncludeHeaderStart(dummy : Element)]
-// Include from Include stereotype (header)
-[/template]
-
-[template public constIncludePreBodyStart(dummy : Element)]
-// Include from Include stereotype (pre-body)
-[/template]
-
-[template public constIncludePreBodyEnd(dummy : Element)]
-// End of Include stereotype (pre-body)
-[/template]
-
-[template public constIncludeBodyStart(dummy : Element)]
-// Include from Include declaration (body)
-[/template]
-
-[template public constIncludeHeaderEnd(dummy : Element)]
-// End of Include stereotype (header)
-[/template]
-
-[template public constIncludeBodyEnd(dummy : Element)]
-// End of Include stereotype (body)
-[/template]
-
-[template public constDerivedIncludes(dummy : Element)]
-// Derived includes directives
-[/template]
-
-[template public forwardDecl(dummy : Element)]
-// forward declarations
-[/template]
-
-[template public constStaticAttributes(dummy : Element)]
-// static attributes (if any)
-[/template]
-
-[template public packageTypes(dummy : Element)]
-// Types defined within the package
-[/template]
-
-
-[template public undefinedType(dummy : Element)]
-undefined
-[/template]

Back to the top