From 22c69dd32293c88628fc86a0082a61429f440960 Mon Sep 17 00:00:00 2001 From: Florian Noyrit Date: Wed, 10 Feb 2016 11:50:11 +0100 Subject: Bug 487480 - Refactor elementtypesconfiguration framework Insert a "oep/infra/types" layer to host the core elementtypesconfiguration framework. Move UML elementtypesconfiguration extensions to "oep/uml" Move EMF elementtypesconfiguration extensions to "oep/infra/emf" Move elementtypesconfiguration tests to oep/tests/junit/plugins/infra/types Rename all elementtypesconfiguration plugins (core, dev, tests and extensions) and corresponfing packages to shorter qualifiers as follows: oep.infra.elementtypesconfigurations -> oep.infra.types.core and oep.infra.types oep.infra.elementtypesconfigurations.edit -> oep.infra.types.edit oep.infra.elementtypesconfigurations.editor -> oep.infra.types.editor oep.infra.elementtypesconfigurations.ui -> oep.infra.types.ui oep.infra.elementtypesconfigurations.invarianttypes -> oep.infra.types.rulebased oep.infra.elementtypesconfigurations.emf -> oep.infra.emf.types oep.infra.elementtypesconfigurations.emf.ui -> oep.infra.emf.types.ui oep.uml.elementtypesconfigurations -> oep.uml.types oep.elementtypesconfigurations.developer -> oep.dev.types oep.infra.elementtypesconfigurations.tests -> oep.infra.types.tests oep.infra.elementtypesconfigurations.ui.tests -> oep.infra.types.ui.tests Change-Id: Iad7f5689b183e6ad29daab06a1cc2858ee408aa7 --- .../GraphicalEFFB.elementtypesconfigurations | 173 ++++++--------------- 1 file changed, 47 insertions(+), 126 deletions(-) (limited to 'extraplugins/EFFBD/org.eclipse.papyrus.effbd/resource/GraphicalEFFB.elementtypesconfigurations') diff --git a/extraplugins/EFFBD/org.eclipse.papyrus.effbd/resource/GraphicalEFFB.elementtypesconfigurations b/extraplugins/EFFBD/org.eclipse.papyrus.effbd/resource/GraphicalEFFB.elementtypesconfigurations index aebf2ce9606..622b8691af9 100644 --- a/extraplugins/EFFBD/org.eclipse.papyrus.effbd/resource/GraphicalEFFB.elementtypesconfigurations +++ b/extraplugins/EFFBD/org.eclipse.papyrus.effbd/resource/GraphicalEFFB.elementtypesconfigurations @@ -1,126 +1,47 @@ - - - - org.eclipse.papyrus.uml.diagram.activity.OpaqueAction_3007 - org.eclipse.papyrus.effbd.function - - - org.eclipse.papyrus.effbd.inputdata - - - org.eclipse.papyrus.effbd.outputdata - - - org.eclipse.papyrus.uml.OpaqueAction - - - org.eclipse.papyrus.uml.diagram.activity.DecisionNode_3038 - org.eclipse.papyrus.effbd.orbegin - - - org.eclipse.papyrus.uml.diagram.activity.MergeNode_3039 - org.eclipse.papyrus.effbd.orend - - - org.eclipse.papyrus.uml.diagram.activity.ForkNode_3040 - org.eclipse.papyrus.effbd.andbegin - - - org.eclipse.papyrus.uml.diagram.activity.JoinNode_3041 - org.eclipse.papyrus.effbd.andend - - - org.eclipse.papyrus.uml.diagram.activity.MergeNode_3039 - org.eclipse.papyrus.effbd.itbegin - - - org.eclipse.papyrus.uml.diagram.activity.DecisionNode_3038 - org.eclipse.papyrus.effbd.itend - - - org.eclipse.papyrus.uml.diagram.activity.MergeNode_3039 - org.eclipse.papyrus.effbd.lpbegin - - - org.eclipse.papyrus.uml.diagram.activity.DecisionNode_3038 - org.eclipse.papyrus.effbd.lpend - - + + + org.eclipse.papyrus.uml.diagram.activity.OpaqueAction_3007 + org.eclipse.papyrus.effbd.function + + + org.eclipse.papyrus.effbd.inputdata + + + org.eclipse.papyrus.effbd.outputdata + + + org.eclipse.papyrus.uml.OpaqueAction + + + org.eclipse.papyrus.uml.diagram.activity.DecisionNode_3038 + org.eclipse.papyrus.effbd.orbegin + + + org.eclipse.papyrus.uml.diagram.activity.MergeNode_3039 + org.eclipse.papyrus.effbd.orend + + + org.eclipse.papyrus.uml.diagram.activity.ForkNode_3040 + org.eclipse.papyrus.effbd.andbegin + + + org.eclipse.papyrus.uml.diagram.activity.JoinNode_3041 + org.eclipse.papyrus.effbd.andend + + + org.eclipse.papyrus.uml.diagram.activity.MergeNode_3039 + org.eclipse.papyrus.effbd.itbegin + + + org.eclipse.papyrus.uml.diagram.activity.DecisionNode_3038 + org.eclipse.papyrus.effbd.itend + + + org.eclipse.papyrus.uml.diagram.activity.MergeNode_3039 + org.eclipse.papyrus.effbd.lpbegin + + + org.eclipse.papyrus.uml.diagram.activity.DecisionNode_3038 + org.eclipse.papyrus.effbd.lpend + + \ No newline at end of file -- cgit v1.2.3