Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/plugin.xml')
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/plugin.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/plugin.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/plugin.xml
deleted file mode 100644
index daa75d5e3e4..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/plugin.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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.treealgorithm.TreeAlgorithm"
- icon="icons/treeTransparent.gif"
- name="Tree"
- toolTipText="The TreeLayoutAlgorithm arranges graph nodes in a layered vertical tree-like layout">
- </client>
- </extension>
-
-</plugin>

Back to the top