Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2014-01-24 15:53:43 +0000
committervlorenzo2014-01-24 16:19:29 +0000
commite39e251966244bc79e469c04b7178943b2d3bbb1 (patch)
tree279fa5643b9143f7841c27ce501bfd57828b6183 /plugins
parent78fe5647a4efd0bde3fa373d3e52a5ab867ed777 (diff)
downloadorg.eclipse.papyrus-e39e251966244bc79e469c04b7178943b2d3bbb1.tar.gz
org.eclipse.papyrus-e39e251966244bc79e469c04b7178943b2d3bbb1.tar.xz
org.eclipse.papyrus-e39e251966244bc79e469c04b7178943b2d3bbb1.zip
424099: [Diagram] Papyrus must provide a way to draw connections points
(big bendpoints) https://bugs.eclipse.org/bugs/show_bug.cgi?id=424099
Diffstat (limited to 'plugins')
-rw-r--r--plugins/infra/core/org.eclipse.papyrus.infra.core/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/infra/core/org.eclipse.papyrus.infra.core/plugin.xml b/plugins/infra/core/org.eclipse.papyrus.infra.core/plugin.xml
index c694ca9d561..5ea051c054f 100644
--- a/plugins/infra/core/org.eclipse.papyrus.infra.core/plugin.xml
+++ b/plugins/infra/core/org.eclipse.papyrus.infra.core/plugin.xml
@@ -329,6 +329,13 @@
</category>
</extension>
<extension
+ point="org.eclipse.ui.importWizards">
+ <category
+ id="org.eclipse.papyrus.infra.core.importcategory"
+ name="Papyrus">
+ </category>
+ </extension>
+ <extension
id="org.eclipse.papyrus.modelmarker"
name="model marker"
point="org.eclipse.core.resources.markers">

Back to the top