Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2017-10-20 08:02:48 +0000
committerPatrick Tessier2017-10-30 13:13:15 +0000
commita3975d6effe09127a5cb5007895a4bb506020ace (patch)
treea71f3e2b29839c53560846c8f19262fbbe65a599 /tests/junit/plugins/infra
parentb762b3f06a187c492372f7f5144cdb6cf1ae86bf (diff)
downloadorg.eclipse.papyrus-a3975d6effe09127a5cb5007895a4bb506020ace.tar.gz
org.eclipse.papyrus-a3975d6effe09127a5cb5007895a4bb506020ace.tar.xz
org.eclipse.papyrus-a3975d6effe09127a5cb5007895a4bb506020ace.zip
Bug 525204: [Modeling Assistants] Model-based modeling assistants rely
on the deprecated Integer VisualIDs https://bugs.eclipse.org/bugs/show_bug.cgi?id=525204 - Remove the "Semantic" hint from the Web stereotype element type. Since Neon/Oxygen, only "Visual" hints are supported by Papyrus Change-Id: Ie80388546a7fa61944a652080691fdf29a500619 Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
Diffstat (limited to 'tests/junit/plugins/infra')
-rw-r--r--tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/resources/j2ee-all.elementtypesconfigurations2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/resources/j2ee-all.elementtypesconfigurations b/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/resources/j2ee-all.elementtypesconfigurations
index 16202f0c1d0..90182790064 100644
--- a/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/resources/j2ee-all.elementtypesconfigurations
+++ b/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/resources/j2ee-all.elementtypesconfigurations
@@ -21,7 +21,7 @@
</matcherConfiguration>
<specializedTypes xsi:type="elementtypesconfigurations:MetamodelTypeConfiguration" href="platform:/plugin/org.eclipse.papyrus.uml.service.types/model/uml.elementtypesconfigurations#org.eclipse.papyrus.uml.Dependency"/>
</elementTypeConfigurations>
- <elementTypeConfigurations xsi:type="elementtypesconfigurations:SpecializationTypeConfiguration" xmi:id="org.eclipse.papyrus.example.j2ee.Web" identifier="org.eclipse.papyrus.example.j2ee.Web" name="Web" hint="UML::Association">
+ <elementTypeConfigurations xsi:type="elementtypesconfigurations:SpecializationTypeConfiguration" xmi:id="org.eclipse.papyrus.example.j2ee.Web" identifier="org.eclipse.papyrus.example.j2ee.Web" name="Web">
<iconEntry xmi:id="_JHkF-5g0EeSrbqbUdG1DAA" iconPath="/icons/full/obj16/Association.gif" bundleId="org.eclipse.uml2.uml.edit"/>
<matcherConfiguration xsi:type="stereotypematcher:StereotypeApplicationMatcherConfiguration" xmi:id="_JHkF_Jg0EeSrbqbUdG1DAA">
<stereotypesQualifiedNames>j2ee::Web</stereotypesQualifiedNames>

Back to the top