Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-02-15 09:59:06 +0000
committercletavernie2012-02-15 09:59:06 +0000
commit8702b8f33ddaa53f5b0261101eeaf7ef52a6d47a (patch)
treef19bfa1e67bf567c27e8d8b6aa12346f18ac63d2 /plugins/developer/org.eclipse.papyrus.def/dynamic-templates3.5/codegen/aspects/diagram/editparts/NodeLabelEditPart.xpt
parent7aa0b105c68851ebe7adecdbdd4371177917c8a3 (diff)
downloadorg.eclipse.papyrus-8702b8f33ddaa53f5b0261101eeaf7ef52a6d47a.tar.gz
org.eclipse.papyrus-8702b8f33ddaa53f5b0261101eeaf7ef52a6d47a.tar.xz
org.eclipse.papyrus-8702b8f33ddaa53f5b0261101eeaf7ef52a6d47a.zip
371460: [UML Diagram Common] The UML Diagram Common plug-in should be split
https://bugs.eclipse.org/bugs/show_bug.cgi?id=371460
Diffstat (limited to 'plugins/developer/org.eclipse.papyrus.def/dynamic-templates3.5/codegen/aspects/diagram/editparts/NodeLabelEditPart.xpt')
-rw-r--r--plugins/developer/org.eclipse.papyrus.def/dynamic-templates3.5/codegen/aspects/diagram/editparts/NodeLabelEditPart.xpt5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.def/dynamic-templates3.5/codegen/aspects/diagram/editparts/NodeLabelEditPart.xpt b/plugins/developer/org.eclipse.papyrus.def/dynamic-templates3.5/codegen/aspects/diagram/editparts/NodeLabelEditPart.xpt
index 6592d11366a..41c452226e1 100644
--- a/plugins/developer/org.eclipse.papyrus.def/dynamic-templates3.5/codegen/aspects/diagram/editparts/NodeLabelEditPart.xpt
+++ b/plugins/developer/org.eclipse.papyrus.def/dynamic-templates3.5/codegen/aspects/diagram/editparts/NodeLabelEditPart.xpt
@@ -42,7 +42,10 @@ public class «editPartClassName» «EXPAND extendsList» «EXPAND implementsLis
}
«ENDDEFINE»
-«DEFINE extendsList FOR gmfgen::GenNodeLabel»extends org.eclipse.gmf.runtime.diagram.ui.editparts.CompartmentEditPart«ENDDEFINE»
+«REM»BEGIN: PapyrusGenCode«ENDREM»
+«REM»Definition of the inheritance«ENDREM»
+«DEFINE extendsList FOR gmfgen::GenNodeLabel»extends org.eclipse.papyrus.infra.gmfdiag.common.editpart.PapyrusCompartmentEditPart«ENDDEFINE»
+«REM»END: PapyrusGenCode«ENDREM»
«DEFINE implementsList FOR gmfgen::GenNodeLabel»implements org.eclipse.gmf.runtime.diagram.ui.editparts.ITextAwareEditPart«ENDDEFINE»

Back to the top