Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/plugin.xml')
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/plugin.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/plugin.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/plugin.xml
new file mode 100644
index 00000000000..8b8941e66f6
--- /dev/null
+++ b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/plugin.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="org.eclipse.papyrus.layout.algorithms">
+ <client
+ class="org.eclipse.papyrus.layout.algorithms.horizontaltreealgorithm.HorizontalTreeAlgorithm"
+ icon="icons/HorizontalTree.gif"
+ name="Horizontal tree"
+ toolTipText="A HorizontalTreeLayoutAlgorithm arranges graph nodes in a layered horizontal tree-like layout">
+ </client>
+ </extension>
+
+</plugin>

Back to the top