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 --- .../model/cyclicAdvices.elementtypesconfigurations | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/model/cyclicAdvices.elementtypesconfigurations (limited to 'tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/model/cyclicAdvices.elementtypesconfigurations') diff --git a/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/model/cyclicAdvices.elementtypesconfigurations b/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/model/cyclicAdvices.elementtypesconfigurations new file mode 100644 index 00000000000..f87090fa236 --- /dev/null +++ b/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/model/cyclicAdvices.elementtypesconfigurations @@ -0,0 +1,18 @@ + + + org.eclipse.papyrus.infra.types.tests.TestEditHelperAdvice2 + org.eclipse.papyrus.infra.types.tests.TestEditHelperAdvice3 + + + + org.eclipse.papyrus.infra.types.tests.TestEditHelperAdvice1 + org.eclipse.papyrus.infra.types.tests.TestEditHelperAdvice3 + + + + org.eclipse.papyrus.infra.types.tests.TestEditHelperAdvice1 + org.eclipse.papyrus.infra.types.tests.TestEditHelperAdvice2 + org.eclipse.papyrus.infra.types.tests.TestEditHelperAdvice1 + + + \ No newline at end of file -- cgit v1.2.3