Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2017-06-19 12:49:07 +0000
committerRemi Schnekenburger2017-06-23 12:01:19 +0000
commit87a38f49587f5efb760eff8ecb37fe50bf3177bf (patch)
treefe9a0c8e5a4b82683890d23292848b8b1ba6d33f
parentcc356f4eef3c338e215c3655d4115cb1061b3f77 (diff)
downloadorg.eclipse.papyrus-rt-87a38f49587f5efb760eff8ecb37fe50bf3177bf.tar.gz
org.eclipse.papyrus-rt-87a38f49587f5efb760eff8ecb37fe50bf3177bf.tar.xz
org.eclipse.papyrus-rt-87a38f49587f5efb760eff8ecb37fe50bf3177bf.zip
517688: Annotated tests should be restored
https://bugs.eclipse.org/bugs/show_bug.cgi?id=517688 - Change the priority of the Papyrus-RT Stylesheet, to be slightly higher than the UML one Change-Id: I4c4419150c81aa8ccf676b8dcdda2e2705251f93 Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com>
-rw-r--r--plugins/umlrt/tooling/org.eclipse.papyrusrt.umlrt.tooling.diagram.common/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/umlrt/tooling/org.eclipse.papyrusrt.umlrt.tooling.diagram.common/plugin.xml b/plugins/umlrt/tooling/org.eclipse.papyrusrt.umlrt.tooling.diagram.common/plugin.xml
index 70b1ac0d5..eabe66448 100644
--- a/plugins/umlrt/tooling/org.eclipse.papyrusrt.umlrt.tooling.diagram.common/plugin.xml
+++ b/plugins/umlrt/tooling/org.eclipse.papyrusrt.umlrt.tooling.diagram.common/plugin.xml
@@ -354,7 +354,7 @@
<!-- Teach the CSS engine how to resolve notation references to inherited elements. -->
<factory
factory="org.eclipse.papyrusrt.umlrt.tooling.diagram.common.internal.css.GMFUMLRTElementProviderFactory"
- order="45">
+ order="9">
</factory>
</extension>

Back to the top