Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/plugin.xml')
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/plugin.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/plugin.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/plugin.xml
deleted file mode 100644
index 3ef74a92c38..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/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.gridalgorithm.GridAlgorithm"
- icon="icons/gridAlgorithm_tmp.gif"
- name="Grid"
- toolTipText="A grid layout is a special kind of graph layout, where all graph nodes are placed on a 2-dimensional squared grid.">
- </client>
- </extension>
-
-</plugin>

Back to the top