Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.internalblock/plugin.xml')
-rw-r--r--plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.internalblock/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.internalblock/plugin.xml b/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.internalblock/plugin.xml
index 006ed0354f6..4f382bd8ebd 100644
--- a/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.internalblock/plugin.xml
+++ b/plugins/sysml/diagram/org.eclipse.papyrus.sysml.diagram.internalblock/plugin.xml
@@ -504,7 +504,7 @@
</MarkerNavigationProvider>
</extension>
-<extension id="diagnostic" name="Internal Block Diagram (Incubation) problems" point="org.eclipse.core.resources.markers">
+<extension id="diagnostic" name="Internal Block Diagram problems" point="org.eclipse.core.resources.markers">
<super type="org.eclipse.core.resources.problemmarker"></super>
<super type="org.eclipse.gmf.runtime.common.ui.services.marker"></super>
<persistent value="true"></persistent>

Back to the top