Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2017-02-10 15:15:31 +0000
committerBenoit Maggi2017-02-13 13:01:46 +0000
commit15e0785a9418646a13333e422052a804f55a72e7 (patch)
treefda9b26a9997173e735d788fd291f6f2f8b0a154
parent967451ff31a3bb2edcbeec924b7fefad8c228e1c (diff)
downloadorg.eclipse.papyrus-15e0785a9418646a13333e422052a804f55a72e7.tar.gz
org.eclipse.papyrus-15e0785a9418646a13333e422052a804f55a72e7.tar.xz
org.eclipse.papyrus-15e0785a9418646a13333e422052a804f55a72e7.zip
Bug 512042 - [Layout] Remove extra Layout
- remove from the build - remove layout plugins feature - remove references in addDownloadStats-extra Change-Id: I3f380dc2d265320934933c26a321f478fea21a9d Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/.classpath7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/.project28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/META-INF/MANIFEST.MF14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/about.html28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/build.properties7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/icons/gridAlgorithm_tmp.gifbin244 -> 0 bytes
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/plugin.properties16
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/plugin.xml14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/pom.xml14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/src/org/eclipse/papyrus/layout/algorithms/gridalgorithm/Activator.java69
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/src/org/eclipse/papyrus/layout/algorithms/gridalgorithm/GridAlgorithm.java36
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/.classpath7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/.project28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/META-INF/MANIFEST.MF14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/about.html28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/build.properties7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/icons/horizontalAlgorithm.gifbin204 -> 0 bytes
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/plugin.properties16
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/plugin.xml14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/pom.xml14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontalalgorithm/Activator.java69
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontalalgorithm/HorizontalAlgorithm.java36
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/.classpath7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/.project28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/META-INF/MANIFEST.MF14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/about.html28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/build.properties7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/icons/horizsym.gifbin211 -> 0 bytes
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/plugin.properties16
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/plugin.xml14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/pom.xml14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontalsymmetryalgorithm/Activator.java69
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontalsymmetryalgorithm/HorizontalSymmetryAlgorithm.java35
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontalsymmetryalgorithm/HorizontalSymmetryLayoutAlgorithm.java159
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/.classpath7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/.project28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/META-INF/MANIFEST.MF14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/about.html28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/build.properties7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/icons/HorizontalTree.gifbin215 -> 0 bytes
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/plugin.properties16
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/plugin.xml14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/pom.xml14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontaltreealgorithm/Activator.java69
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontaltreealgorithm/HorizontalTreeAlgorithm.java35
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/.classpath7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/.project28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/META-INF/MANIFEST.MF14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/about.html28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/build.properties7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/icons/radialAlgorithm3.gifbin208 -> 0 bytes
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/plugin.properties16
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/plugin.xml14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/pom.xml14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/src/org/eclipse/papyrus/layout/algorithms/radialalgorithm/Activator.java69
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/src/org/eclipse/papyrus/layout/algorithms/radialalgorithm/RadialAlgorithm.java35
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/.classpath7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/.project28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/META-INF/MANIFEST.MF14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/about.html28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/build.properties7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/icons/springAlgorithm2.gifbin205 -> 0 bytes
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/plugin.properties16
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/plugin.xml14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/pom.xml14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/src/org/eclipse/papyrus/layout/algorithms/springalgorithm/Activator.java69
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/src/org/eclipse/papyrus/layout/algorithms/springalgorithm/SpringAlgorithm.java35
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/.classpath7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/.project28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/META-INF/MANIFEST.MF14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/about.html28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/build.properties7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/icons/treeTransparent.gifbin265 -> 0 bytes
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/plugin.properties16
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/plugin.xml14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/pom.xml14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/src/org/eclipse/papyrus/layout/algorithms/treealgorithm/Activator.java69
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/src/org/eclipse/papyrus/layout/algorithms/treealgorithm/TreeAlgorithm.java36
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/.classpath7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/.project28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/META-INF/MANIFEST.MF14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/about.html28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/build.properties7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/icons/verticalAlgorithm.gifbin204 -> 0 bytes
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/plugin.properties16
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/plugin.xml14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/pom.xml14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/src/org/eclipse/papyrus/layout/algorithms/verticalalgorithm/Activator.java69
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/src/org/eclipse/papyrus/layout/algorithms/verticalalgorithm/VerticalAlgorithm.java36
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/.classpath7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/.project28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/META-INF/MANIFEST.MF14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/about.html28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/build.properties7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/icons/vertsym.gifbin206 -> 0 bytes
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/plugin.properties16
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/plugin.xml14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/pom.xml14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/verticalsymmetryalgorithm/Activator.java69
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/verticalsymmetryalgorithm/VerticalSymmetryAlgorithm.java35
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/verticalsymmetryalgorithm/VerticalSymmetryLayoutAlgorithm.java156
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/.classpath7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/.project28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/META-INF/MANIFEST.MF12
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/about.html28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/build.properties7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/plugin.properties16
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/plugin.xml13
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/pom.xml14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/src/org/eclipse/papyrus/layout/subeditor/gmf/Activator.java69
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/src/org/eclipse/papyrus/layout/subeditor/gmf/GMFLayoutAreaCreator.java204
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/src/org/eclipse/papyrus/layout/subeditor/gmf/GMFSubEditor.java225
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/.classpath7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/.project34
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/META-INF/MANIFEST.MF17
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/about.html28
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/build.properties7
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/icons/compare_view.gifbin224 -> 0 bytes
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/icons/layoutIcon.gifbin242 -> 0 bytes
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/icons/layout_area.gifbin203 -> 0 bytes
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/icons/sample.gifbin983 -> 0 bytes
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/plugin.properties16
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/plugin.xml52
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/pom.xml14
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/schema/org.eclipse.papyrus.layout.algorithms.exsd144
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/schema/org.eclipse.papyrus.layout.exsd123
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/Activator.java117
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/EditorPropertyTester.java54
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayoutTool.java68
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayoutToolAlgorithms.java135
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayoutToolAreaInterface.java26
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayoutToolExtensionPointManager.java158
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayoutToolToolbar.java472
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayouttoolController.java259
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayouttoolInterface.java102
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/managealgorithms/AlgorithmFactory.java30
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/managealgorithms/ZestAlgortihms.java146
-rw-r--r--extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/utils/Constants.java51
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/.project17
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/build.properties6
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/epl-v10.html304
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/feature.properties138
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/feature.xml44
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/license.html107
-rw-r--r--releng/extra/pom.xml11
-rw-r--r--releng/toolkit/server/addDownloadStats-extra.xsl4
157 files changed, 0 insertions, 5798 deletions
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/.classpath b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/.classpath
deleted file mode 100644
index 8a8f1668cdc..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/.project b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/.project
deleted file mode 100644
index 7dd58508a64..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.papyrus.layout.algorithms.gridAlgorithm</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/.settings/org.eclipse.jdt.core.prefs b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index f287d53cf45..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,7 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.6
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/META-INF/MANIFEST.MF b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/META-INF/MANIFEST.MF
deleted file mode 100644
index 0c96a4d40d6..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,14 +0,0 @@
-Manifest-Version: 1.0
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.zest.layouts,
- org.eclipse.papyrus.layout;bundle-version="1.2.0"
-Bundle-Vendor: %providerName
-Bundle-ActivationPolicy: lazy
-Bundle-Version: 1.2.0.qualifier
-Bundle-Name: %pluginName
-Bundle-Localization: plugin
-Bundle-ManifestVersion: 2
-Bundle-Activator: org.eclipse.papyrus.layout.algorithms.gridalgorithm.Activator
-Bundle-SymbolicName: org.eclipse.papyrus.layout.algorithms.gridAlgorithm;singleton:=true
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/about.html b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/about.html
deleted file mode 100644
index 35b45e096ae..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/about.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>About</title>
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<p>September 30, 2009</p>
-<h3>License</h3>
-
-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
-indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content. Check the Redistributor's license that was
-provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
-
-</body>
-</html> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/build.properties b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/build.properties
deleted file mode 100644
index 1c6133a3b8a..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/build.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-#Thu Sep 15 16:42:19 CEST 2011
-bin.includes=META-INF/,.,plugin.xml,icons/,about.html,plugin.properties
-output..=bin/
-src.includes = about.html
-source..=src/
-bin..=bin/
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/icons/gridAlgorithm_tmp.gif b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/icons/gridAlgorithm_tmp.gif
deleted file mode 100644
index e7c52e423ce..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/icons/gridAlgorithm_tmp.gif
+++ /dev/null
Binary files differ
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/plugin.properties b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/plugin.properties
deleted file mode 100644
index 6a60169c94a..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/plugin.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-####################################################################################
-# Copyright (c) 2008 Atos Origin.
-#
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Emilien Perico (Atos Origin) emilien.perico@atosorigin.com - Initial API and implementation
-#
-##################################################################################
-pluginName=Papyrus Grid Algorithm Plug-in (Incubation)
-providerName=Eclipse Modeling Project
-
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>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/pom.xml
deleted file mode 100644
index 48e86f17cf2..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
- <groupId>org.eclipse.papyrus</groupId>
- <version>3.0.0-SNAPSHOT</version>
- <relativePath>../../../releng/extra</relativePath>
- </parent>
- <artifactId>org.eclipse.papyrus.layout.algorithms.gridAlgorithm</artifactId>
- <packaging>eclipse-plugin</packaging>
- <groupId>org.eclipse.papyrus</groupId>
- <version>1.2.0-SNAPSHOT</version>
-</project> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/src/org/eclipse/papyrus/layout/algorithms/gridalgorithm/Activator.java b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/src/org/eclipse/papyrus/layout/algorithms/gridalgorithm/Activator.java
deleted file mode 100644
index a5cda39af4a..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/src/org/eclipse/papyrus/layout/algorithms/gridalgorithm/Activator.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.algorithms.gridalgorithm;
-
-import org.eclipse.ui.plugin.AbstractUIPlugin;
-import org.osgi.framework.BundleContext;
-
-/**
- * The activator class controls the plug-in life cycle.
- */
-public class Activator extends AbstractUIPlugin {
-
- // The plug-in ID
- /** The Constant PLUGIN_ID. */
- public static final String PLUGIN_ID = "org.eclipse.papyrus.layout.algorithms.gridAlgorithm";
-
- // The shared instance
- /** The plugin. */
- private static Activator plugin;
-
- /**
- * The constructor.
- */
- public Activator() {
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
- */
- @Override
- public void start(BundleContext context) throws Exception {
- super.start(context);
- plugin = this;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
- */
- @Override
- public void stop(BundleContext context) throws Exception {
- plugin = null;
- super.stop(context);
- }
-
- /**
- * Returns the shared instance.
- *
- * @return the shared instance
- */
- public static Activator getDefault() {
- return plugin;
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/src/org/eclipse/papyrus/layout/algorithms/gridalgorithm/GridAlgorithm.java b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/src/org/eclipse/papyrus/layout/algorithms/gridalgorithm/GridAlgorithm.java
deleted file mode 100644
index fddb83451d6..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm/src/org/eclipse/papyrus/layout/algorithms/gridalgorithm/GridAlgorithm.java
+++ /dev/null
@@ -1,36 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.algorithms.gridalgorithm;
-
-import org.eclipse.papyrus.layout.managealgorithms.AlgorithmFactory;
-import org.eclipse.zest.layouts.LayoutStyles;
-import org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm;
-import org.eclipse.zest.layouts.algorithms.GridLayoutAlgorithm;
-
-/**
- * The Class GridAlgorithm.
- */
-public class GridAlgorithm implements AlgorithmFactory {
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.papyrus.layout.managealgorithms.AlgorithmFactory#createAlgorithm()
- */
- @Override
- public AbstractLayoutAlgorithm createAlgorithm() {
- return new GridLayoutAlgorithm(LayoutStyles.NO_LAYOUT_NODE_RESIZING);
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/.classpath b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/.classpath
deleted file mode 100644
index 8a8f1668cdc..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/.project b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/.project
deleted file mode 100644
index e93844bf083..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/.settings/org.eclipse.jdt.core.prefs b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index f287d53cf45..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,7 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.6
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/META-INF/MANIFEST.MF b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/META-INF/MANIFEST.MF
deleted file mode 100644
index 38fe6395b9b..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,14 +0,0 @@
-Manifest-Version: 1.0
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.zest.layouts,
- org.eclipse.papyrus.layout;bundle-version="1.2.0"
-Bundle-Vendor: %providerName
-Bundle-ActivationPolicy: lazy
-Bundle-Version: 1.2.0.qualifier
-Bundle-Name: %pluginName
-Bundle-Localization: plugin
-Bundle-ManifestVersion: 2
-Bundle-Activator: org.eclipse.papyrus.layout.algorithms.horizontalalgorithm.Activator
-Bundle-SymbolicName: org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm;singleton:=true
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/about.html b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/about.html
deleted file mode 100644
index 35b45e096ae..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/about.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>About</title>
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<p>September 30, 2009</p>
-<h3>License</h3>
-
-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
-indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content. Check the Redistributor's license that was
-provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
-
-</body>
-</html> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/build.properties b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/build.properties
deleted file mode 100644
index 1c6133a3b8a..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/build.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-#Thu Sep 15 16:42:19 CEST 2011
-bin.includes=META-INF/,.,plugin.xml,icons/,about.html,plugin.properties
-output..=bin/
-src.includes = about.html
-source..=src/
-bin..=bin/
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/icons/horizontalAlgorithm.gif b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/icons/horizontalAlgorithm.gif
deleted file mode 100644
index 4349b1bdeca..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/icons/horizontalAlgorithm.gif
+++ /dev/null
Binary files differ
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/plugin.properties b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/plugin.properties
deleted file mode 100644
index 8e034559742..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/plugin.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-####################################################################################
-# Copyright (c) 2008 Atos Origin.
-#
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Emilien Perico (Atos Origin) emilien.perico@atosorigin.com - Initial API and implementation
-#
-##################################################################################
-pluginName=Papyrus Horizontal Algorithm Plug-in (Incubation)
-providerName=Eclipse Modeling Project
-
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/plugin.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/plugin.xml
deleted file mode 100644
index 5e1e57e528d..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/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.horizontalalgorithm.HorizontalAlgorithm"
- icon="icons/horizontalAlgorithm.gif"
- name="Horizontal"
- toolTipText="A Horizontal algorithm aligns all graph nodes on the centre">
- </client>
- </extension>
-
-</plugin>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/pom.xml
deleted file mode 100644
index 5a5572bd026..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
- <groupId>org.eclipse.papyrus</groupId>
- <version>3.0.0-SNAPSHOT</version>
- <relativePath>../../../releng/extra</relativePath>
- </parent>
- <artifactId>org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm</artifactId>
- <packaging>eclipse-plugin</packaging>
- <groupId>org.eclipse.papyrus</groupId>
- <version>1.2.0-SNAPSHOT</version>
-</project> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontalalgorithm/Activator.java b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontalalgorithm/Activator.java
deleted file mode 100644
index ab58bc2d175..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontalalgorithm/Activator.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.algorithms.horizontalalgorithm;
-
-import org.eclipse.ui.plugin.AbstractUIPlugin;
-import org.osgi.framework.BundleContext;
-
-/**
- * The activator class controls the plug-in life cycle.
- */
-public class Activator extends AbstractUIPlugin {
-
- // The plug-in ID
- /** The Constant PLUGIN_ID. */
- public static final String PLUGIN_ID = "org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm";
-
- // The shared instance
- /** The plugin. */
- private static Activator plugin;
-
- /**
- * The constructor.
- */
- public Activator() {
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
- */
- @Override
- public void start(BundleContext context) throws Exception {
- super.start(context);
- plugin = this;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
- */
- @Override
- public void stop(BundleContext context) throws Exception {
- plugin = null;
- super.stop(context);
- }
-
- /**
- * Returns the shared instance.
- *
- * @return the shared instance
- */
- public static Activator getDefault() {
- return plugin;
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontalalgorithm/HorizontalAlgorithm.java b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontalalgorithm/HorizontalAlgorithm.java
deleted file mode 100644
index e5f4be2735e..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontalalgorithm/HorizontalAlgorithm.java
+++ /dev/null
@@ -1,36 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.algorithms.horizontalalgorithm;
-
-import org.eclipse.papyrus.layout.managealgorithms.AlgorithmFactory;
-import org.eclipse.zest.layouts.LayoutStyles;
-import org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm;
-import org.eclipse.zest.layouts.algorithms.HorizontalLayoutAlgorithm;
-
-/**
- * The Class HorizontalAlgorithm.
- */
-public class HorizontalAlgorithm implements AlgorithmFactory {
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.papyrus.layout.managealgorithms.AlgorithmFactory#createAlgorithm()
- */
- @Override
- public AbstractLayoutAlgorithm createAlgorithm() {
- return new HorizontalLayoutAlgorithm(LayoutStyles.NO_LAYOUT_NODE_RESIZING);
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/.classpath b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/.classpath
deleted file mode 100644
index 8a8f1668cdc..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/.project b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/.project
deleted file mode 100644
index 886a0c1f5ca..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/.settings/org.eclipse.jdt.core.prefs b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index f287d53cf45..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,7 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.6
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/META-INF/MANIFEST.MF b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/META-INF/MANIFEST.MF
deleted file mode 100644
index f922acb2048..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,14 +0,0 @@
-Manifest-Version: 1.0
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.papyrus.layout;bundle-version="1.2.0",
- org.eclipse.zest.layouts
-Bundle-Vendor: %providerName
-Bundle-ActivationPolicy: lazy
-Bundle-Version: 1.2.0.qualifier
-Bundle-Name: %pluginName
-Bundle-Localization: plugin
-Bundle-ManifestVersion: 2
-Bundle-Activator: org.eclipse.papyrus.layout.algorithms.horizontalsymmetryalgorithm.Activator
-Bundle-SymbolicName: org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm;singleton:=true
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/about.html b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/about.html
deleted file mode 100644
index 35b45e096ae..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/about.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>About</title>
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<p>September 30, 2009</p>
-<h3>License</h3>
-
-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
-indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content. Check the Redistributor's license that was
-provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
-
-</body>
-</html> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/build.properties b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/build.properties
deleted file mode 100644
index fe083008ca7..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/build.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-#Thu Sep 15 16:42:19 CEST 2011
-bin.includes=META-INF/,.,icons/,about.html,plugin.properties,plugin.xml
-output..=bin/
-src.includes = about.html
-source..=src/
-bin..=bin/
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/icons/horizsym.gif b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/icons/horizsym.gif
deleted file mode 100644
index 77e80f8a1ad..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/icons/horizsym.gif
+++ /dev/null
Binary files differ
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/plugin.properties b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/plugin.properties
deleted file mode 100644
index 08033d675c4..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/plugin.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-####################################################################################
-# Copyright (c) 2008 Atos Origin.
-#
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Emilien Perico (Atos Origin) emilien.perico@atosorigin.com - Initial API and implementation
-#
-##################################################################################
-pluginName=Papyrus Horizontal Symmetry Algorithm Plug-in (Incubation)
-providerName=Eclipse Modeling Project
-
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/plugin.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/plugin.xml
deleted file mode 100644
index f9bf004d353..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/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.horizontalsymmetryalgorithm.HorizontalSymmetryAlgorithm"
- icon="icons/horizsym.gif"
- name="Horizontal Symmetry"
- toolTipText="A horizontal symmetry algorithm disposes graph nodes on the other side to the horizontal center of the layout area ">
- </client>
- </extension>
-
-</plugin>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/pom.xml
deleted file mode 100644
index a970f26480d..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
- <groupId>org.eclipse.papyrus</groupId>
- <version>3.0.0-SNAPSHOT</version>
- <relativePath>../../../releng/extra</relativePath>
- </parent>
- <artifactId>org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm</artifactId>
- <packaging>eclipse-plugin</packaging>
- <groupId>org.eclipse.papyrus</groupId>
- <version>1.2.0-SNAPSHOT</version>
-</project> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontalsymmetryalgorithm/Activator.java b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontalsymmetryalgorithm/Activator.java
deleted file mode 100644
index c8ec56fa142..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontalsymmetryalgorithm/Activator.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.algorithms.horizontalsymmetryalgorithm;
-
-import org.eclipse.ui.plugin.AbstractUIPlugin;
-import org.osgi.framework.BundleContext;
-
-/**
- * The activator class controls the plug-in life cycle.
- */
-public class Activator extends AbstractUIPlugin {
-
- // The plug-in ID
- /** The Constant PLUGIN_ID. */
- public static final String PLUGIN_ID = "org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm";
-
- // The shared instance
- /** The plugin. */
- private static Activator plugin;
-
- /**
- * The constructor.
- */
- public Activator() {
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
- */
- @Override
- public void start(BundleContext context) throws Exception {
- super.start(context);
- plugin = this;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
- */
- @Override
- public void stop(BundleContext context) throws Exception {
- plugin = null;
- super.stop(context);
- }
-
- /**
- * Returns the shared instance.
- *
- * @return the shared instance
- */
- public static Activator getDefault() {
- return plugin;
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontalsymmetryalgorithm/HorizontalSymmetryAlgorithm.java b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontalsymmetryalgorithm/HorizontalSymmetryAlgorithm.java
deleted file mode 100644
index cf39d2e5b20..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontalsymmetryalgorithm/HorizontalSymmetryAlgorithm.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.algorithms.horizontalsymmetryalgorithm;
-
-import org.eclipse.papyrus.layout.managealgorithms.AlgorithmFactory;
-import org.eclipse.zest.layouts.LayoutStyles;
-import org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm;
-
-/**
- * The Class HorizontalSymmetryAlgorithm.
- */
-public class HorizontalSymmetryAlgorithm implements AlgorithmFactory {
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.papyrus.layout.managealgorithms.AlgorithmFactory#createAlgorithm()
- */
- @Override
- public AbstractLayoutAlgorithm createAlgorithm() {
- return new HorizontalSymmetryLayoutAlgorithm(LayoutStyles.NO_LAYOUT_NODE_RESIZING);
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontalsymmetryalgorithm/HorizontalSymmetryLayoutAlgorithm.java b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontalsymmetryalgorithm/HorizontalSymmetryLayoutAlgorithm.java
deleted file mode 100644
index be006878fcb..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontalsymmetryalgorithm/HorizontalSymmetryLayoutAlgorithm.java
+++ /dev/null
@@ -1,159 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.algorithms.horizontalsymmetryalgorithm;
-
-import org.eclipse.zest.layouts.LayoutStyles;
-import org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm;
-import org.eclipse.zest.layouts.dataStructures.InternalNode;
-import org.eclipse.zest.layouts.dataStructures.InternalRelationship;
-
-/**
- * The Class HorizontalSymmetryLayoutAlgorithm.
- */
-public class HorizontalSymmetryLayoutAlgorithm extends AbstractLayoutAlgorithm {
-
- /**
- * Instantiates a new horizontal symmetry layout algorithm.
- *
- * @param styles
- * the styles
- */
- public HorizontalSymmetryLayoutAlgorithm(int styles) {
- super(styles);
- }
-
- /**
- * Instantiates a new horizontal symmetry layout algorithm.
- */
- public HorizontalSymmetryLayoutAlgorithm() {
- this(LayoutStyles.NONE);
- }
-
- /*
- * (non-Javadoc)
- *
- * @see
- * org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm#applyLayoutInternal(org.eclipse
- * .zest.layouts.dataStructures.InternalNode[],
- * org.eclipse.zest.layouts.dataStructures.InternalRelationship[], double, double, double,
- * double)
- */
- @Override
- protected void applyLayoutInternal(InternalNode[] entitiesToLayout, InternalRelationship[] relationshipsToConsider,
- double boundsX, double boundsY, double boundsWidth, double boundsHeight) {
-
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm#getCurrentLayoutStep()
- */
- @Override
- protected int getCurrentLayoutStep() {
- return 0;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see
- * org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm#getTotalNumberOfLayoutSteps()
- */
- @Override
- protected int getTotalNumberOfLayoutSteps() {
- return 0;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see
- * org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm#isValidConfiguration(boolean,
- * boolean)
- */
- @Override
- protected boolean isValidConfiguration(boolean asynchronous, boolean continuous) {
- if (asynchronous && continuous) {
- return false;
- } else if (asynchronous && !continuous) {
- return true;
- } else if (!asynchronous && continuous) {
- return false;
- } else if (!asynchronous && !continuous) {
- return true;
- }
-
- return false;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see
- * org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm#postLayoutAlgorithm(org.eclipse
- * .zest.layouts.dataStructures.InternalNode[],
- * org.eclipse.zest.layouts.dataStructures.InternalRelationship[])
- */
- @Override
- protected void postLayoutAlgorithm(InternalNode[] entitiesToLayout, InternalRelationship[] relationshipsToConsider) {
-
- }
-
- /*
- * (non-Javadoc)
- *
- * @see
- * org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm#preLayoutAlgorithm(org.eclipse
- * .zest.layouts.dataStructures.InternalNode[],
- * org.eclipse.zest.layouts.dataStructures.InternalRelationship[], double, double, double,
- * double)
- */
- @Override
- protected void preLayoutAlgorithm(InternalNode[] entitiesToLayout, InternalRelationship[] relationshipsToConsider,
- double x, double y, double width, double height) {
- double middle = calculateMiddleArea(y, height);
- for (InternalNode node : entitiesToLayout) {
- // node.setLocationInLayout(node.getXInLayout(),middle+(middle - node.getYInLayout()));
- node.setLocation(node.getInternalX(), (middle + (middle - node.getInternalY())) - node.getHeightInLayout());
- // node.setInternalLocation(node.getXInLayout(), middle+(middle - node.getYInLayout()));
- }
- }
-
- /**
- * Calculate middle area.
- *
- * @param y
- * the y
- * @param height
- * the height
- *
- * @return the double
- */
- private double calculateMiddleArea(double y, double height) {
- return y + ((height - y) / 2);
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm#setLayoutArea(double,
- * double, double, double)
- */
- @Override
- public void setLayoutArea(double x, double y, double width, double height) {
-
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/.classpath b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/.classpath
deleted file mode 100644
index 8a8f1668cdc..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/.project b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/.project
deleted file mode 100644
index 13b1e098734..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/.settings/org.eclipse.jdt.core.prefs b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index f287d53cf45..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,7 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.6
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/META-INF/MANIFEST.MF b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/META-INF/MANIFEST.MF
deleted file mode 100644
index 413d58ef5ae..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,14 +0,0 @@
-Manifest-Version: 1.0
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.papyrus.layout;bundle-version="1.2.0",
- org.eclipse.zest.layouts
-Bundle-Vendor: %providerName
-Bundle-ActivationPolicy: lazy
-Bundle-Version: 1.2.0.qualifier
-Bundle-Name: %pluginName
-Bundle-Localization: plugin
-Bundle-ManifestVersion: 2
-Bundle-Activator: org.eclipse.papyrus.layout.algorithms.horizontaltreealgorithm.Activator
-Bundle-SymbolicName: org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm;singleton:=true
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/about.html b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/about.html
deleted file mode 100644
index 35b45e096ae..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/about.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>About</title>
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<p>September 30, 2009</p>
-<h3>License</h3>
-
-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
-indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content. Check the Redistributor's license that was
-provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
-
-</body>
-</html> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/build.properties b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/build.properties
deleted file mode 100644
index 1c6133a3b8a..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/build.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-#Thu Sep 15 16:42:19 CEST 2011
-bin.includes=META-INF/,.,plugin.xml,icons/,about.html,plugin.properties
-output..=bin/
-src.includes = about.html
-source..=src/
-bin..=bin/
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/icons/HorizontalTree.gif b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/icons/HorizontalTree.gif
deleted file mode 100644
index 1495105a6a6..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/icons/HorizontalTree.gif
+++ /dev/null
Binary files differ
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/plugin.properties b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/plugin.properties
deleted file mode 100644
index 41d119c7057..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/plugin.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-####################################################################################
-# Copyright (c) 2008 Atos Origin.
-#
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Emilien Perico (Atos Origin) emilien.perico@atosorigin.com - Initial API and implementation
-#
-##################################################################################
-pluginName=Papyrus Horizontal Tree Algorithm Plug-in (Incubation)
-providerName=Eclipse Modeling Project
-
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/plugin.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/plugin.xml
deleted file mode 100644
index 8b8941e66f6..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/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.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>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/pom.xml
deleted file mode 100644
index a32cfee47a2..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
- <groupId>org.eclipse.papyrus</groupId>
- <version>3.0.0-SNAPSHOT</version>
- <relativePath>../../../releng/extra</relativePath>
- </parent>
- <artifactId>org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm</artifactId>
- <packaging>eclipse-plugin</packaging>
- <groupId>org.eclipse.papyrus</groupId>
- <version>1.2.0-SNAPSHOT</version>
-</project> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontaltreealgorithm/Activator.java b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontaltreealgorithm/Activator.java
deleted file mode 100644
index 998baa00a96..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontaltreealgorithm/Activator.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.algorithms.horizontaltreealgorithm;
-
-import org.eclipse.ui.plugin.AbstractUIPlugin;
-import org.osgi.framework.BundleContext;
-
-/**
- * The activator class controls the plug-in life cycle.
- */
-public class Activator extends AbstractUIPlugin {
-
- // The plug-in ID
- /** The Constant PLUGIN_ID. */
- public static final String PLUGIN_ID = "org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm";
-
- // The shared instance
- /** The plugin. */
- private static Activator plugin;
-
- /**
- * The constructor.
- */
- public Activator() {
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
- */
- @Override
- public void start(BundleContext context) throws Exception {
- super.start(context);
- plugin = this;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
- */
- @Override
- public void stop(BundleContext context) throws Exception {
- plugin = null;
- super.stop(context);
- }
-
- /**
- * Returns the shared instance.
- *
- * @return the shared instance
- */
- public static Activator getDefault() {
- return plugin;
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontaltreealgorithm/HorizontalTreeAlgorithm.java b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontaltreealgorithm/HorizontalTreeAlgorithm.java
deleted file mode 100644
index b9ffacbd645..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm/src/org/eclipse/papyrus/layout/algorithms/horizontaltreealgorithm/HorizontalTreeAlgorithm.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.algorithms.horizontaltreealgorithm;
-
-import org.eclipse.papyrus.layout.managealgorithms.AlgorithmFactory;
-import org.eclipse.zest.layouts.LayoutStyles;
-import org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm;
-import org.eclipse.zest.layouts.algorithms.HorizontalTreeLayoutAlgorithm;
-
-/**
- * The Class HorizontalTreeAlgorithm.
- */
-public class HorizontalTreeAlgorithm implements AlgorithmFactory {
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.papyrus.layout.managealgorithms.AlgorithmFactory#createAlgorithm()
- */
- @Override
- public AbstractLayoutAlgorithm createAlgorithm() {
- return new HorizontalTreeLayoutAlgorithm(LayoutStyles.NO_LAYOUT_NODE_RESIZING);
- }
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/.classpath b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/.classpath
deleted file mode 100644
index 8a8f1668cdc..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/.project b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/.project
deleted file mode 100644
index 72b06731ed5..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.papyrus.layout.algorithms.radialAlgorithm</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/.settings/org.eclipse.jdt.core.prefs b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index f287d53cf45..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,7 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.6
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/META-INF/MANIFEST.MF b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/META-INF/MANIFEST.MF
deleted file mode 100644
index 78e5dd8692f..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,14 +0,0 @@
-Manifest-Version: 1.0
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.zest.layouts,
- org.eclipse.papyrus.layout;bundle-version="1.2.0"
-Bundle-Vendor: %providerName
-Bundle-ActivationPolicy: lazy
-Bundle-Version: 1.2.0.qualifier
-Bundle-Name: %pluginName
-Bundle-Localization: plugin
-Bundle-ManifestVersion: 2
-Bundle-Activator: org.eclipse.papyrus.layout.algorithms.radialalgorithm.Activator
-Bundle-SymbolicName: org.eclipse.papyrus.layout.algorithms.radialAlgorithm;singleton:=true
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/about.html b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/about.html
deleted file mode 100644
index 35b45e096ae..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/about.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>About</title>
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<p>September 30, 2009</p>
-<h3>License</h3>
-
-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
-indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content. Check the Redistributor's license that was
-provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
-
-</body>
-</html> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/build.properties b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/build.properties
deleted file mode 100644
index 75a4cd43882..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/build.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-#Thu Sep 15 16:42:20 CEST 2011
-bin.includes=META-INF/,.,plugin.xml,icons/,about.html,plugin.properties
-output..=bin/
-src.includes = about.html
-source..=src/
-bin..=bin/
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/icons/radialAlgorithm3.gif b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/icons/radialAlgorithm3.gif
deleted file mode 100644
index d9b38c14fff..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/icons/radialAlgorithm3.gif
+++ /dev/null
Binary files differ
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/plugin.properties b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/plugin.properties
deleted file mode 100644
index 0448e51e1d5..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/plugin.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-####################################################################################
-# Copyright (c) 2008 Atos Origin.
-#
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Emilien Perico (Atos Origin) emilien.perico@atosorigin.com - Initial API and implementation
-#
-##################################################################################
-pluginName=Papyrus Radial Algorithm Plug-in (Incubation)
-providerName=Eclipse Modeling Project
-
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/plugin.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/plugin.xml
deleted file mode 100644
index bf71480f377..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/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.radialalgorithm.RadialAlgorithm"
- icon="icons/radialAlgorithm3.gif"
- name="Radial"
- toolTipText="A radial algorithm applies a tree layout to graph nodes, and then displays the tree in a circular fashion with the roots in the centre">
- </client>
- </extension>
-
-</plugin>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/pom.xml
deleted file mode 100644
index 2f250ce8198..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
- <groupId>org.eclipse.papyrus</groupId>
- <version>3.0.0-SNAPSHOT</version>
- <relativePath>../../../releng/extra</relativePath>
- </parent>
- <artifactId>org.eclipse.papyrus.layout.algorithms.radialAlgorithm</artifactId>
- <packaging>eclipse-plugin</packaging>
- <groupId>org.eclipse.papyrus</groupId>
- <version>1.2.0-SNAPSHOT</version>
-</project> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/src/org/eclipse/papyrus/layout/algorithms/radialalgorithm/Activator.java b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/src/org/eclipse/papyrus/layout/algorithms/radialalgorithm/Activator.java
deleted file mode 100644
index b39f5653f8b..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/src/org/eclipse/papyrus/layout/algorithms/radialalgorithm/Activator.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.algorithms.radialalgorithm;
-
-import org.eclipse.ui.plugin.AbstractUIPlugin;
-import org.osgi.framework.BundleContext;
-
-/**
- * The activator class controls the plug-in life cycle.
- */
-public class Activator extends AbstractUIPlugin {
-
- // The plug-in ID
- /** The Constant PLUGIN_ID. */
- public static final String PLUGIN_ID = "org.eclipse.papyrus.layout.algorithms.radialAlgorithm";
-
- // The shared instance
- /** The plugin. */
- private static Activator plugin;
-
- /**
- * The constructor.
- */
- public Activator() {
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
- */
- @Override
- public void start(BundleContext context) throws Exception {
- super.start(context);
- plugin = this;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
- */
- @Override
- public void stop(BundleContext context) throws Exception {
- plugin = null;
- super.stop(context);
- }
-
- /**
- * Returns the shared instance.
- *
- * @return the shared instance
- */
- public static Activator getDefault() {
- return plugin;
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/src/org/eclipse/papyrus/layout/algorithms/radialalgorithm/RadialAlgorithm.java b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/src/org/eclipse/papyrus/layout/algorithms/radialalgorithm/RadialAlgorithm.java
deleted file mode 100644
index 34930f457c9..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm/src/org/eclipse/papyrus/layout/algorithms/radialalgorithm/RadialAlgorithm.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.algorithms.radialalgorithm;
-
-import org.eclipse.papyrus.layout.managealgorithms.AlgorithmFactory;
-import org.eclipse.zest.layouts.LayoutStyles;
-import org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm;
-import org.eclipse.zest.layouts.algorithms.RadialLayoutAlgorithm;
-
-/**
- * The Class RadialAlgorithm.
- */
-public class RadialAlgorithm implements AlgorithmFactory {
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.papyrus.layout.managealgorithms.AlgorithmFactory#createAlgorithm()
- */
- @Override
- public AbstractLayoutAlgorithm createAlgorithm() {
- return new RadialLayoutAlgorithm(LayoutStyles.NO_LAYOUT_NODE_RESIZING);
- }
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/.classpath b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/.classpath
deleted file mode 100644
index 8a8f1668cdc..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/.project b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/.project
deleted file mode 100644
index d295879be2a..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.papyrus.layout.algorithms.springAlgorithm</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/.settings/org.eclipse.jdt.core.prefs b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index f287d53cf45..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,7 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.6
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/META-INF/MANIFEST.MF b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/META-INF/MANIFEST.MF
deleted file mode 100644
index e86c56d1b66..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,14 +0,0 @@
-Manifest-Version: 1.0
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.zest.layouts,
- org.eclipse.papyrus.layout;bundle-version="1.2.0"
-Bundle-Vendor: %providerName
-Bundle-ActivationPolicy: lazy
-Bundle-Version: 1.2.0.qualifier
-Bundle-Name: %pluginName
-Bundle-Localization: plugin
-Bundle-ManifestVersion: 2
-Bundle-Activator: org.eclipse.papyrus.layout.algorithms.springalgorithm.Activator
-Bundle-SymbolicName: org.eclipse.papyrus.layout.algorithms.springAlgorithm;singleton:=true
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/about.html b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/about.html
deleted file mode 100644
index 35b45e096ae..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/about.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>About</title>
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<p>September 30, 2009</p>
-<h3>License</h3>
-
-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
-indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content. Check the Redistributor's license that was
-provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
-
-</body>
-</html> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/build.properties b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/build.properties
deleted file mode 100644
index 75a4cd43882..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/build.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-#Thu Sep 15 16:42:20 CEST 2011
-bin.includes=META-INF/,.,plugin.xml,icons/,about.html,plugin.properties
-output..=bin/
-src.includes = about.html
-source..=src/
-bin..=bin/
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/icons/springAlgorithm2.gif b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/icons/springAlgorithm2.gif
deleted file mode 100644
index 4ae2299f49b..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/icons/springAlgorithm2.gif
+++ /dev/null
Binary files differ
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/plugin.properties b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/plugin.properties
deleted file mode 100644
index 8874688745e..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/plugin.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-####################################################################################
-# Copyright (c) 2008 Atos Origin.
-#
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Emilien Perico (Atos Origin) emilien.perico@atosorigin.com - Initial API and implementation
-#
-##################################################################################
-pluginName=Papyrus Spring Algorithm Plug-in (Incubation)
-providerName=Eclipse Modeling Project
-
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/plugin.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/plugin.xml
deleted file mode 100644
index 3e1685260fb..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/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.springalgorithm.SpringAlgorithm"
- icon="icons/springAlgorithm2.gif"
- name="Spring"
- toolTipText="In a Spring Algorithm, on the one hand all nodes try to get as far of each other as possible and on the other hand there are the edges which keep nodes together, higher weight the edges have, stronger are they in pulling nodes near each other">
- </client>
- </extension>
-
-</plugin>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/pom.xml
deleted file mode 100644
index 75325ed6ee5..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
- <groupId>org.eclipse.papyrus</groupId>
- <version>3.0.0-SNAPSHOT</version>
- <relativePath>../../../releng/extra</relativePath>
- </parent>
- <artifactId>org.eclipse.papyrus.layout.algorithms.springAlgorithm</artifactId>
- <packaging>eclipse-plugin</packaging>
- <groupId>org.eclipse.papyrus</groupId>
- <version>1.2.0-SNAPSHOT</version>
-</project> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/src/org/eclipse/papyrus/layout/algorithms/springalgorithm/Activator.java b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/src/org/eclipse/papyrus/layout/algorithms/springalgorithm/Activator.java
deleted file mode 100644
index 1f0b9edad26..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/src/org/eclipse/papyrus/layout/algorithms/springalgorithm/Activator.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.algorithms.springalgorithm;
-
-import org.eclipse.ui.plugin.AbstractUIPlugin;
-import org.osgi.framework.BundleContext;
-
-/**
- * The activator class controls the plug-in life cycle.
- */
-public class Activator extends AbstractUIPlugin {
-
- // The plug-in ID
- /** The Constant PLUGIN_ID. */
- public static final String PLUGIN_ID = "org.eclipse.papyrus.layout.algorithms.springAlgorithm";
-
- // The shared instance
- /** The plugin. */
- private static Activator plugin;
-
- /**
- * The constructor.
- */
- public Activator() {
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
- */
- @Override
- public void start(BundleContext context) throws Exception {
- super.start(context);
- plugin = this;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
- */
- @Override
- public void stop(BundleContext context) throws Exception {
- plugin = null;
- super.stop(context);
- }
-
- /**
- * Returns the shared instance.
- *
- * @return the shared instance
- */
- public static Activator getDefault() {
- return plugin;
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/src/org/eclipse/papyrus/layout/algorithms/springalgorithm/SpringAlgorithm.java b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/src/org/eclipse/papyrus/layout/algorithms/springalgorithm/SpringAlgorithm.java
deleted file mode 100644
index 4a00f95a29e..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm/src/org/eclipse/papyrus/layout/algorithms/springalgorithm/SpringAlgorithm.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.algorithms.springalgorithm;
-
-import org.eclipse.papyrus.layout.managealgorithms.AlgorithmFactory;
-import org.eclipse.zest.layouts.LayoutStyles;
-import org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm;
-import org.eclipse.zest.layouts.algorithms.SpringLayoutAlgorithm;
-
-/**
- * The Class SpringAlgorithm.
- */
-public class SpringAlgorithm implements AlgorithmFactory {
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.papyrus.layout.managealgorithms.AlgorithmFactory#createAlgorithm()
- */
- @Override
- public AbstractLayoutAlgorithm createAlgorithm() {
- return new SpringLayoutAlgorithm(LayoutStyles.NO_LAYOUT_NODE_RESIZING);
- }
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/.classpath b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/.classpath
deleted file mode 100644
index 8a8f1668cdc..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/.project b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/.project
deleted file mode 100644
index e2e4c0d7d73..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.papyrus.layout.algorithms.treeAlgorithm</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/.settings/org.eclipse.jdt.core.prefs b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index f287d53cf45..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,7 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.6
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/META-INF/MANIFEST.MF b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/META-INF/MANIFEST.MF
deleted file mode 100644
index 2b866a663ba..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,14 +0,0 @@
-Manifest-Version: 1.0
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.papyrus.layout;bundle-version="1.2.0",
- org.eclipse.zest.layouts
-Bundle-Vendor: %providerName
-Bundle-ActivationPolicy: lazy
-Bundle-Version: 1.2.0.qualifier
-Bundle-Name: %pluginName
-Bundle-Localization: plugin
-Bundle-ManifestVersion: 2
-Bundle-Activator: org.eclipse.papyrus.layout.algorithms.treealgorithm.Activator
-Bundle-SymbolicName: org.eclipse.papyrus.layout.algorithms.treeAlgorithm;singleton:=true
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/about.html b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/about.html
deleted file mode 100644
index 35b45e096ae..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/about.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>About</title>
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<p>September 30, 2009</p>
-<h3>License</h3>
-
-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
-indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content. Check the Redistributor's license that was
-provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
-
-</body>
-</html> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/build.properties b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/build.properties
deleted file mode 100644
index 75a4cd43882..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/build.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-#Thu Sep 15 16:42:20 CEST 2011
-bin.includes=META-INF/,.,plugin.xml,icons/,about.html,plugin.properties
-output..=bin/
-src.includes = about.html
-source..=src/
-bin..=bin/
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/icons/treeTransparent.gif b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/icons/treeTransparent.gif
deleted file mode 100644
index 67d68372076..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/icons/treeTransparent.gif
+++ /dev/null
Binary files differ
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/plugin.properties b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/plugin.properties
deleted file mode 100644
index be779ff45da..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/plugin.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-####################################################################################
-# Copyright (c) 2008 Atos Origin.
-#
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Emilien Perico (Atos Origin) emilien.perico@atosorigin.com - Initial API and implementation
-#
-##################################################################################
-pluginName=Papyrus Tree Algorithm Plug-in (Incubation)
-providerName=Eclipse Modeling Project
-
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>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/pom.xml
deleted file mode 100644
index 121db8cc1f6..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
- <groupId>org.eclipse.papyrus</groupId>
- <version>3.0.0-SNAPSHOT</version>
- <relativePath>../../../releng/extra</relativePath>
- </parent>
- <artifactId>org.eclipse.papyrus.layout.algorithms.treeAlgorithm</artifactId>
- <packaging>eclipse-plugin</packaging>
- <groupId>org.eclipse.papyrus</groupId>
- <version>1.2.0-SNAPSHOT</version>
-</project> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/src/org/eclipse/papyrus/layout/algorithms/treealgorithm/Activator.java b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/src/org/eclipse/papyrus/layout/algorithms/treealgorithm/Activator.java
deleted file mode 100644
index 873ad0e09cb..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/src/org/eclipse/papyrus/layout/algorithms/treealgorithm/Activator.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.algorithms.treealgorithm;
-
-import org.eclipse.ui.plugin.AbstractUIPlugin;
-import org.osgi.framework.BundleContext;
-
-/**
- * The activator class controls the plug-in life cycle.
- */
-public class Activator extends AbstractUIPlugin {
-
- // The plug-in ID
- /** The Constant PLUGIN_ID. */
- public static final String PLUGIN_ID = "org.eclipse.papyrus.layout.algorithms.treeAlgorithm";
-
- // The shared instance
- /** The plugin. */
- private static Activator plugin;
-
- /**
- * The constructor.
- */
- public Activator() {
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
- */
- @Override
- public void start(BundleContext context) throws Exception {
- super.start(context);
- plugin = this;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
- */
- @Override
- public void stop(BundleContext context) throws Exception {
- plugin = null;
- super.stop(context);
- }
-
- /**
- * Returns the shared instance.
- *
- * @return the shared instance
- */
- public static Activator getDefault() {
- return plugin;
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/src/org/eclipse/papyrus/layout/algorithms/treealgorithm/TreeAlgorithm.java b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/src/org/eclipse/papyrus/layout/algorithms/treealgorithm/TreeAlgorithm.java
deleted file mode 100644
index 49df698dae6..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm/src/org/eclipse/papyrus/layout/algorithms/treealgorithm/TreeAlgorithm.java
+++ /dev/null
@@ -1,36 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.algorithms.treealgorithm;
-
-import org.eclipse.papyrus.layout.managealgorithms.AlgorithmFactory;
-import org.eclipse.zest.layouts.LayoutStyles;
-import org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm;
-import org.eclipse.zest.layouts.algorithms.TreeLayoutAlgorithm;
-
-/**
- * The Class TreeAlgorithm.
- */
-public class TreeAlgorithm implements AlgorithmFactory {
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.papyrus.layout.managealgorithms.AlgorithmFactory#createAlgorithm()
- */
- @Override
- public AbstractLayoutAlgorithm createAlgorithm() {
- return new TreeLayoutAlgorithm(LayoutStyles.NO_LAYOUT_NODE_RESIZING);
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/.classpath b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/.classpath
deleted file mode 100644
index 8a8f1668cdc..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/.project b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/.project
deleted file mode 100644
index 4fecaf20362..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.papyrus.layout.algorithms.verticalAlgorithm</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/.settings/org.eclipse.jdt.core.prefs b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index f287d53cf45..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,7 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.6
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/META-INF/MANIFEST.MF b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/META-INF/MANIFEST.MF
deleted file mode 100644
index 63b6f58bbe2..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,14 +0,0 @@
-Manifest-Version: 1.0
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.zest.layouts,
- org.eclipse.papyrus.layout;bundle-version="1.2.0"
-Bundle-Vendor: %providerName
-Bundle-ActivationPolicy: lazy
-Bundle-Version: 1.2.0.qualifier
-Bundle-Name: %pluginName
-Bundle-Localization: plugin
-Bundle-ManifestVersion: 2
-Bundle-Activator: org.eclipse.papyrus.layout.algorithms.verticalalgorithm.Activator
-Bundle-SymbolicName: org.eclipse.papyrus.layout.algorithms.verticalAlgorithm;singleton:=true
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/about.html b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/about.html
deleted file mode 100644
index 35b45e096ae..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/about.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>About</title>
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<p>September 30, 2009</p>
-<h3>License</h3>
-
-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
-indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content. Check the Redistributor's license that was
-provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
-
-</body>
-</html> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/build.properties b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/build.properties
deleted file mode 100644
index 75a4cd43882..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/build.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-#Thu Sep 15 16:42:20 CEST 2011
-bin.includes=META-INF/,.,plugin.xml,icons/,about.html,plugin.properties
-output..=bin/
-src.includes = about.html
-source..=src/
-bin..=bin/
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/icons/verticalAlgorithm.gif b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/icons/verticalAlgorithm.gif
deleted file mode 100644
index abf0e621de5..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/icons/verticalAlgorithm.gif
+++ /dev/null
Binary files differ
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/plugin.properties b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/plugin.properties
deleted file mode 100644
index beaab48b3d4..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/plugin.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-####################################################################################
-# Copyright (c) 2008 Atos Origin.
-#
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Emilien Perico (Atos Origin) emilien.perico@atosorigin.com - Initial API and implementation
-#
-##################################################################################
-pluginName=Papyrus Vertical Algorithm Plug-in (Incubation)
-providerName=Eclipse Modeling Project
-
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/plugin.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/plugin.xml
deleted file mode 100644
index 40538a36661..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/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.verticalalgorithm.VerticalAlgorithm"
- icon="icons/verticalAlgorithm.gif"
- name="Vertical"
- toolTipText="A Vertical algorithm aligns all graph nodes on the middle">
- </client>
- </extension>
-
-</plugin>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/pom.xml
deleted file mode 100644
index 93d706a562f..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
- <groupId>org.eclipse.papyrus</groupId>
- <version>3.0.0-SNAPSHOT</version>
- <relativePath>../../../releng/extra</relativePath>
- </parent>
- <artifactId>org.eclipse.papyrus.layout.algorithms.verticalAlgorithm</artifactId>
- <packaging>eclipse-plugin</packaging>
- <groupId>org.eclipse.papyrus</groupId>
- <version>1.2.0-SNAPSHOT</version>
-</project> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/src/org/eclipse/papyrus/layout/algorithms/verticalalgorithm/Activator.java b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/src/org/eclipse/papyrus/layout/algorithms/verticalalgorithm/Activator.java
deleted file mode 100644
index c912e84dba4..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/src/org/eclipse/papyrus/layout/algorithms/verticalalgorithm/Activator.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.algorithms.verticalalgorithm;
-
-import org.eclipse.ui.plugin.AbstractUIPlugin;
-import org.osgi.framework.BundleContext;
-
-/**
- * The activator class controls the plug-in life cycle.
- */
-public class Activator extends AbstractUIPlugin {
-
- // The plug-in ID
- /** The Constant PLUGIN_ID. */
- public static final String PLUGIN_ID = "org.eclipse.papyrus.layout.algorithms.verticalAlgorithm";
-
- // The shared instance
- /** The plugin. */
- private static Activator plugin;
-
- /**
- * The constructor.
- */
- public Activator() {
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
- */
- @Override
- public void start(BundleContext context) throws Exception {
- super.start(context);
- plugin = this;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
- */
- @Override
- public void stop(BundleContext context) throws Exception {
- plugin = null;
- super.stop(context);
- }
-
- /**
- * Returns the shared instance.
- *
- * @return the shared instance
- */
- public static Activator getDefault() {
- return plugin;
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/src/org/eclipse/papyrus/layout/algorithms/verticalalgorithm/VerticalAlgorithm.java b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/src/org/eclipse/papyrus/layout/algorithms/verticalalgorithm/VerticalAlgorithm.java
deleted file mode 100644
index 26f9ef417f0..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm/src/org/eclipse/papyrus/layout/algorithms/verticalalgorithm/VerticalAlgorithm.java
+++ /dev/null
@@ -1,36 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.algorithms.verticalalgorithm;
-
-import org.eclipse.papyrus.layout.managealgorithms.AlgorithmFactory;
-import org.eclipse.zest.layouts.LayoutStyles;
-import org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm;
-import org.eclipse.zest.layouts.algorithms.VerticalLayoutAlgorithm;
-
-/**
- * The Class VerticalAlgorithm.
- */
-public class VerticalAlgorithm implements AlgorithmFactory {
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.papyrus.layout.managealgorithms.AlgorithmFactory#createAlgorithm()
- */
- @Override
- public AbstractLayoutAlgorithm createAlgorithm() {
- return new VerticalLayoutAlgorithm(LayoutStyles.NO_LAYOUT_NODE_RESIZING);
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/.classpath b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/.classpath
deleted file mode 100644
index 8a8f1668cdc..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/.project b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/.project
deleted file mode 100644
index 554a4960b97..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/.settings/org.eclipse.jdt.core.prefs b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index f287d53cf45..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,7 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.6
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/META-INF/MANIFEST.MF b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/META-INF/MANIFEST.MF
deleted file mode 100644
index be016c72335..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,14 +0,0 @@
-Manifest-Version: 1.0
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.papyrus.layout;bundle-version="1.2.0",
- org.eclipse.zest.layouts
-Bundle-Vendor: %providerName
-Bundle-ActivationPolicy: lazy
-Bundle-Version: 1.2.0.qualifier
-Bundle-Name: %pluginName
-Bundle-Localization: plugin
-Bundle-ManifestVersion: 2
-Bundle-Activator: org.eclipse.papyrus.layout.algorithms.verticalsymmetryalgorithm.Activator
-Bundle-SymbolicName: org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm;singleton:=true
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/about.html b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/about.html
deleted file mode 100644
index 35b45e096ae..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/about.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>About</title>
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<p>September 30, 2009</p>
-<h3>License</h3>
-
-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
-indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content. Check the Redistributor's license that was
-provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
-
-</body>
-</html> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/build.properties b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/build.properties
deleted file mode 100644
index 75a4cd43882..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/build.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-#Thu Sep 15 16:42:20 CEST 2011
-bin.includes=META-INF/,.,plugin.xml,icons/,about.html,plugin.properties
-output..=bin/
-src.includes = about.html
-source..=src/
-bin..=bin/
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/icons/vertsym.gif b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/icons/vertsym.gif
deleted file mode 100644
index 30791a1f2a4..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/icons/vertsym.gif
+++ /dev/null
Binary files differ
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/plugin.properties b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/plugin.properties
deleted file mode 100644
index 7cda391c15f..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/plugin.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-####################################################################################
-# Copyright (c) 2008 Atos Origin.
-#
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Emilien Perico (Atos Origin) emilien.perico@atosorigin.com - Initial API and implementation
-#
-##################################################################################
-pluginName=Papyrus VerticalSymmetryAlgorithm Plug-in (Incubation)
-providerName=Eclipse Modeling Project
-
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/plugin.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/plugin.xml
deleted file mode 100644
index b835bd71804..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/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.verticalsymmetryalgorithm.VerticalSymmetryAlgorithm"
- icon="icons/vertsym.gif"
- name="Vertical Symmetry"
- toolTipText="A vertical symmetry algorithm disposes graph nodes on the other side to the vertical center of the layout area">
- </client>
- </extension>
-
-</plugin>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/pom.xml
deleted file mode 100644
index b3c3c875075..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
- <groupId>org.eclipse.papyrus</groupId>
- <version>3.0.0-SNAPSHOT</version>
- <relativePath>../../../releng/extra</relativePath>
- </parent>
- <artifactId>org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm</artifactId>
- <packaging>eclipse-plugin</packaging>
- <groupId>org.eclipse.papyrus</groupId>
- <version>1.2.0-SNAPSHOT</version>
-</project> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/verticalsymmetryalgorithm/Activator.java b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/verticalsymmetryalgorithm/Activator.java
deleted file mode 100644
index 50be5b90ebb..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/verticalsymmetryalgorithm/Activator.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.algorithms.verticalsymmetryalgorithm;
-
-import org.eclipse.ui.plugin.AbstractUIPlugin;
-import org.osgi.framework.BundleContext;
-
-/**
- * The activator class controls the plug-in life cycle.
- */
-public class Activator extends AbstractUIPlugin {
-
- // The plug-in ID
- /** The Constant PLUGIN_ID. */
- public static final String PLUGIN_ID = "org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm";
-
- // The shared instance
- /** The plugin. */
- private static Activator plugin;
-
- /**
- * The constructor.
- */
- public Activator() {
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
- */
- @Override
- public void start(BundleContext context) throws Exception {
- super.start(context);
- plugin = this;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
- */
- @Override
- public void stop(BundleContext context) throws Exception {
- plugin = null;
- super.stop(context);
- }
-
- /**
- * Returns the shared instance.
- *
- * @return the shared instance
- */
- public static Activator getDefault() {
- return plugin;
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/verticalsymmetryalgorithm/VerticalSymmetryAlgorithm.java b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/verticalsymmetryalgorithm/VerticalSymmetryAlgorithm.java
deleted file mode 100644
index 46a1c978423..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/verticalsymmetryalgorithm/VerticalSymmetryAlgorithm.java
+++ /dev/null
@@ -1,35 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.algorithms.verticalsymmetryalgorithm;
-
-import org.eclipse.papyrus.layout.managealgorithms.AlgorithmFactory;
-import org.eclipse.zest.layouts.LayoutStyles;
-import org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm;
-
-/**
- * The Class VerticalSymmetryAlgorithm.
- */
-public class VerticalSymmetryAlgorithm implements AlgorithmFactory {
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.papyrus.layout.managealgorithms.AlgorithmFactory#createAlgorithm()
- */
- @Override
- public AbstractLayoutAlgorithm createAlgorithm() {
- return new VerticalSymmetryLayoutAlgorithm(LayoutStyles.NO_LAYOUT_NODE_RESIZING);
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/verticalsymmetryalgorithm/VerticalSymmetryLayoutAlgorithm.java b/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/verticalsymmetryalgorithm/VerticalSymmetryLayoutAlgorithm.java
deleted file mode 100644
index c479507ff57..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm/src/org/eclipse/papyrus/layout/algorithms/verticalsymmetryalgorithm/VerticalSymmetryLayoutAlgorithm.java
+++ /dev/null
@@ -1,156 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.algorithms.verticalsymmetryalgorithm;
-
-import org.eclipse.zest.layouts.LayoutStyles;
-import org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm;
-import org.eclipse.zest.layouts.dataStructures.InternalNode;
-import org.eclipse.zest.layouts.dataStructures.InternalRelationship;
-
-/**
- * The Class VerticalSymmetryLayoutAlgorithm.
- */
-public class VerticalSymmetryLayoutAlgorithm extends AbstractLayoutAlgorithm {
-
- /**
- * Instantiates a new vertical symmetry layout algorithm.
- *
- * @param styles
- * the styles
- */
- public VerticalSymmetryLayoutAlgorithm(int styles) {
- super(styles);
- }
-
- /**
- * Instantiates a new vertical symmetry layout algorithm.
- */
- public VerticalSymmetryLayoutAlgorithm() {
- this(LayoutStyles.NONE);
- }
-
- /*
- * (non-Javadoc)
- *
- * @see
- * org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm#applyLayoutInternal(org.eclipse
- * .zest.layouts.dataStructures.InternalNode[],
- * org.eclipse.zest.layouts.dataStructures.InternalRelationship[], double, double, double,
- * double)
- */
- @Override
- protected void applyLayoutInternal(InternalNode[] entitiesToLayout, InternalRelationship[] relationshipsToConsider,
- double boundsX, double boundsY, double boundsWidth, double boundsHeight) {
-
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm#getCurrentLayoutStep()
- */
- @Override
- protected int getCurrentLayoutStep() {
- return 0;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see
- * org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm#getTotalNumberOfLayoutSteps()
- */
- @Override
- protected int getTotalNumberOfLayoutSteps() {
- return 0;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see
- * org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm#isValidConfiguration(boolean,
- * boolean)
- */
- @Override
- protected boolean isValidConfiguration(boolean asynchronous, boolean continuous) {
- if (asynchronous && continuous) {
- return false;
- } else if (asynchronous && !continuous) {
- return true;
- } else if (!asynchronous && continuous) {
- return false;
- } else if (!asynchronous && !continuous) {
- return true;
- }
- return false;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see
- * org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm#postLayoutAlgorithm(org.eclipse
- * .zest.layouts.dataStructures.InternalNode[],
- * org.eclipse.zest.layouts.dataStructures.InternalRelationship[])
- */
- @Override
- protected void postLayoutAlgorithm(InternalNode[] entitiesToLayout, InternalRelationship[] relationshipsToConsider) {
-
- }
-
- /*
- * (non-Javadoc)
- *
- * @see
- * org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm#preLayoutAlgorithm(org.eclipse
- * .zest.layouts.dataStructures.InternalNode[],
- * org.eclipse.zest.layouts.dataStructures.InternalRelationship[], double, double, double,
- * double)
- */
- @Override
- protected void preLayoutAlgorithm(InternalNode[] entitiesToLayout, InternalRelationship[] relationshipsToConsider,
- double x, double y, double width, double height) {
- double middle = calculateMiddleArea(x, width);
- for (InternalNode node : entitiesToLayout) {
- node.setLocation((middle + (middle - node.getInternalX())) - node.getWidthInLayout(), node.getInternalY());
- }
- }
-
- /**
- * Calculate middle area.
- *
- * @param x
- * the x
- * @param width
- * the width
- *
- * @return the double
- */
- private double calculateMiddleArea(double x, double width) {
- return x + ((width - x) / 2);
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm#setLayoutArea(double,
- * double, double, double)
- */
- @Override
- public void setLayoutArea(double x, double y, double width, double height) {
-
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/.classpath b/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/.classpath
deleted file mode 100644
index 2d1a4302f04..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/.project b/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/.project
deleted file mode 100644
index 4ade303dbe8..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.papyrus.layout.subeditor.gmf</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/.settings/org.eclipse.jdt.core.prefs b/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index 7515a5f08ad..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,7 +0,0 @@
-#Tue May 12 09:36:51 CEST 2009
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
-org.eclipse.jdt.core.compiler.compliance=1.5
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.5
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/META-INF/MANIFEST.MF b/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/META-INF/MANIFEST.MF
deleted file mode 100644
index a16e643c7db..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,12 +0,0 @@
-Manifest-Version: 1.0
-Require-Bundle: org.eclipse.gmf.runtime.diagram.ui,
- org.eclipse.papyrus.layout;bundle-version="1.2.0"
-Bundle-Vendor: %providerName
-Bundle-ActivationPolicy: lazy
-Bundle-Version: 1.2.0.qualifier
-Bundle-Name: %pluginName
-Bundle-Localization: plugin
-Bundle-ManifestVersion: 2
-Bundle-Activator: org.eclipse.papyrus.layout.subeditor.gmf.Activator
-Bundle-SymbolicName: org.eclipse.papyrus.layout.subeditor.gmf;singleton:=true
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/about.html b/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/about.html
deleted file mode 100644
index 35b45e096ae..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/about.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>About</title>
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<p>September 30, 2009</p>
-<h3>License</h3>
-
-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
-indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content. Check the Redistributor's license that was
-provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
-
-</body>
-</html> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/build.properties b/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/build.properties
deleted file mode 100644
index dfe8eecb382..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/build.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-#Thu Sep 15 16:42:20 CEST 2011
-bin.includes=META-INF/,.,plugin.xml,build.properties,about.html,plugin.properties
-output..=bin/
-src.includes=META-INF/,.,plugin.xml,build.properties,about.html,plugin.properties
-source..=src/
-bin..=bin/
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/plugin.properties b/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/plugin.properties
deleted file mode 100644
index ba021c921c0..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/plugin.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-####################################################################################
-# Copyright (c) 2008 Atos Origin.
-#
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Emilien Perico (Atos Origin) emilien.perico@atosorigin.com - Initial API and implementation
-#
-##################################################################################
-pluginName=Papyrus Layout tools sub editor for GMF pluguin (Incubation)
-providerName=Eclipse Modeling Project
-
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/plugin.xml b/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/plugin.xml
deleted file mode 100644
index e303dab1955..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/plugin.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?>
-<plugin>
- <extension
- point="org.eclipse.papyrus.layout">
- <client
- editor="org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor"
- interface="org.eclipse.papyrus.layout.subeditor.gmf.GMFSubEditor"
- interfaceLayoutArea="org.eclipse.papyrus.layout.subeditor.gmf.GMFLayoutAreaCreator">
- </client>
- </extension>
-
-</plugin>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/pom.xml
deleted file mode 100644
index 319a20273ad..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
- <groupId>org.eclipse.papyrus</groupId>
- <version>3.0.0-SNAPSHOT</version>
- <relativePath>../../../releng/extra</relativePath>
- </parent>
- <artifactId>org.eclipse.papyrus.layout.subeditor.gmf</artifactId>
- <packaging>eclipse-plugin</packaging>
- <version>1.2.0-SNAPSHOT</version>
- <groupId>org.eclipse.papyrus</groupId>
-</project> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/src/org/eclipse/papyrus/layout/subeditor/gmf/Activator.java b/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/src/org/eclipse/papyrus/layout/subeditor/gmf/Activator.java
deleted file mode 100644
index 2b019636c73..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/src/org/eclipse/papyrus/layout/subeditor/gmf/Activator.java
+++ /dev/null
@@ -1,69 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.subeditor.gmf;
-
-import org.eclipse.ui.plugin.AbstractUIPlugin;
-import org.osgi.framework.BundleContext;
-
-/**
- * The activator class controls the plug-in life cycle.
- */
-public class Activator extends AbstractUIPlugin {
-
- // The plug-in ID
- /** The Constant PLUGIN_ID. */
- public static final String PLUGIN_ID = "org.eclipse.papyrus.layout.subeditor.gmf";
-
- // The shared instance
- /** The plugin. */
- private static Activator plugin;
-
- /**
- * The constructor.
- */
- public Activator() {
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
- */
- @Override
- public void start(BundleContext context) throws Exception {
- super.start(context);
- plugin = this;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
- */
- @Override
- public void stop(BundleContext context) throws Exception {
- plugin = null;
- super.stop(context);
- }
-
- /**
- * Returns the shared instance.
- *
- * @return the shared instance
- */
- public static Activator getDefault() {
- return plugin;
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/src/org/eclipse/papyrus/layout/subeditor/gmf/GMFLayoutAreaCreator.java b/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/src/org/eclipse/papyrus/layout/subeditor/gmf/GMFLayoutAreaCreator.java
deleted file mode 100644
index db60d1ed9cd..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/src/org/eclipse/papyrus/layout/subeditor/gmf/GMFLayoutAreaCreator.java
+++ /dev/null
@@ -1,204 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.subeditor.gmf;
-
-import java.util.List;
-
-import org.eclipse.draw2d.geometry.Rectangle;
-import org.eclipse.emf.edit.domain.EditingDomain;
-import org.eclipse.emf.transaction.TransactionalEditingDomain;
-import org.eclipse.gef.EditPart;
-import org.eclipse.gef.commands.CommandStack;
-import org.eclipse.gmf.runtime.common.core.command.CompositeCommand;
-import org.eclipse.gmf.runtime.diagram.core.commands.DeleteCommand;
-import org.eclipse.gmf.runtime.diagram.core.internal.commands.SendToBackCommand;
-import org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint;
-import org.eclipse.gmf.runtime.diagram.ui.commands.CreateCommand;
-import org.eclipse.gmf.runtime.diagram.ui.commands.ICommandProxy;
-import org.eclipse.gmf.runtime.diagram.ui.commands.SetBoundsCommand;
-import org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPart;
-import org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor;
-import org.eclipse.gmf.runtime.diagram.ui.parts.IDiagramWorkbenchPart;
-import org.eclipse.gmf.runtime.diagram.ui.requests.CreateViewRequest;
-import org.eclipse.gmf.runtime.emf.core.util.EObjectAdapter;
-import org.eclipse.gmf.runtime.notation.Bounds;
-import org.eclipse.gmf.runtime.notation.Node;
-import org.eclipse.gmf.runtime.notation.View;
-import org.eclipse.papyrus.layout.LayoutToolAreaInterface;
-import org.eclipse.ui.IEditorPart;
-import org.eclipse.ui.PlatformUI;
-
-/**
- * The Class GMFLayoutAreaCreator.
- */
-public class GMFLayoutAreaCreator implements LayoutToolAreaInterface {
-
- /** The margin. */
- private int margin = 10;
-
- /** The my edit part node. */
- private static EditPart myEditPartNode;
-
- /** The node. */
- private static Node node;
-
- /** The edit part parent. */
- private static EditPart editPartParent;
-
- /** The idwp. */
- private IDiagramWorkbenchPart idwp;
-
- /** The ted. */
- private static TransactionalEditingDomain ted;
-
- /** The childs. */
- private List<EditPart> childs;
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.papyrus.layout.LayoutToolAreaInterface#paintLayoutArea()
- */
- public void paintLayoutArea() {
- idwp = (IDiagramWorkbenchPart) PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage()
- .getActiveEditor();
- editPartParent = idwp.getDiagramEditPart();
- childs = editPartParent.getChildren();
- if (myEditPartNode == null || !childs.contains(myEditPartNode)) {
- createLayoutArea();
- } else if (myEditPartNode != null && childs.contains(myEditPartNode)) {
- deleteLayoutArea();
- createLayoutArea();
- }
- }
-
- /**
- * Gets the area.
- *
- * @return the area
- */
- public static EditPart getArea() {
- return myEditPartNode;
- }
-
- /**
- * Delete layout area.
- */
- public static void deleteLayoutArea() {
- if (myEditPartNode != null) {
- CommandStack cs = ((GraphicalEditPart) editPartParent).getViewer().getEditDomain().getCommandStack();
- CompositeCommand mycommand = new CompositeCommand("mcb");
- DeleteCommand dc = new DeleteCommand(ted, (View) myEditPartNode.getModel());
- mycommand.add(dc);
- cs.execute(new ICommandProxy(mycommand));
- myEditPartNode = null;
- node = null;
- }
- }
-
- /**
- * Gets the bounds.
- *
- * @return the bounds
- */
- public static Rectangle getBounds() {
- if (myEditPartNode != null) {
- return ((GraphicalEditPart) myEditPartNode).getFigure().getBounds();
- }
- return null;
- }
-
- /**
- * Gets the transactional editing domain.
- *
- * @return the transactional editing domain
- */
- private TransactionalEditingDomain getTransactionalEditingDomain() {
- TransactionalEditingDomain ted = null;
- IEditorPart activeEditor = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage()
- .getActiveEditor();
- if (activeEditor instanceof IDiagramWorkbenchPart) {
- IDiagramWorkbenchPart workbenchPart = (IDiagramWorkbenchPart) activeEditor;
- ted = (TransactionalEditingDomain) workbenchPart.getAdapter(EditingDomain.class);
- if (ted == null) {
- if (workbenchPart instanceof DiagramEditor) {
- DiagramEditor editor = (DiagramEditor) workbenchPart;
- ted = editor.getEditingDomain();
- }
- }
- }
- return ted;
- }
-
- /**
- * Creates the layout area.
- */
- private void createLayoutArea() {
- CommandStack cs = ((GraphicalEditPart) editPartParent).getViewer().getEditDomain().getCommandStack();
- CompositeCommand command2 = new CompositeCommand("cb2");
- CreateViewRequest.ViewDescriptor viewDescriptor = new CreateViewRequest.ViewDescriptor(null, Node.class,
- "Note", -1, false, PreferencesHint.USE_DEFAULTS);
- ted = getTransactionalEditingDomain();
- CreateCommand cc = new CreateCommand(getTransactionalEditingDomain(), viewDescriptor, (View) editPartParent
- .getModel());
- command2.add(cc);
- cs.execute(new ICommandProxy(command2));
- node = (Node) ((CreateViewRequest.ViewDescriptor) cc.getCommandResult().getReturnValue())
- .getAdapter(Node.class);
- for (EditPart n : childs) {
- if (n.getModel().equals(node)) {
- myEditPartNode = n;
- }
- }
- ((GraphicalEditPart) myEditPartNode).getFigure().setBackgroundColor(null);
- ((GraphicalEditPart) myEditPartNode).getFigure().setOpaque(false);
- CompositeCommand command = new CompositeCommand("cb");
- SetBoundsCommand sbc = new SetBoundsCommand(getTransactionalEditingDomain(), "changebounds",
- new EObjectAdapter((View) myEditPartNode.getModel()), calculateBoundsLayoutArea());
- command.add(sbc);
-
- SendToBackCommand stbc = new SendToBackCommand(getTransactionalEditingDomain(), (View) myEditPartNode
- .getModel());
- command.add(stbc);
- cs.execute(new ICommandProxy(command));
- }
-
- /**
- * Calculate bounds layout area.
- *
- * @return the rectangle
- */
- private Rectangle calculateBoundsLayoutArea() {
- int minX = ((Bounds) ((Node) childs.get(0).getModel()).getLayoutConstraint()).getX();
- int maxX = ((Bounds) ((Node) childs.get(0).getModel()).getLayoutConstraint()).getX();
- int minY = ((Bounds) ((Node) childs.get(0).getModel()).getLayoutConstraint()).getY();
- int maxY = ((Bounds) ((Node) childs.get(0).getModel()).getLayoutConstraint()).getY();
- for (EditPart e : childs) {
- if (e != childs.get(childs.size() - 1)) {
- minX = Math.min(minX, ((GraphicalEditPart) e).getFigure().getBounds().x - this.margin);
- maxX = Math.max(maxX, ((GraphicalEditPart) e).getFigure().getBounds().x
- + ((GraphicalEditPart) e).getFigure().getBounds().width + this.margin);
- minY = Math.min(minY, ((GraphicalEditPart) e).getFigure().getBounds().y - this.margin);
- maxY = Math.max(maxY, ((GraphicalEditPart) e).getFigure().getBounds().y
- + ((GraphicalEditPart) e).getFigure().getBounds().height + this.margin);
- }
- }
- maxX = maxX - minX;
- maxY = maxY - minY;
- if (minX == 0 && minY == 0 && maxX == 0 && maxY == 0) {
- return new Rectangle(20, 20, 20, 20);
- }
- return new Rectangle(minX, minY, maxX, maxY);
- }
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/src/org/eclipse/papyrus/layout/subeditor/gmf/GMFSubEditor.java b/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/src/org/eclipse/papyrus/layout/subeditor/gmf/GMFSubEditor.java
deleted file mode 100644
index becc81cf048..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf/src/org/eclipse/papyrus/layout/subeditor/gmf/GMFSubEditor.java
+++ /dev/null
@@ -1,225 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout.subeditor.gmf;
-
-import java.util.Map;
-import java.util.Map.Entry;
-
-import org.eclipse.draw2d.Animation;
-import org.eclipse.draw2d.geometry.Point;
-import org.eclipse.draw2d.geometry.PointList;
-import org.eclipse.draw2d.geometry.Rectangle;
-import org.eclipse.emf.edit.domain.EditingDomain;
-import org.eclipse.emf.transaction.TransactionalEditingDomain;
-import org.eclipse.gef.EditPart;
-import org.eclipse.gef.commands.CommandStack;
-import org.eclipse.gef.editparts.AbstractConnectionEditPart;
-import org.eclipse.gmf.runtime.common.core.command.CompositeCommand;
-import org.eclipse.gmf.runtime.diagram.ui.commands.ICommandProxy;
-import org.eclipse.gmf.runtime.diagram.ui.commands.SetBoundsCommand;
-import org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPart;
-import org.eclipse.gmf.runtime.diagram.ui.internal.commands.SetConnectionBendpointsCommand;
-import org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor;
-import org.eclipse.gmf.runtime.diagram.ui.parts.IDiagramWorkbenchPart;
-import org.eclipse.gmf.runtime.emf.core.util.EObjectAdapter;
-import org.eclipse.gmf.runtime.notation.Bounds;
-import org.eclipse.gmf.runtime.notation.Edge;
-import org.eclipse.gmf.runtime.notation.Node;
-import org.eclipse.gmf.runtime.notation.View;
-import org.eclipse.papyrus.layout.Activator;
-import org.eclipse.papyrus.layout.LayouttoolInterface;
-import org.eclipse.ui.IEditorPart;
-import org.eclipse.ui.PlatformUI;
-
-/**
- * The Class GMFSubEditor.
- */
-public class GMFSubEditor implements LayouttoolInterface {
-
- /** The command. */
- CompositeCommand command = new CompositeCommand("Apply Layout");
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.papyrus.layout.LayouttoolInterface#execute(java.util.Map)
- */
- public void execute(Map<EditPart, Rectangle> map) {
- TransactionalEditingDomain ted = getTransactionalEditingDomain();
- if (ted != null) {
- CommandStack cs = null;
- // Add a command to apply new bounds of all nodes
- for (Entry<EditPart, Rectangle> s : map.entrySet()) {
- SetBoundsCommand boundsCommand = new SetBoundsCommand(ted, "apply layout", new EObjectAdapter((View) s
- .getKey().getModel()), s.getValue());
- command.add(boundsCommand);
- GraphicalEditPart gep = (GraphicalEditPart) s.getKey();
- if (cs == null) {
- cs = gep.getViewer().getEditDomain().getCommandStack();
- }
- }
- try {
- // Execute layout commands with animation
- Animation.markBegin();
- cs.execute(new ICommandProxy(command));
- Animation.run(1000);
- } catch (Exception e) {
- Activator.getDefault().log(e.getMessage() + " : Cannot apply new bounds of all nodes", e);
- }
- }
- }
-
- /**
- * Gets the transactional editing domain.
- *
- * @return the transactional editing domain
- */
- private TransactionalEditingDomain getTransactionalEditingDomain() {
- TransactionalEditingDomain ted = null;
- IEditorPart activeEditor = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage()
- .getActiveEditor();
- if (activeEditor instanceof IDiagramWorkbenchPart) {
- IDiagramWorkbenchPart workbenchPart = (IDiagramWorkbenchPart) activeEditor;
- ted = (TransactionalEditingDomain) workbenchPart.getAdapter(EditingDomain.class);
- if (ted == null) {
- if (workbenchPart instanceof DiagramEditor) {
- DiagramEditor editor = (DiagramEditor) workbenchPart;
- ted = editor.getEditingDomain();
- }
- }
- }
- return ted;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.papyrus.layout.LayouttoolInterface#getBounds(org.eclipse.gef.EditPart)
- */
- public Rectangle getBounds(EditPart element) {
- if (element.getModel() instanceof Node) {
- Node node = (Node) element.getModel();
- if (node.getLayoutConstraint() instanceof Bounds) {
- Bounds bounds = (Bounds) node.getLayoutConstraint();
- return new Rectangle(bounds.getX(), bounds.getY(), bounds.getWidth(), bounds.getHeight());
- }
- }
- return null;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.papyrus.layout.LayouttoolInterface#getTarget(org.eclipse.gef.EditPart)
- */
- public EditPart getTarget(EditPart element) {
- if (element.getModel() instanceof Edge) {
- Edge edge = (Edge) element.getModel();
- removeBendPoints(edge);
- AbstractConnectionEditPart acep = (AbstractConnectionEditPart) element;
- return acep.getTarget();
- }
- return null;
- }
-
- /**
- * Removes the bend points.
- *
- * @param edge
- * the edge
- */
- public void removeBendPoints(Edge edge) {
- SetConnectionBendpointsCommand scbc = new SetConnectionBendpointsCommand(getTransactionalEditingDomain());
- scbc.setEdgeAdapter(new EObjectAdapter(edge));
- scbc.setNewPointList(new PointList(), new Point(), new Point());
- command.add(scbc);
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.papyrus.layout.LayouttoolInterface#getLayoutArea(org.eclipse.gef.EditPart[])
- */
- public Rectangle getLayoutArea(EditPart[] element) {
- Rectangle bounds;
- if (GMFLayoutAreaCreator.getBounds() != null) {
- bounds = GMFLayoutAreaCreator.getBounds();
- GMFLayoutAreaCreator.deleteLayoutArea();
- return bounds;
- }
- for (EditPart e : element) {
- if (e.getModel() instanceof Node) {
- if (e.getParent() instanceof GraphicalEditPart) {
- GraphicalEditPart gep = (GraphicalEditPart) e.getParent();
- bounds = gep.getFigure().getBounds();
- bounds.x = 0;
- bounds.y = 0;
- return bounds;
- }
- }
- }
- return new Rectangle(0, 0, 1000, 1000);
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.papyrus.layout.LayouttoolInterface#getSource(org.eclipse.gef.EditPart)
- */
- public EditPart getSource(EditPart element) {
- if (element.getModel() instanceof Edge) {
- Edge edge = (Edge) element.getModel();
- removeBendPoints(edge);
- AbstractConnectionEditPart acep = (AbstractConnectionEditPart) element;
- return acep.getSource();
- }
- return null;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.papyrus.layout.LayouttoolInterface#isNode(org.eclipse.gef.EditPart)
- */
- public boolean isNode(EditPart element) {
- if (element.getModel() instanceof Node) {
- if (GMFLayoutAreaCreator.getArea() != null && element.equals(GMFLayoutAreaCreator.getArea())) {
- return false;
- }
- return true;
- }
- return false;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.papyrus.layout.LayouttoolInterface#isRelationship(org.eclipse.gef.EditPart)
- */
- public boolean isRelationship(EditPart element) {
- if (element.getModel() instanceof Edge) {
- return true;
- }
- return false;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.papyrus.layout.LayouttoolInterface#getEditorClass()
- */
- public Class getEditorClass() {
- return IDiagramWorkbenchPart.class;
- }
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/.classpath b/extraplugins/layout/org.eclipse.papyrus.layout/.classpath
deleted file mode 100644
index 8a8f1668cdc..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/.project b/extraplugins/layout/org.eclipse.papyrus.layout/.project
deleted file mode 100644
index a741aadfc86..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/.project
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.papyrus.layout</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
- </natures>
-</projectDescription>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/.settings/org.eclipse.jdt.core.prefs b/extraplugins/layout/org.eclipse.papyrus.layout/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index f287d53cf45..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,7 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.6
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/META-INF/MANIFEST.MF b/extraplugins/layout/org.eclipse.papyrus.layout/META-INF/MANIFEST.MF
deleted file mode 100644
index f0c1856f231..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,17 +0,0 @@
-Manifest-Version: 1.0
-Export-Package: org.eclipse.papyrus.layout,
- org.eclipse.papyrus.layout.managealgorithms
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.gef,
- org.eclipse.zest.layouts,
- org.eclipse.core.expressions
-Bundle-Vendor: %providerName
-Bundle-ActivationPolicy: lazy
-Bundle-Version: 1.2.0.qualifier
-Bundle-Localization: plugin
-Bundle-Name: %pluginName
-Bundle-Activator: org.eclipse.papyrus.layout.Activator
-Bundle-ManifestVersion: 2
-Bundle-SymbolicName: org.eclipse.papyrus.layout;singleton:=true
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/about.html b/extraplugins/layout/org.eclipse.papyrus.layout/about.html
deleted file mode 100644
index 35b45e096ae..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/about.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
-<title>About</title>
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<p>September 30, 2009</p>
-<h3>License</h3>
-
-<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
-indicated below, the Content is provided to you under the terms and conditions of the
-Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
-at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
-being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
-apply to your use of any object code in the Content. Check the Redistributor's license that was
-provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
-indicated below, the terms and conditions of the EPL still apply to any source code in the Content
-and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
-
-</body>
-</html> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/build.properties b/extraplugins/layout/org.eclipse.papyrus.layout/build.properties
deleted file mode 100644
index 10578d0033f..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/build.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-#
-#Thu Sep 15 16:42:18 CEST 2011
-bin.includes=plugin.xml,META-INF/,.,icons/,schema/,about.html,plugin.properties
-output..=bin/
-src.includes = about.html
-source..=src/
-bin..=bin/
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/icons/compare_view.gif b/extraplugins/layout/org.eclipse.papyrus.layout/icons/compare_view.gif
deleted file mode 100644
index dc549bce841..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/icons/compare_view.gif
+++ /dev/null
Binary files differ
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/icons/layoutIcon.gif b/extraplugins/layout/org.eclipse.papyrus.layout/icons/layoutIcon.gif
deleted file mode 100644
index f36379904c1..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/icons/layoutIcon.gif
+++ /dev/null
Binary files differ
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/icons/layout_area.gif b/extraplugins/layout/org.eclipse.papyrus.layout/icons/layout_area.gif
deleted file mode 100644
index ab9dd4378a0..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/icons/layout_area.gif
+++ /dev/null
Binary files differ
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/icons/sample.gif b/extraplugins/layout/org.eclipse.papyrus.layout/icons/sample.gif
deleted file mode 100644
index 34fb3c9d8cb..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/icons/sample.gif
+++ /dev/null
Binary files differ
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/plugin.properties b/extraplugins/layout/org.eclipse.papyrus.layout/plugin.properties
deleted file mode 100644
index 33f8e11e9a0..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/plugin.properties
+++ /dev/null
@@ -1,16 +0,0 @@
-####################################################################################
-# Copyright (c) 2008 Atos Origin.
-#
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Emilien Perico (Atos Origin) emilien.perico@atosorigin.com - Initial API and implementation
-#
-##################################################################################
-pluginName=Papyrus Layout tools (Incubation)
-providerName=Eclipse Modeling Project
-
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/plugin.xml b/extraplugins/layout/org.eclipse.papyrus.layout/plugin.xml
deleted file mode 100644
index 4097be92f17..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/plugin.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.2"?>
-<plugin>
- <extension-point id="org.eclipse.papyrus.layout" name="layouttool" schema="schema/org.eclipse.papyrus.layout.exsd"/>
- <extension-point id="org.eclipse.papyrus.layout.algorithms" name="algorithms" schema="schema/org.eclipse.papyrus.layout.algorithms.exsd"/>
-
- <extension
- point="org.eclipse.ui.menus">
- <menuContribution
- locationURI="toolbar:org.eclipse.ui.main.toolbar">
- <toolbar
- id="org.eclipse.papyrus.layouttool.toolbarlayout">
- <dynamic
- class="org.eclipse.papyrus.layout.LayoutToolToolbar"
- id="org.eclipse.papyrus.layouttool.dynamic3">
- <visibleWhen
- checkEnabled="false">
- <with
- variable="activeEditor">
- <test
- forcePluginActivation="true"
- property="org.eclipse.papyrus.layouttool.isCorrectEditor">
- </test>
- </with>
- </visibleWhen>
- </dynamic>
- </toolbar>
- </menuContribution>
- </extension>
- <extension
- point="org.eclipse.core.expressions.propertyTesters">
- <propertyTester
- class="org.eclipse.papyrus.layout.EditorPropertyTester"
- id="org.eclipse.papyrus.layouttool.propertyTester"
- namespace="org.eclipse.papyrus.layouttool"
- properties="isCorrectEditor"
- type="org.eclipse.ui.IWorkbenchPart">
- </propertyTester>
- </extension>
- <!-- commented for papyrus M4 build-->
- <!-- <extension
- point="org.eclipse.papyrus.editor.perspectiveconfiguration">
- <configuration
- perspectiveID="org.eclipse.papyrus.infra.core.perspective">
- <toolbar
- toolbarID="org.eclipse.papyrus.layouttool.toolbarlayout">
- </toolbar>
- </configuration>
- </extension>
- -->
-
-</plugin>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/pom.xml b/extraplugins/layout/org.eclipse.papyrus.layout/pom.xml
deleted file mode 100644
index 4d853e36269..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>org.eclipse.papyrus.extra.releng</artifactId>
- <groupId>org.eclipse.papyrus</groupId>
- <version>3.0.0-SNAPSHOT</version>
- <relativePath>../../../releng/extra</relativePath>
- </parent>
- <artifactId>org.eclipse.papyrus.layout</artifactId>
- <packaging>eclipse-plugin</packaging>
- <groupId>org.eclipse.papyrus</groupId>
- <version>1.2.0-SNAPSHOT</version>
-</project> \ No newline at end of file
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/schema/org.eclipse.papyrus.layout.algorithms.exsd b/extraplugins/layout/org.eclipse.papyrus.layout/schema/org.eclipse.papyrus.layout.algorithms.exsd
deleted file mode 100644
index 21a4a6fe5cc..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/schema/org.eclipse.papyrus.layout.algorithms.exsd
+++ /dev/null
@@ -1,144 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.papyrus.layout" xmlns="http://www.w3.org/2001/XMLSchema">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.papyrus.layout" id="org.eclipse.papyrus.layout.algorithms" name="algorithms"/>
- </appInfo>
- <documentation>
- You can easily add an algorithm to the toolbar button.
-All algorithms added to this extension point are sort alphabetically.
- </documentation>
- </annotation>
-
- <element name="extension">
- <annotation>
- <appInfo>
- <meta.element />
- </appInfo>
- </annotation>
- <complexType>
- <sequence minOccurs="1" maxOccurs="unbounded">
- <element ref="client"/>
- </sequence>
- <attribute name="point" type="string" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="client">
- <complexType>
- <attribute name="name" type="string" use="required">
- <annotation>
- <documentation>
- Name of the algorithm displays in the toolbar
- </documentation>
- </annotation>
- </attribute>
- <attribute name="class" type="string" use="required">
- <annotation>
- <documentation>
- Class wich implements algorithm
- </documentation>
- <appInfo>
- <meta.attribute kind="java" basedOn=":org.eclipse.papyrus.layout.managealgorithms.AlgorithmFactory"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="icon" type="string" use="required">
- <annotation>
- <documentation>
- Icon shows in the toolbar, on the left of the name
- </documentation>
- <appInfo>
- <meta.attribute kind="resource"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="toolTipText" type="string">
- <annotation>
- <documentation>
- Text shows when mouse is over the algorithm, this attribute is optional
- </documentation>
- </annotation>
- </attribute>
- <attribute name="path" type="string">
- <annotation>
- <documentation>
- Add this algorithm in a sub-menu. This attribute is optional and when it’s empty, algorithm is added on the root. Sub-menu are separated with ‘.’
- </documentation>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="since"/>
- </appInfo>
- <documentation>
- [Enter the first release in which this extension point appears.]
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- This example shows how to add an algorithm with an icon, a name, a toolTip text and here class wich create the algorithm :
-&lt;plugin&gt;
- &lt;extension point=&quot;org.eclipse.papyrus.layout.algorithms&quot;&gt;
- &lt;client
- class=&quot;org.eclipse.papyrus.treealgorithm.TreeAlgorithm&quot;
- icon=&quot;icons/treeTransparent.gif&quot;
- name=&quot;Tree&quot;
- toolTipText=&quot;The TreeLayoutAlgorithm arranges graph nodes in a layered vertical tree-like layout&quot;&gt;
- &lt;/client&gt;
- &lt;/extension&gt;
-&lt;/plugin&gt;
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="apiinfo"/>
- </appInfo>
- <documentation>
- [Enter API information here.]
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
- [Enter information about supplied implementation of this extension point.]
- </documentation>
- </annotation>
-
-
-</schema>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/schema/org.eclipse.papyrus.layout.exsd b/extraplugins/layout/org.eclipse.papyrus.layout/schema/org.eclipse.papyrus.layout.exsd
deleted file mode 100644
index 8a183427c60..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/schema/org.eclipse.papyrus.layout.exsd
+++ /dev/null
@@ -1,123 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!-- Schema file written by PDE -->
-<schema targetNamespace="org.eclipse.papyrus.layout" xmlns="http://www.w3.org/2001/XMLSchema">
-<annotation>
- <appInfo>
- <meta.schema plugin="org.eclipse.papyrus.layout" id="org.eclipse.papyrus.layout" name="layouttool"/>
- </appInfo>
- <documentation>
- This extension point is use to add a class for an editor to collect information essential to apply layout like bounds of nodes, relationships .....
-It&apos;s also used to add a layout area.
- </documentation>
- </annotation>
-
- <element name="extension">
- <annotation>
- <appInfo>
- <meta.element />
- </appInfo>
- </annotation>
- <complexType>
- <sequence>
- <element ref="client"/>
- </sequence>
- <attribute name="point" type="string" use="required">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="id" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- </annotation>
- </attribute>
- <attribute name="name" type="string">
- <annotation>
- <documentation>
-
- </documentation>
- <appInfo>
- <meta.attribute translatable="true"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <element name="client">
- <complexType>
- <attribute name="interface" type="string" use="required">
- <annotation>
- <documentation>
- You must have a class which implement LayouttoolInterface to add an editor.
- </documentation>
- <appInfo>
- <meta.attribute kind="java" basedOn=":org.eclipse.papyrus.layout.LayouttoolInterface"/>
- </appInfo>
- </annotation>
- </attribute>
- <attribute name="interfaceLayoutArea" type="string">
- <annotation>
- <documentation>
- You must have a class which implements LayoutToolAreaInterface if you want to add a layout area in your editor. This attribute is optional.
- </documentation>
- <appInfo>
- <meta.attribute kind="java" basedOn=":org.eclipse.papyrus.layout.LayoutToolAreaInterface"/>
- </appInfo>
- </annotation>
- </attribute>
- </complexType>
- </element>
-
- <annotation>
- <appInfo>
- <meta.section type="since"/>
- </appInfo>
- <documentation>
- [Enter the first release in which this extension point appears.]
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="examples"/>
- </appInfo>
- <documentation>
- Here is an example for Topcased editor :
-&lt;extension point=&quot;org.eclipse.papyrus.layout&quot;&gt;
- &lt;client
- editor=&quot;org.topcased.modeler.editor.Modeler&quot;
- interface=&quot;org.topcased.subeditor.topcased.TopcasedSubEditor&quot;
- interfaceLayoutArea=&quot;org.topcased.subeditor.topcased.LayoutAreaCreator&quot;&gt;
- &lt;/client&gt;
- &lt;/extension&gt;
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="apiinfo"/>
- </appInfo>
- <documentation>
- The interface must implement the interface
- org.eclipse.papyrus.layout.LayouttoolInterface
-The interfaceLayoutArea must implement the interface
- org.eclipse.papyrus.layout.LayoutToolAreaInterface
- </documentation>
- </annotation>
-
- <annotation>
- <appInfo>
- <meta.section type="implementation"/>
- </appInfo>
- <documentation>
- [Enter information about supplied implementation of this extension point.]
- </documentation>
- </annotation>
-
-
-</schema>
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/Activator.java b/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/Activator.java
deleted file mode 100644
index 7a80ffa424e..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/Activator.java
+++ /dev/null
@@ -1,117 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Allanic Alexia (Atos Origin) alexia.allanic@atosorigin.com - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.layout;
-
-import org.eclipse.core.runtime.IStatus;
-import org.eclipse.core.runtime.Status;
-import org.eclipse.jface.resource.ImageDescriptor;
-import org.eclipse.ui.plugin.AbstractUIPlugin;
-import org.osgi.framework.BundleContext;
-
-/**
- * The activator class controls the plug-in life cycle.
- */
-public class Activator extends AbstractUIPlugin {
-
- // The plug-in ID
- /** The Constant PLUGIN_ID. */
- public static final String PLUGIN_ID = "org.eclipse.papyrus.layout";
-
- // The shared instance
- /** The plugin. */
- private static Activator plugin;
-
- /**
- * The constructor.
- */
- public Activator() {
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
- */
- @Override
- public void start(BundleContext context) throws Exception {
- super.start(context);
- plugin = this;
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
- */
- @Override
- public void stop(BundleContext context) throws Exception {
- plugin = null;
- super.stop(context);
- }
-
- /**
- * Returns the shared instance.
- *
- * @return the shared instance
- */
- public static Activator getDefault() {
- return plugin;
- }
-
- /**
- * Returns an image descriptor for the image file at the given plug-in relative path.
- *
- * @param path
- * the path
- *
- * @return the image descriptor
- */
- public static ImageDescriptor getImageDescriptor(String path) {
- return imageDescriptorFromPlugin(PLUGIN_ID, path);
- }
-
- /**
- * Log.
- *
- * @param string
- * the string
- * @param e
- * the e
- */
- public void log(String string, Exception e) {
- getLog().log(new Status(IStatus.ERROR, PLUGIN_ID, string, e));
- }
-
- /**
- * Log.
- *
- * @param string
- * the string
- * @param severity
- * the severity
- */
- public void log(String string, int severity) {
- getLog().log(new Status(severity, PLUGIN_ID, string));
- }
-
- /**
- * Log.
- *
- * @param string
- * the string
- */
- public void log(String string) {
- log(string, IStatus.WARNING);
- }
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/EditorPropertyTester.java b/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/EditorPropertyTester.java
deleted file mode 100644
index 009b103a03a..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/EditorPropertyTester.java
+++ /dev/null
@@ -1,54 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Alexia Allanic (Atos Origin) alexia.allanic@atosorigin.com - EditorPropertyTester Implementation
- *
- *****************************************************************************/
-
-package org.eclipse.papyrus.layout;
-
-import org.eclipse.core.expressions.PropertyTester;
-import org.eclipse.ui.IWorkbenchPart;
-
-/**
- * The Class EditorPropertyTester.
- */
-public class EditorPropertyTester extends PropertyTester {
-
- /**
- * Instantiates a new editor property tester.
- */
- public EditorPropertyTester() {
- }
-
- /**
- * Test if the current editor is a registered editor.
- *
- * @param receiver
- * the receiver
- * @param property
- * the property
- * @param args
- * the args
- * @param expectedValue
- * the expected value
- *
- * @return true, if test
- */
- @Override
- public boolean test(Object receiver, String property, Object[] args, Object expectedValue) {
- if (receiver instanceof IWorkbenchPart && "isCorrectEditor".equals(property)) {
- IWorkbenchPart part = (IWorkbenchPart) receiver;
- return LayoutToolExtensionPointManager.getInstance().getSubEditor(part) != null;
- }
- return false;
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayoutTool.java b/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayoutTool.java
deleted file mode 100644
index 3f22f17ead3..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayoutTool.java
+++ /dev/null
@@ -1,68 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Alexia Allanic (Atos Origin) alexia.allanic@atosorigin.com - LayoutTool Implementation
- *
- *****************************************************************************/
-
-package org.eclipse.papyrus.layout;
-
-import java.util.Collection;
-import java.util.List;
-
-import org.eclipse.gef.EditPart;
-import org.eclipse.papyrus.layout.managealgorithms.ZestAlgortihms;
-
-/**
- * The class LayoutTool.
- */
-public class LayoutTool {
-
- /** The instance. */
- private static LayoutTool instance = new LayoutTool();
-
- /**
- * Gets the single instance of LayoutTool.
- *
- * @return single instance of LayoutTool
- */
- public static LayoutTool getInstance() {
- return instance;
- }
-
- /**
- * Instantiates a new layout tool.
- */
- private LayoutTool() {
- }
-
- /*
- * Apply a layout
- */
- /**
- * Apply layout.
- *
- * @param algoName
- * the algo name
- * @param parts
- * the parts
- */
- public void applyLayout(String algoName, List<EditPart> parts) {
- Collection<LayoutToolAlgorithms> algorithmes = ZestAlgortihms.getRegisteredAlgorithmes();
- for (LayoutToolAlgorithms algorithme : algorithmes) {
- if (algorithme.getName().equals(algoName)) {
- LayouttoolController controller = new LayouttoolController(parts, algorithme.getAlgorithm());
- controller.execute();
- break;
- }
- }
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayoutToolAlgorithms.java b/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayoutToolAlgorithms.java
deleted file mode 100644
index 833b1c094af..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayoutToolAlgorithms.java
+++ /dev/null
@@ -1,135 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Alexia Allanic (Atos Origin) alexia.allanic@atosorigin.com - LayoutToolAlgorithms Implementation
- *
- *****************************************************************************/
-
-package org.eclipse.papyrus.layout;
-
-import org.eclipse.swt.graphics.Image;
-import org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm;
-
-/**
- * The class LayoutToolAlgorithms contains all information needed for an algorithm.
- */
-public class LayoutToolAlgorithms {
-
- /** The algorithm. */
- private AbstractLayoutAlgorithm algorithm = null;
-
- /** The name. */
- private String name = null;
-
- /** The icon. */
- private Image icon = null;
-
- /** The tool tip text. */
- private String toolTipText = null;
-
- /** The path. */
- private String path = null;
-
- /**
- * Gets the path.
- *
- * @return path
- */
- public String getPath() {
- return path;
- }
-
- /**
- * Sets the path.
- *
- * @param path
- * the path
- */
- public void setPath(String path) {
- this.path = path;
- }
-
- /**
- * Gets the tool tip text.
- *
- * @return toolTip text
- */
- public String getToolTipText() {
- return toolTipText;
- }
-
- /**
- * Sets the tool tip text.
- *
- * @param toolTipText
- * the toolTip text
- */
- public void setToolTipText(String toolTipText) {
- this.toolTipText = toolTipText;
- }
-
- /**
- * Sets the algorithm.
- *
- * @param algorithm
- * the algorithm to apply
- */
- public void setAlgorithm(AbstractLayoutAlgorithm algorithm) {
- this.algorithm = algorithm;
- }
-
- /**
- * Gets the algorithm.
- *
- * @return algorithm
- */
- public AbstractLayoutAlgorithm getAlgorithm() {
- return algorithm;
- }
-
- /**
- * Sets the name.
- *
- * @param name
- * the name of the algorithm
- */
- public void setName(String name) {
- this.name = name;
- }
-
- /**
- * Gets the name.
- *
- * @return name of the algorithm
- */
- public String getName() {
- return name;
- }
-
- /**
- * Sets the icon.
- *
- * @param icon
- * display on the toolbar
- */
- public void setIcon(Image icon) {
- this.icon = icon;
- }
-
- /**
- * Gets the icon.
- *
- * @return icon
- */
- public Image getIcon() {
- return icon;
- }
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayoutToolAreaInterface.java b/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayoutToolAreaInterface.java
deleted file mode 100644
index 4134d58a1af..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayoutToolAreaInterface.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Alexia Allanic (Atos Origin) alexia.allanic@atosorigin.com - LayoutToolAreaInterface Interface
- *
- *****************************************************************************/
-
-package org.eclipse.papyrus.layout;
-
-/**
- * The class LayoutToolAreaInterface.
- */
-public interface LayoutToolAreaInterface {
-
- /**
- * Paint layout area.
- */
- void paintLayoutArea();
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayoutToolExtensionPointManager.java b/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayoutToolExtensionPointManager.java
deleted file mode 100644
index c7cd1d7a23c..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayoutToolExtensionPointManager.java
+++ /dev/null
@@ -1,158 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Alexia Allanic (Atos Origin) alexia.allanic@atosorigin.com - LayoutToolExtensionPointManager Implementation
- *
- *****************************************************************************/
-
-package org.eclipse.papyrus.layout;
-
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IConfigurationElement;
-import org.eclipse.core.runtime.InvalidRegistryObjectException;
-import org.eclipse.core.runtime.Platform;
-import org.eclipse.papyrus.layout.utils.Constants;
-import org.eclipse.ui.IEditorPart;
-import org.eclipse.ui.IWorkbenchPart;
-import org.eclipse.ui.PlatformUI;
-
-/**
- * The Class LayoutToolExtensionPointManager.
- */
-public class LayoutToolExtensionPointManager {
-
- /** The instance. */
- private static LayoutToolExtensionPointManager instance = new LayoutToolExtensionPointManager();
-
- /** The configuration elements layout tools. */
- private IConfigurationElement[] configurationElementsLayoutTools = Platform.getExtensionRegistry()
- .getConfigurationElementsFor(Constants.EXTENSION_POINT_ID);
-
- /**
- * Instantiates a new layout tool extension point manager.
- */
- private LayoutToolExtensionPointManager() {
- }
-
- /**
- * Gets the single instance of LayoutToolExtensionPointManager.
- *
- * @return single instance of LayoutToolExtensionPointManager
- */
- public static LayoutToolExtensionPointManager getInstance() {
- return instance;
- }
-
- /**
- * Gets the layout area creator.
- *
- * @return layout area creator
- */
- public LayoutToolAreaInterface getLayoutAreaCreator() {
- try {
- for (IConfigurationElement e : configurationElementsLayoutTools) {
-
- Class<?> o;
- LayouttoolInterface interfaceL = (LayouttoolInterface) Platform.getBundle(e.getContributor().getName())
- .loadClass(e.getAttribute(Constants.EXTENSION_INTERFACE)).newInstance();
- o = interfaceL.getEditorClass();
- IWorkbenchPart activeEditor = getActiveEditor();
- if (activeEditor != null) {
- if (o.isAssignableFrom(activeEditor.getClass())) {
- if (e.getAttribute(Constants.EXTENSION_INTERFACE_LAYOUT_AREA) != null) {
- return (LayoutToolAreaInterface) e
- .createExecutableExtension(Constants.EXTENSION_INTERFACE_LAYOUT_AREA);
- }
- }
- }
- }
- } catch (InvalidRegistryObjectException e1) {
- Activator.getDefault().log(e1.getMessage(), e1);
- } catch (CoreException e) {
- Activator.getDefault().log(e.getMessage(), e);
- } catch (InstantiationException e) {
- Activator.getDefault().log(e.getMessage(), e);
- } catch (IllegalAccessException e) {
- Activator.getDefault().log(e.getMessage(), e);
- } catch (ClassNotFoundException e) {
- Activator.getDefault().log(e.getMessage(), e);
- }
- return null;
- }
-
- /**
- * Gets the sub editor.
- *
- * @param part
- * the part
- *
- * @return subEditor class
- */
- public LayouttoolInterface getSubEditor(IWorkbenchPart part) {
- try {
- for (IConfigurationElement e : configurationElementsLayoutTools) {
- Class<?> o;
- LayouttoolInterface interfaceL = (LayouttoolInterface) Platform.getBundle(e.getContributor().getName())
- .loadClass(e.getAttribute(Constants.EXTENSION_INTERFACE)).newInstance();
- o = interfaceL.getEditorClass();
- IWorkbenchPart activeEditor = null;
- if (part != null) {
- activeEditor = part;
- } else {
- activeEditor = getActiveEditor();
- }
- if (activeEditor != null) {
- if (o.isAssignableFrom(activeEditor.getClass())) {
- return (LayouttoolInterface) e.createExecutableExtension(Constants.EXTENSION_INTERFACE);
- }
- }
- }
- } catch (InvalidRegistryObjectException e1) {
- e1.printStackTrace();
- } catch (CoreException e) {
- e.printStackTrace();
- } catch (InstantiationException e) {
- e.printStackTrace();
- } catch (IllegalAccessException e) {
- e.printStackTrace();
- } catch (ClassNotFoundException e) {
- e.printStackTrace();
- }
- return null;
- }
-
- /**
- * Gets the sub editor.
- *
- * @return subEditor class
- */
- public LayouttoolInterface getSubEditor() {
- return getSubEditor(null);
- }
-
- /**
- * Gets the active editor.
- *
- * @return active editor
- */
- public IEditorPart getActiveEditor() {
- IEditorPart editor = null;
- if (PlatformUI.getWorkbench() != null) {
- if (PlatformUI.getWorkbench().getActiveWorkbenchWindow() != null) {
- if (PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage() != null) {
- if (PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().getActiveEditor() != null) {
- editor = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().getActiveEditor();
- }
- }
- }
- }
- return editor;
- }
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayoutToolToolbar.java b/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayoutToolToolbar.java
deleted file mode 100644
index 283ca5396f1..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayoutToolToolbar.java
+++ /dev/null
@@ -1,472 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Alexia Allanic (Atos Origin) alexia.allanic@atosorigin.com - LayoutToolToolbar Implementation
- *
- *****************************************************************************/
-
-package org.eclipse.papyrus.layout;
-
-import java.io.IOException;
-import java.util.ArrayList;
-import java.util.Collection;
-import java.util.Collections;
-import java.util.Comparator;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-
-import org.eclipse.gef.EditPart;
-import org.eclipse.jface.action.ContributionItem;
-import org.eclipse.jface.action.IAction;
-import org.eclipse.jface.dialogs.MessageDialog;
-import org.eclipse.jface.viewers.ISelection;
-import org.eclipse.jface.viewers.IStructuredSelection;
-import org.eclipse.papyrus.layout.managealgorithms.ZestAlgortihms;
-import org.eclipse.swt.SWT;
-import org.eclipse.swt.events.SelectionAdapter;
-import org.eclipse.swt.events.SelectionEvent;
-import org.eclipse.swt.graphics.Image;
-import org.eclipse.swt.graphics.Point;
-import org.eclipse.swt.graphics.Rectangle;
-import org.eclipse.swt.widgets.Control;
-import org.eclipse.swt.widgets.Display;
-import org.eclipse.swt.widgets.Event;
-import org.eclipse.swt.widgets.Listener;
-import org.eclipse.swt.widgets.Menu;
-import org.eclipse.swt.widgets.MenuItem;
-import org.eclipse.swt.widgets.ToolBar;
-import org.eclipse.swt.widgets.ToolItem;
-import org.eclipse.swt.widgets.ToolTip;
-import org.eclipse.ui.PlatformUI;
-
-/**
- * The class LayoutToolToolbar.
- */
-public class LayoutToolToolbar extends ContributionItem {
-
- /** The image layout. */
- private static Image imageLayout = null;
-
- /** The selection. */
- private ISelection theSelection;
-
- /** The algorithmes. */
- private Collection<LayoutToolAlgorithms> algorithmes = ZestAlgortihms.getRegisteredAlgorithmes();
-
- /** The menu. */
- private Menu menu = null;
-
- /** The current algorithm. */
- private LayoutToolAlgorithms currentAlgorithm;
-
- /** The toolbar. */
- private ToolBar toolbar;
-
- /** The item for menu. */
- private ToolItem itemForMenu;
-
- /** The item drop down. */
- private ToolItem itemDropDown;
-
- /** The current tool tip. */
- private ToolTip currentToolTip = null;
-
- /** The item layout text. */
- private String itemLayoutText = "Add layout area";
-
- /** The layout tool tip text. */
- private String layoutToolTipText = "Draw a layout area resizable around nodes, algorithms will be apply to this area";
-
- /** The layout tool tip. */
- private ToolTip layoutToolTip = null;
-
- static {
- try {
- imageLayout = new Image(Display.getDefault(), Activator.getDefault().getBundle().getEntry("icons/layoutIcon.gif").openStream());
- } catch (IOException e) {
- Activator.getDefault().log("Cannot load layoutIcon", e);
- }
- }
-
- /**
- * Instantiates a new layout tool toolbar.
- */
- public LayoutToolToolbar() {
- this("LayoutToolToolbar");
- }
-
- /**
- * Instantiates a new layout tool toolbar.
- *
- * @param id
- * the id
- */
- public LayoutToolToolbar(String id) {
- super(id);
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.eclipse.jface.action.ContributionItem#fill(org.eclipse.swt.widgets.ToolBar, int)
- */
- @Override
- public void fill(final ToolBar toolBar, int index) {
- this.toolbar = toolBar;
- itemDropDown = new ToolItem(toolBar, SWT.DROP_DOWN);
- if (currentAlgorithm == null) {
- itemDropDown.setImage(imageLayout);
- } else {
- itemDropDown.setImage(currentAlgorithm.getIcon());
- }
- itemDropDown.setText("");
- getMenu(toolBar);
- itemDropDown.addListener(SWT.Selection, new Listener() {
-
- @Override
- public void handleEvent(Event event) {
- getMenu(toolbar);
- if (event.detail == SWT.ARROW) {
- Rectangle bounds = itemDropDown.getBounds();
- Point point = toolBar.toDisplay(bounds.x, bounds.y + bounds.height);
- menu.setLocation(point);
- menu.setVisible(true);
- }
- }
- });
-
- Listener selectionListener = new Listener() {
-
- @Override
- public void handleEvent(Event event) {
- getSelection();
- if (currentAlgorithm == null && event.y == 0 && itemForMenu.getData() != null && itemForMenu.getData().equals(itemLayoutText)) {
- createLayoutArea();
- }
- if (hasElementsSelected()) {
- if (event.y == 0) {
- if (currentAlgorithm != null) {
- callAlgorithm();
- }
- }
- for (MenuItem menuItem : menu.getItems()) {
- menuItem.setEnabled(true);
- }
- } else {
- for (MenuItem menuItem : menu.getItems()) {
- if (!menuItem.getText().equals(itemLayoutText)) {
- menuItem.setEnabled(false);
- }
- }
- }
-
- }
-
- };
- itemDropDown.addListener(SWT.Selection, selectionListener);
- }
-
- /**
- * Gets the menu.
- *
- * @param parent
- * the parent
- *
- * @return Menu
- */
- public Menu getMenu(Control parent) {
- menu = new Menu(parent);
- insertIntoMenuAlgorithms();
- if (menu.getItems().length > 0) {
- if (parent instanceof ToolBar) {
- toolbar = (ToolBar) parent;
- if (toolbar.getItems().length == 1) {
- itemForMenu = toolbar.getItem(0);
- }
- }
- }
- createLayoutAreaIcon();
- return menu;
- }
-
- /**
- * Add algorithms into the menu.
- */
- private void insertIntoMenuAlgorithms() {
- if (algorithmes == null || algorithmes.isEmpty()) {
- Activator.getDefault().log("Algorithms not found");
- return;
- }
- Map<String, Menu> mapMenuPath = new HashMap<String, Menu>();
- for (final LayoutToolAlgorithms a : algorithmes) {
- Menu submenu = menu;
- if (a.getPath() != null) {
- String[] pathSplit = a.getPath().split("\\.");
- String subString = "";
- for (int i = 0; i < pathSplit.length; i++) {
- subString += pathSplit[i];
- if (!mapMenuPath.keySet().contains(subString)) {
- MenuItem itemPath = new MenuItem(submenu, SWT.CASCADE);
- itemPath.setText(pathSplit[i]);
- submenu = new Menu(submenu);
- itemPath.setMenu(submenu);
- mapMenuPath.put(subString, submenu);
- } else {
- for (String path : mapMenuPath.keySet()) {
- if (subString.equals(path)) {
- submenu = mapMenuPath.get(path);
- }
- }
- }
- subString += ".";
- }
- }
- final MenuItem item = new MenuItem(submenu, SWT.RADIO);
- item.setText(a.getName());
- item.setImage(a.getIcon());
- item.setData(a);
- if (a.getToolTipText() != null) {
- final ToolTip toolTip = new ToolTip(menu.getShell(), SWT.NONE);
- toolTip.setText(item.getText());
- toolTip.setMessage(((LayoutToolAlgorithms) item.getData()).getToolTipText());
- item.addListener(SWT.Arm, new Listener() {
-
- @Override
- public void handleEvent(Event event) {
- if (currentToolTip != null) {
- currentToolTip.setVisible(false);
- }
- if (layoutToolTip != null) {
- layoutToolTip.setVisible(false);
- }
- currentToolTip = toolTip;
- Point mouse = Display.getDefault().getCursorLocation();
- int x = mouse.x + 20;
- int y = mouse.y + 30;
- toolTip.setLocation(new Point(x, y));
- toolTip.setVisible(true);
- }
- });
- } else {
- item.addListener(SWT.Arm, new Listener() {
-
- @Override
- public void handleEvent(Event event) {
- if (currentToolTip != null) {
- currentToolTip.setVisible(false);
- currentToolTip = null;
- }
- if (layoutToolTip != null) {
- layoutToolTip.setVisible(false);
- }
- }
- });
- }
- item.addSelectionListener(new SelectionAdapter() {
-
- @Override
- public void widgetSelected(SelectionEvent e) {
- if (((MenuItem) e.getSource()).getSelection()) {
- if (currentToolTip != null) {
- currentToolTip.setVisible(false);
- }
- handleSelected(e, item);
- }
- }
- });
- }
- }
-
- /**
- * Handle selected.
- *
- * @param e
- * the e
- * @param item
- * the item
- */
- private void handleSelected(SelectionEvent e, MenuItem item) {
- LayoutToolAlgorithms layoutToolAlgorithms = (LayoutToolAlgorithms) item.getData();
- if (itemForMenu != null) {
- itemForMenu.setImage(layoutToolAlgorithms.getIcon());
- if (layoutToolAlgorithms.getToolTipText() != null) {
- itemForMenu.setToolTipText(layoutToolAlgorithms.getToolTipText());
- } else {
- itemForMenu.setToolTipText(null);
- }
- }
- currentAlgorithm = layoutToolAlgorithms;
- callAlgorithm();
- }
-
- /**
- * Run.
- *
- * @param action
- * the action
- */
- public void run(IAction action) {
- callAlgorithm();
- }
-
- /**
- * Call algorithm.
- */
- private void callAlgorithm() {
- if (currentAlgorithm == null) {
- MessageDialog.openWarning(Display.getDefault().getActiveShell(), "Warning", "Please choose an algorithm");
- return;
- }
- LayoutTool.getInstance().applyLayout(currentAlgorithm.getName(), getEditPartSelected());
- }
-
- /**
- * Selection changed.
- *
- * @param action
- * the action
- * @param selection
- * the selection
- */
- public void selectionChanged(IAction action, ISelection selection) {
- theSelection = selection;
- }
-
- /**
- * Gets the selection.
- *
- * @return selection
- */
- public ISelection getSelection() {
- theSelection = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().getActiveEditor().getSite().getSelectionProvider().getSelection();
- return theSelection;
- }
-
- /**
- * Gets the edit part selected.
- *
- * @return list editParts selected
- */
- public List<EditPart> getEditPartSelected() {
- List<EditPart> editParts = new ArrayList<EditPart>();
- if (theSelection instanceof IStructuredSelection) {
- IStructuredSelection selec = (IStructuredSelection) theSelection;
- List<?> objects = selec.toList();
- for (Object iter : objects) {
- if (iter instanceof EditPart) {
- EditPart e = (EditPart) iter;
- editParts.add(e);
- }
- }
- }
- sort(editParts);
- return editParts;
- }
-
- /**
- * Sort editParts to have editParts which have less parents in first.
- *
- * @param editParts
- * the edit parts
- */
- public static void sort(List<EditPart> editParts) {
- Collections.sort(editParts, new Comparator<EditPart>() {
-
- @Override
- public int compare(EditPart arg0, EditPart arg1) {
- return getNbParents(arg0) - getNbParents(arg1);
- }
- });
- }
-
- /**
- * Gets the nb parents.
- *
- * @param part
- * editPart
- *
- * @return number parents of the editPart
- */
- private static int getNbParents(EditPart part) {
- int result = 0;
- EditPart tmp = part;
- while (tmp.getParent() != null) {
- result++;
- tmp = tmp.getParent();
- }
- return result;
- }
-
- /**
- * Checks for elements selected.
- *
- * @return false if 0 or 1 element selected else return true
- */
- private boolean hasElementsSelected() {
- List<EditPart> l = getEditPartSelected();
- return !(l.size() <= 1);
- }
-
- /**
- * create layout area.
- */
- private void createLayoutArea() {
- LayoutToolExtensionPointManager.getInstance().getLayoutAreaCreator().paintLayoutArea();
- }
-
- /**
- * create layout area icon.
- */
- private void createLayoutAreaIcon() {
- if (LayoutToolExtensionPointManager.getInstance().getLayoutAreaCreator() != null) {
- new MenuItem(menu, SWT.SEPARATOR);
-
- final MenuItem itemLayout = new MenuItem(menu, SWT.PUSH);
- itemLayout.setText(itemLayoutText);
- try {
- itemLayout.setImage(new Image(Display.getDefault(), Activator.getDefault().getBundle().getEntry("icons/layout_area.gif").openStream()));
- } catch (IOException e) {
- Activator.getDefault().log("Cannot load layout area icon", e);
- }
- layoutToolTip = new ToolTip(menu.getShell(), SWT.NONE);
- itemLayout.addListener(SWT.Arm, new Listener() {
-
- @Override
- public void handleEvent(Event event) {
- if (currentToolTip != null) {
- currentToolTip.setVisible(false);
- }
- layoutToolTip.setText(itemLayout.getText());
- layoutToolTip.setMessage(layoutToolTipText);
- layoutToolTip.setVisible(true);
- Point mouse = Display.getDefault().getCursorLocation();
- int x = mouse.x + 20;
- int y = mouse.y + 30;
- layoutToolTip.setLocation(new Point(x, y));
- }
- });
- itemLayout.addSelectionListener(new SelectionAdapter() {
-
- @Override
- public void widgetSelected(SelectionEvent e) {
- if (layoutToolTip != null) {
- layoutToolTip.setVisible(false);
- }
- createLayoutArea();
- currentAlgorithm = null;
- itemForMenu.setImage(itemLayout.getImage());
- itemForMenu.setData(itemLayoutText);
- itemForMenu.setToolTipText(layoutToolTipText);
- }
- });
- }
- }
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayouttoolController.java b/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayouttoolController.java
deleted file mode 100644
index 747a3d925c9..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayouttoolController.java
+++ /dev/null
@@ -1,259 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Alexia Allanic (Atos Origin) alexia.allanic@atosorigin.com - LayouttoolController Implementation
- *
- *****************************************************************************/
-
-package org.eclipse.papyrus.layout;
-
-import java.util.ArrayList;
-import java.util.HashMap;
-import java.util.List;
-import java.util.Map;
-
-import org.eclipse.draw2d.geometry.Rectangle;
-import org.eclipse.gef.EditPart;
-import org.eclipse.gef.GraphicalEditPart;
-import org.eclipse.zest.layouts.InvalidLayoutConfiguration;
-import org.eclipse.zest.layouts.LayoutAlgorithm;
-import org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm;
-import org.eclipse.zest.layouts.exampleStructures.SimpleNode;
-import org.eclipse.zest.layouts.exampleStructures.SimpleRelationship;
-
-/**
- * The class LayouttoolController.
- */
-public class LayouttoolController {
-
- /** The sub editor. */
- private LayouttoolInterface subEditor;
-
- /** The list edit part selected. */
- private List<EditPart> listEditPartSelected;
-
- /** The current layout algorithm. */
- private LayoutAlgorithm currentLayoutAlgorithm;
-
- /** The list nodes. */
- private List<SimpleNode> listNodes = new ArrayList<SimpleNode>();
-
- /** The list nodes edit part. */
- private List<EditPart> listNodesEditPart = new ArrayList<EditPart>();
-
- /** The list relationships. */
- private List<SimpleRelationship> listRelationships = new ArrayList<SimpleRelationship>();
-
- /**
- * The Constructor.
- *
- * @param list
- * of EditPart selected
- * @param currentAlgorithm
- * algorithm to apply
- */
- public LayouttoolController(List<EditPart> list, AbstractLayoutAlgorithm currentAlgorithm) {
- listEditPartSelected = list;
- this.currentLayoutAlgorithm = currentAlgorithm;
- }
-
- /**
- * Transform nodes into SimpleNodes and relationships into SimpleRelationship Calculate bounds
- * of the layout Apply layout.
- */
- public void execute() {
- subEditor = LayoutToolExtensionPointManager.getInstance().getSubEditor();
- if (subEditor == null) {
- Activator.getDefault().log("Editor not found");
- return;
- }
- if (listEditPartSelected == null || listEditPartSelected.size() <= 1) {
- Activator.getDefault().log("Select at least two elements");
- return;
- }
- // create all nodes
- createNodes();
- if (listNodes == null || listNodes.size() <= 1) {
- Activator.getDefault().log("Any node selected");
- return;
- }
- // find relationships of all nodes selected
- createRelationships();
- // Create array of EditParts selected
- EditPart[] arrayEditPart = new EditPart[listEditPartSelected.size()];
- listEditPartSelected.toArray(arrayEditPart);
- // Get layout area where algorithms must be apply
- Rectangle layoutArea = subEditor.getLayoutArea(arrayEditPart);
- // Create array of simpleNodes
- SimpleNode[] listSimpleNode = new SimpleNode[listNodes.size()];
- listNodes.toArray(listSimpleNode);
- // Create array of simpleRelationships
- SimpleRelationship[] listSimpleRelationship = new SimpleRelationship[listRelationships.size()];
- listRelationships.toArray(listSimpleRelationship);
- try {
- currentLayoutAlgorithm
- .applyLayout(listSimpleNode, listSimpleRelationship, layoutArea.preciseX(), layoutArea.preciseY(),
- layoutArea.preciseWidth() - 40, layoutArea.preciseHeight() - 5, false, false);
- } catch (InvalidLayoutConfiguration e) {
- Activator.getDefault().log(e.getMessage() + " : Layout cannot be applied", e);
- }
- Map<EditPart, Rectangle> map = matchEditPartCoordinates();
- subEditor.execute(map);
- }
-
- /**
- * For all nodes, find source relationships and target relationships and create
- * SimpleRelationships.
- */
- private void createRelationships() {
- for (int i = 0; i < listNodes.size(); i++) {
- List<EditPart> sources = getSourceRelationships((EditPart) listNodes.get(i).getRealObject());
- for (EditPart source : sources) {
- EditPart node = subEditor.getTarget(source);
- SimpleRelationship relationship = getSimpleRelationship(subEditor.getSource(source), subEditor
- .getTarget(source));
- if (!listRelationships.contains(relationship) && listNodesEditPart.contains(node)) {
- listRelationships.add(relationship);
- }
- listNodes.get(i).addRelationship(relationship);
- }
- List<EditPart> targets = getTargetRelationships((EditPart) listNodes.get(i).getRealObject());
- for (EditPart target : targets) {
- EditPart node = subEditor.getSource(target);
- SimpleRelationship relationship = getSimpleRelationship(subEditor.getSource(target), subEditor
- .getTarget(target));
- if (!listRelationships.contains(relationship) && listNodesEditPart.contains(node)) {
- listRelationships.add(relationship);
- }
- listNodes.get(i).addRelationship(relationship);
- }
- }
- }
-
- /**
- * For all nodes selected, create SimpleNodes.
- */
- private void createNodes() {
- for (EditPart editPart : listEditPartSelected) {
- if (subEditor.isNode(editPart)) {
- Rectangle coordinates = subEditor.getBounds(editPart);
- if (coordinates != null) {
- listNodes.add(getSimpleNode(editPart, coordinates));
- listNodesEditPart.add(editPart);
- }
- }
- }
- }
-
- /**
- * Gets the simple relationship.
- *
- * @param source
- * node
- * @param destination
- * node
- *
- * @return SimpleRelationship
- */
- public SimpleRelationship getSimpleRelationship(EditPart source, EditPart destination) {
- SimpleNode simpleNodeSource = null;
- SimpleNode simpleNodeDestination = null;
- EditPart editPart;
- // for all nodes, search the source SimpleNode and the destination SimpleNode of this
- // relationship
- for (SimpleNode sn : listNodes) {
- editPart = (EditPart) sn.getRealObject();
- if (editPart.equals(source)) {
- simpleNodeSource = sn;
- }
- if (editPart.equals(destination)) {
- simpleNodeDestination = sn;
- }
- }
- SimpleRelationship simpleRelationship = new SimpleRelationship(simpleNodeSource, simpleNodeDestination, true);
- return simpleRelationship;
- }
-
- /**
- * Match each editPart with their new coordinates.
- *
- * @return map EditPart with his news coordinates
- */
- public Map<EditPart, Rectangle> matchEditPartCoordinates() {
- Map<EditPart, Rectangle> map = new HashMap<EditPart, Rectangle>();
- for (SimpleNode node : this.listNodes) {
- Rectangle coordinates = new Rectangle((int) node.getXInLayout(), (int) node.getYInLayout(), (int) node
- .getWidthInLayout(), (int) node.getHeightInLayout());
- map.put((EditPart) node.getRealObject(), coordinates);
- }
- return map;
- }
-
- /**
- * Gets the simple node.
- *
- * @param element
- * node
- * @param coordinates
- * the coordinates
- *
- * @return SimpleNode
- */
- public SimpleNode getSimpleNode(EditPart element, Rectangle coordinates) {
- return getSimpleNode(element, coordinates, false);
- }
-
- /**
- * Gets the simple node.
- *
- * @param element
- * node
- * @param coordinates
- * the coordinates
- * @param ignoreInLayout
- * ignore a node when apply layout
- *
- * @return SimpleNode
- */
- public SimpleNode getSimpleNode(EditPart element, Rectangle coordinates, boolean ignoreInLayout) {
- SimpleNode node = new SimpleNode(element, coordinates.preciseX(), coordinates.preciseY(), coordinates
- .preciseWidth(), coordinates.preciseHeight());
- node.ignoreInLayout(ignoreInLayout);
- return node;
- }
-
- /**
- * Gets the source relationships.
- *
- * @param editPart
- * node
- *
- * @return list of EditPart
- */
- public List<EditPart> getSourceRelationships(EditPart editPart) {
- GraphicalEditPart gep = (GraphicalEditPart) editPart;
- List<EditPart> sourceConnections = gep.getSourceConnections();
- return sourceConnections;
- }
-
- /**
- * Gets the target relationships.
- *
- * @param editPart
- * node
- *
- * @return list of EditPart
- */
- public List<EditPart> getTargetRelationships(EditPart editPart) {
- GraphicalEditPart gep = (GraphicalEditPart) editPart;
- List<EditPart> targetConnections = gep.getTargetConnections();
- return targetConnections;
- }
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayouttoolInterface.java b/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayouttoolInterface.java
deleted file mode 100644
index 1b152e0bece..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/LayouttoolInterface.java
+++ /dev/null
@@ -1,102 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Alexia Allanic (Atos Origin) alexia.allanic@atosorigin.com - LayouttoolInterface Interface
- *
- *****************************************************************************/
-
-package org.eclipse.papyrus.layout;
-
-import java.util.Map;
-
-import org.eclipse.draw2d.geometry.Rectangle;
-import org.eclipse.gef.EditPart;
-
-/**
- * The class LayouttoolInterface.
- */
-public interface LayouttoolInterface {
-
- /**
- * Get the registered editor class.
- *
- * @return Class
- */
- Class getEditorClass();
-
- /**
- * Is a node.
- *
- * @param element
- * the element
- *
- * @return true, if the EditPart is a node
- */
- boolean isNode(EditPart element);
-
- /**
- * Is a relationship.
- *
- * @param element
- * the element
- *
- * @return true, if the EditPart is a relationship
- */
- boolean isRelationship(EditPart element);
-
- /**
- * Get bounds of EditPart.
- *
- * @param element
- * the Node to have their coordinates
- *
- * @return Rectangle coordinates of the node
- */
- Rectangle getBounds(EditPart element);
-
- /**
- * Get source of relationship.
- *
- * @param element
- * relationship to have his source
- *
- * @return EditPart source node of the relationship
- */
- EditPart getSource(EditPart element);
-
- /**
- * Get destination of relationship.
- *
- * @param element
- * relationship to have his destination
- *
- * @return EditPart destination node of the relationship
- */
- EditPart getTarget(EditPart element);
-
- /**
- * Get layout area.
- *
- * @param element
- * the element
- *
- * @return Rectangle coordinates of layout area
- */
- Rectangle getLayoutArea(EditPart[] element);
-
- /**
- * Execute layout.
- *
- * @param map
- * the map
- */
- void execute(Map<EditPart, Rectangle> map);
-
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/managealgorithms/AlgorithmFactory.java b/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/managealgorithms/AlgorithmFactory.java
deleted file mode 100644
index 5317ea8f3db..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/managealgorithms/AlgorithmFactory.java
+++ /dev/null
@@ -1,30 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Alexia Allanic (Atos Origin) alexia.allanic@atosorigin.com - AlgorithmFactory Implementation
- *
- *****************************************************************************/
-
-package org.eclipse.papyrus.layout.managealgorithms;
-
-import org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm;
-
-/**
- * The class AlgorithmFactory.
- */
-public interface AlgorithmFactory {
-
- /**
- * Creates the algorithm.
- *
- * @return algorithm
- */
- AbstractLayoutAlgorithm createAlgorithm();
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/managealgorithms/ZestAlgortihms.java b/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/managealgorithms/ZestAlgortihms.java
deleted file mode 100644
index 17d6d586be2..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/managealgorithms/ZestAlgortihms.java
+++ /dev/null
@@ -1,146 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Alexia Allanic (Atos Origin) alexia.allanic@atosorigin.com - ZestAlgortihms Implementation
- *
- *****************************************************************************/
-
-package org.eclipse.papyrus.layout.managealgorithms;
-
-import java.io.IOException;
-import java.net.URL;
-import java.util.Collection;
-import java.util.Collections;
-import java.util.Comparator;
-import java.util.LinkedList;
-
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.core.runtime.IConfigurationElement;
-import org.eclipse.core.runtime.InvalidRegistryObjectException;
-import org.eclipse.core.runtime.Platform;
-import org.eclipse.papyrus.layout.LayoutToolAlgorithms;
-import org.eclipse.papyrus.layout.utils.Constants;
-import org.eclipse.swt.graphics.Image;
-import org.eclipse.swt.widgets.Display;
-import org.osgi.framework.Bundle;
-
-/**
- * The class ZestAlgortihms.
- */
-public class ZestAlgortihms {
-
- /**
- * Gets the registered algorithmes.
- *
- * @return collection of algorithms registered
- */
- public static Collection<LayoutToolAlgorithms> getRegisteredAlgorithmes() {
- IConfigurationElement[] elements = Platform.getExtensionRegistry().getConfigurationElementsFor(Constants.EXTENSION_POINT_ID_ALGORITHMS);
- LinkedList<LayoutToolAlgorithms> algo = new LinkedList<LayoutToolAlgorithms>();
- for (IConfigurationElement e : elements) {
- try {
- LayoutToolAlgorithms algorithm = new LayoutToolAlgorithms();
- AlgorithmFactory factory = (AlgorithmFactory) e.createExecutableExtension(Constants.EXTENSION_CLASS_ALGORITHMS);
- algorithm.setAlgorithm(factory.createAlgorithm());
- if (e.getAttribute(Constants.EXTENSION_NAME) != null) {
- String name = e.getAttribute(Constants.EXTENSION_NAME);
- name = format(name);
- algorithm.setName(name);
- }
- if (e.getAttribute(Constants.EXTENSION_ICON) != null) {
- algorithm.setIcon(getIcon(e, e.getAttribute(Constants.EXTENSION_ICON)));
- }
- if (e.getAttribute(Constants.EXTENSION_TOOLTIP) != null) {
- algorithm.setToolTipText(e.getAttribute(Constants.EXTENSION_TOOLTIP));
- }
- if (e.getAttribute(Constants.EXTENSION_PATH) != null) {
- algorithm.setPath(e.getAttribute(Constants.EXTENSION_PATH));
- }
- algo.add(algorithm);
- } catch (CoreException e1) {
- e1.printStackTrace();
- }
- if (!algo.isEmpty()) {
- Collections.sort(algo, new Comparator<LayoutToolAlgorithms>() {
-
- @Override
- public int compare(LayoutToolAlgorithms arg0, LayoutToolAlgorithms arg1) {
- int length0 = 0;
- if (arg0.getPath() != null) {
- String[] pathSplit0 = arg0.getPath().split("\\.");
- length0 = pathSplit0.length;
- }
- int length1 = 0;
- if (arg1.getPath() != null) {
- String[] pathSplit1 = arg1.getPath().split("\\.");
- length1 = pathSplit1.length;
- }
- if (length1 == length0) {
- String a = arg0.getPath() + arg0.getName();
- String b = arg1.getPath() + arg1.getName();
- return a.compareTo(b);
- }
- return length1 - length0;
- }
-
- });
- }
- }
- return algo;
- }
-
- /**
- * Format.
- *
- * @param name
- * of algorithm
- *
- * @return name formated
- */
- private static String format(String name) {
- String[] split = name.split("\\s");
- StringBuffer result = new StringBuffer("");
- for (String s : split) {
- if (s.length() > 0) {
- result.append(s.substring(0, 1).toUpperCase());
- result.append(s.substring(1, s.length()).toLowerCase());
- result.append(" ");
- }
- }
- return result.toString();
- }
-
- /**
- * Gets the icon.
- *
- * @param e
- * IConfigurationElement
- * @param attribute
- * name of icon
- *
- * @return icon of algorithm
- */
- private static Image getIcon(IConfigurationElement e, String attribute) {
- try {
- Bundle bundle = Platform.getBundle(e.getContributor().getName());
- if (bundle != null) {
- URL resource = bundle.getResource(attribute);
- if (resource != null) {
- return new Image(Display.getDefault(), resource.openStream());
- }
- }
- } catch (InvalidRegistryObjectException e1) {
- e1.printStackTrace();
- } catch (IOException e1) {
- e1.printStackTrace();
- }
- return null;
- }
-}
diff --git a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/utils/Constants.java b/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/utils/Constants.java
deleted file mode 100644
index 36394d0a7cc..00000000000
--- a/extraplugins/layout/org.eclipse.papyrus.layout/src/org/eclipse/papyrus/layout/utils/Constants.java
+++ /dev/null
@@ -1,51 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2009 Atos Origin.
- *
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Alexia Allanic (Atos Origin) alexia.allanic@atosorigin.com - Constants Interface
- *
- *****************************************************************************/
-
-package org.eclipse.papyrus.layout.utils;
-
-/**
- * Constants of layoutTool.
- */
-public interface Constants {
-
- /** The EXTENSIO n_ poin t_ id. */
- String EXTENSION_POINT_ID = "org.eclipse.papyrus.layout";
-
- /** The EXTENSIO n_ class. */
- String EXTENSION_CLASS = "editor";
-
- /** The EXTENSIO n_ interface. */
- String EXTENSION_INTERFACE = "interface";
-
- /** The EXTENSIO n_ poin t_ i d_ algorithms. */
- String EXTENSION_POINT_ID_ALGORITHMS = "org.eclipse.papyrus.layout.algorithms";
-
- /** The EXTENSIO n_ name. */
- String EXTENSION_NAME = "name";
-
- /** The EXTENSIO n_ icon. */
- String EXTENSION_ICON = "icon";
-
- /** The EXTENSIO n_ tooltip. */
- String EXTENSION_TOOLTIP = "toolTipText";
-
- /** The EXTENSIO n_ path. */
- String EXTENSION_PATH = "path";
-
- /** The EXTENSIO n_ clas s_ algorithms. */
- String EXTENSION_CLASS_ALGORITHMS = "class";
-
- /** The EXTENSIO n_ interfac e_ layou t_ area. */
- String EXTENSION_INTERFACE_LAYOUT_AREA = "interfaceLayoutArea";
-}
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/.project b/features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/.project
deleted file mode 100644
index 94d7683b063..00000000000
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.papyrus.extra.layout.feature</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.pde.FeatureBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.FeatureNature</nature>
- </natures>
-</projectDescription>
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/build.properties b/features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/build.properties
deleted file mode 100644
index 128baaa4d3b..00000000000
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/build.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-bin.includes = feature.xml,\
- epl-v10.html,\
- license.html,\
- feature.properties
-src.includes = epl-v10.html,\
- license.html
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/epl-v10.html b/features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/epl-v10.html
deleted file mode 100644
index cb1073a4bad..00000000000
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/epl-v10.html
+++ /dev/null
@@ -1,304 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
-<html xmlns:o="urn:schemas-microsoft-com:office:office"
-xmlns:w="urn:schemas-microsoft-com:office:word"
-xmlns="http://www.w3.org/TR/REC-html40">
-
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<link rel=File-List
-href="./Eclipse%20EPL%202003_11_10%20Final_files/filelist.xml">
-<title>Eclipse Public License - Version 1.0</title>
-<style>
-<!--
- /* Font Definitions */
-@font-face
- {
- panose-1:2 11 6 4 3 5 4 4 2 4;
- mso-font-charset:0;
- mso-font-pitch:variable;
- mso-font-signature:553679495 -2147483648 8 0 66047 0;}
- /* Style Definitions */
-p.MsoNormal, li.MsoNormal, div.MsoNormal
- {mso-style-parent:"";
- margin:0in;
- margin-bottom:.0001pt;
- mso-pagination:widow-orphan;
- font-size:12.0pt;
- }
-p
- {margin-right:0in;
- mso-margin-top-alt:auto;
- mso-margin-bottom-alt:auto;
- margin-left:0in;
- mso-pagination:widow-orphan;
- font-size:12.0pt;
- }
-p.BalloonText, li.BalloonText, div.BalloonText
- {mso-style-name:"Balloon Text";
- margin:0in;
- margin-bottom:.0001pt;
- mso-pagination:widow-orphan;
- font-size:8.0pt;
-
- }
-@page Section1
- {size:8.5in 11.0in;
- margin:1.0in 1.25in 1.0in 1.25in;
- mso-header-margin:.5in;
- mso-footer-margin:.5in;
- mso-paper-source:0;}
-div.Section1
- {page:Section1;}
--->
-</style>
-</head>
-
-<body lang="EN-US" style='tab-interval:.5in'>
-
-<div class=Section1>
-
-<p align=center style='text-align:center'><b>Eclipse Public License - v 1.0</b>
-</p>
-
-<p><span style='font-size:10.0pt'>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER
-THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (&quot;AGREEMENT&quot;). ANY USE,
-REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE
-OF THIS AGREEMENT.</span> </p>
-
-<p><b><span style='font-size:10.0pt'>1. DEFINITIONS</span></b> </p>
-
-<p><span style='font-size:10.0pt'>&quot;Contribution&quot; means:</span> </p>
-
-<p class=MsoNormal style='margin-left:.5in'><span style='font-size:10.0pt'>a)
-in the case of the initial Contributor, the initial code and documentation
-distributed under this Agreement, and<br clear=left>
-b) in the case of each subsequent Contributor:</span></p>
-
-<p class=MsoNormal style='margin-left:.5in'><span style='font-size:10.0pt'>i)
-changes to the Program, and</span></p>
-
-<p class=MsoNormal style='margin-left:.5in'><span style='font-size:10.0pt'>ii)
-additions to the Program;</span></p>
-
-<p class=MsoNormal style='margin-left:.5in'><span style='font-size:10.0pt'>where
-such changes and/or additions to the Program originate from and are distributed
-by that particular Contributor. A Contribution 'originates' from a Contributor
-if it was added to the Program by such Contributor itself or anyone acting on
-such Contributor's behalf. Contributions do not include additions to the
-Program which: (i) are separate modules of software distributed in conjunction
-with the Program under their own license agreement, and (ii) are not derivative
-works of the Program. </span></p>
-
-<p><span style='font-size:10.0pt'>&quot;Contributor&quot; means any person or
-entity that distributes the Program.</span> </p>
-
-<p><span style='font-size:10.0pt'>&quot;Licensed Patents &quot; mean patent
-claims licensable by a Contributor which are necessarily infringed by the use
-or sale of its Contribution alone or when combined with the Program. </span></p>
-
-<p><span style='font-size:10.0pt'>&quot;Program&quot; means the Contributions
-distributed in accordance with this Agreement.</span> </p>
-
-<p><span style='font-size:10.0pt'>&quot;Recipient&quot; means anyone who
-receives the Program under this Agreement, including all Contributors.</span> </p>
-
-<p><b><span style='font-size:10.0pt'>2. GRANT OF RIGHTS</span></b> </p>
-
-<p class=MsoNormal style='margin-left:.5in'><span style='font-size:10.0pt'>a)
-Subject to the terms of this Agreement, each Contributor hereby grants Recipient
-a non-exclusive, worldwide, royalty-free copyright license to<span
-style='color:red'> </span>reproduce, prepare derivative works of, publicly
-display, publicly perform, distribute and sublicense the Contribution of such
-Contributor, if any, and such derivative works, in source code and object code
-form.</span></p>
-
-<p class=MsoNormal style='margin-left:.5in'><span style='font-size:10.0pt'>b)
-Subject to the terms of this Agreement, each Contributor hereby grants
-Recipient a non-exclusive, worldwide,<span style='color:green'> </span>royalty-free
-patent license under Licensed Patents to make, use, sell, offer to sell, import
-and otherwise transfer the Contribution of such Contributor, if any, in source
-code and object code form. This patent license shall apply to the combination
-of the Contribution and the Program if, at the time the Contribution is added
-by the Contributor, such addition of the Contribution causes such combination
-to be covered by the Licensed Patents. The patent license shall not apply to
-any other combinations which include the Contribution. No hardware per se is
-licensed hereunder. </span></p>
-
-<p class=MsoNormal style='margin-left:.5in'><span style='font-size:10.0pt'>c)
-Recipient understands that although each Contributor grants the licenses to its
-Contributions set forth herein, no assurances are provided by any Contributor
-that the Program does not infringe the patent or other intellectual property
-rights of any other entity. Each Contributor disclaims any liability to Recipient
-for claims brought by any other entity based on infringement of intellectual
-property rights or otherwise. As a condition to exercising the rights and
-licenses granted hereunder, each Recipient hereby assumes sole responsibility
-to secure any other intellectual property rights needed, if any. For example,
-if a third party patent license is required to allow Recipient to distribute
-the Program, it is Recipient's responsibility to acquire that license before
-distributing the Program.</span></p>
-
-<p class=MsoNormal style='margin-left:.5in'><span style='font-size:10.0pt'>d)
-Each Contributor represents that to its knowledge it has sufficient copyright
-rights in its Contribution, if any, to grant the copyright license set forth in
-this Agreement. </span></p>
-
-<p><b><span style='font-size:10.0pt'>3. REQUIREMENTS</span></b> </p>
-
-<p><span style='font-size:10.0pt'>A Contributor may choose to distribute the
-Program in object code form under its own license agreement, provided that:</span>
-</p>
-
-<p class=MsoNormal style='margin-left:.5in'><span style='font-size:10.0pt'>a)
-it complies with the terms and conditions of this Agreement; and</span></p>
-
-<p class=MsoNormal style='margin-left:.5in'><span style='font-size:10.0pt'>b)
-its license agreement:</span></p>
-
-<p class=MsoNormal style='margin-left:.5in'><span style='font-size:10.0pt'>i)
-effectively disclaims on behalf of all Contributors all warranties and
-conditions, express and implied, including warranties or conditions of title
-and non-infringement, and implied warranties or conditions of merchantability
-and fitness for a particular purpose; </span></p>
-
-<p class=MsoNormal style='margin-left:.5in'><span style='font-size:10.0pt'>ii)
-effectively excludes on behalf of all Contributors all liability for damages,
-including direct, indirect, special, incidental and consequential damages, such
-as lost profits; </span></p>
-
-<p class=MsoNormal style='margin-left:.5in'><span style='font-size:10.0pt'>iii)
-states that any provisions which differ from this Agreement are offered by that
-Contributor alone and not by any other party; and</span></p>
-
-<p class=MsoNormal style='margin-left:.5in'><span style='font-size:10.0pt'>iv)
-states that source code for the Program is available from such Contributor, and
-informs licensees how to obtain it in a reasonable manner on or through a
-medium customarily used for software exchange.<span style='color:blue'> </span></span></p>
-
-<p><span style='font-size:10.0pt'>When the Program is made available in source
-code form:</span> </p>
-
-<p class=MsoNormal style='margin-left:.5in'><span style='font-size:10.0pt'>a)
-it must be made available under this Agreement; and </span></p>
-
-<p class=MsoNormal style='margin-left:.5in'><span style='font-size:10.0pt'>b) a
-copy of this Agreement must be included with each copy of the Program. </span></p>
-
-<p><span style='font-size:10.0pt'>Contributors may not remove or alter any
-copyright notices contained within the Program. </span></p>
-
-<p><span style='font-size:10.0pt'>Each Contributor must identify itself as the
-originator of its Contribution, if any, in a manner that reasonably allows
-subsequent Recipients to identify the originator of the Contribution. </span></p>
-
-<p><b><span style='font-size:10.0pt'>4. COMMERCIAL DISTRIBUTION</span></b> </p>
-
-<p><span style='font-size:10.0pt'>Commercial distributors of software may
-accept certain responsibilities with respect to end users, business partners
-and the like. While this license is intended to facilitate the commercial use
-of the Program, the Contributor who includes the Program in a commercial
-product offering should do so in a manner which does not create potential
-liability for other Contributors. Therefore, if a Contributor includes the
-Program in a commercial product offering, such Contributor (&quot;Commercial
-Contributor&quot;) hereby agrees to defend and indemnify every other
-Contributor (&quot;Indemnified Contributor&quot;) against any losses, damages and
-costs (collectively &quot;Losses&quot;) arising from claims, lawsuits and other
-legal actions brought by a third party against the Indemnified Contributor to
-the extent caused by the acts or omissions of such Commercial Contributor in
-connection with its distribution of the Program in a commercial product
-offering. The obligations in this section do not apply to any claims or Losses
-relating to any actual or alleged intellectual property infringement. In order
-to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
-Contributor in writing of such claim, and b) allow the Commercial Contributor
-to control, and cooperate with the Commercial Contributor in, the defense and
-any related settlement negotiations. The Indemnified Contributor may participate
-in any such claim at its own expense.</span> </p>
-
-<p><span style='font-size:10.0pt'>For example, a Contributor might include the
-Program in a commercial product offering, Product X. That Contributor is then a
-Commercial Contributor. If that Commercial Contributor then makes performance
-claims, or offers warranties related to Product X, those performance claims and
-warranties are such Commercial Contributor's responsibility alone. Under this
-section, the Commercial Contributor would have to defend claims against the
-other Contributors related to those performance claims and warranties, and if a
-court requires any other Contributor to pay any damages as a result, the
-Commercial Contributor must pay those damages.</span> </p>
-
-<p><b><span style='font-size:10.0pt'>5. NO WARRANTY</span></b> </p>
-
-<p><span style='font-size:10.0pt'>EXCEPT AS EXPRESSLY SET FORTH IN THIS
-AGREEMENT, THE PROGRAM IS PROVIDED ON AN &quot;AS IS&quot; BASIS, WITHOUT
-WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING,
-WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,
-MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
-responsible for determining the appropriateness of using and distributing the
-Program and assumes all risks associated with its exercise of rights under this
-Agreement , including but not limited to the risks and costs of program errors,
-compliance with applicable laws, damage to or loss of data, programs or
-equipment, and unavailability or interruption of operations. </span></p>
-
-<p><b><span style='font-size:10.0pt'>6. DISCLAIMER OF LIABILITY</span></b> </p>
-
-<p><span style='font-size:10.0pt'>EXCEPT AS EXPRESSLY SET FORTH IN THIS
-AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY
-OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF
-THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF
-THE POSSIBILITY OF SUCH DAMAGES.</span> </p>
-
-<p><b><span style='font-size:10.0pt'>7. GENERAL</span></b> </p>
-
-<p><span style='font-size:10.0pt'>If any provision of this Agreement is invalid
-or unenforceable under applicable law, it shall not affect the validity or
-enforceability of the remainder of the terms of this Agreement, and without
-further action by the parties hereto, such provision shall be reformed to the
-minimum extent necessary to make such provision valid and enforceable.</span> </p>
-
-<p><span style='font-size:10.0pt'>If Recipient institutes patent litigation
-against any entity (including a cross-claim or counterclaim in a lawsuit)
-alleging that the Program itself (excluding combinations of the Program with
-other software or hardware) infringes such Recipient's patent(s), then such
-Recipient's rights granted under Section 2(b) shall terminate as of the date
-such litigation is filed. </span></p>
-
-<p><span style='font-size:10.0pt'>All Recipient's rights under this Agreement
-shall terminate if it fails to comply with any of the material terms or
-conditions of this Agreement and does not cure such failure in a reasonable
-period of time after becoming aware of such noncompliance. If all Recipient's
-rights under this Agreement terminate, Recipient agrees to cease use and
-distribution of the Program as soon as reasonably practicable. However,
-Recipient's obligations under this Agreement and any licenses granted by
-Recipient relating to the Program shall continue and survive. </span></p>
-
-<p><span style='font-size:10.0pt'>Everyone is permitted to copy and distribute
-copies of this Agreement, but in order to avoid inconsistency the Agreement is
-copyrighted and may only be modified in the following manner. The Agreement
-Steward reserves the right to publish new versions (including revisions) of
-this Agreement from time to time. No one other than the Agreement Steward has
-the right to modify this Agreement. The Eclipse Foundation is the initial
-Agreement Steward. The Eclipse Foundation may assign the responsibility to
-serve as the Agreement Steward to a suitable separate entity. Each new version
-of the Agreement will be given a distinguishing version number. The Program
-(including Contributions) may always be distributed subject to the version of
-the Agreement under which it was received. In addition, after a new version of
-the Agreement is published, Contributor may elect to distribute the Program
-(including its Contributions) under the new version. Except as expressly stated
-in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to
-the intellectual property of any Contributor under this Agreement, whether
-expressly, by implication, estoppel or otherwise. All rights in the Program not
-expressly granted under this Agreement are reserved.</span> </p>
-
-<p><span style='font-size:10.0pt'>This Agreement is governed by the laws of the
-State of New York and the intellectual property laws of the United States of
-America. No party to this Agreement will bring a legal action under this
-Agreement more than one year after the cause of action arose. Each party waives
-its rights to a jury trial in any resulting litigation.</span> </p>
-
-<p class=MsoNormal></p>
-
-</div>
-
-</body>
-
-</html> \ No newline at end of file
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/feature.properties b/features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/feature.properties
deleted file mode 100644
index be8482d3412..00000000000
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/feature.properties
+++ /dev/null
@@ -1,138 +0,0 @@
-# NLS_MESSAGEFORMAT_VAR
-
-# "featureName" property - name of the feature
-featureName=Papyrus layouts (Incubation)
-
-# "providerName" property - name of the company that provides the feature
-providerName=Eclipse Modeling Project
-
-# "licenseURL" property - URL of the "Feature License"
-# do not translate value - just change to point to a locale-specific HTML page
-licenseURL=license.html
-
-# "license" property - text of the "Feature Update License"
-# should be plain text version of license agreement pointed to be "licenseURL"
-license=\
-Eclipse Foundation Software User Agreement\n\
-April 9, 2014\n\
-\n\
-Usage Of Content\n\
-\n\
-THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR\n\
-OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT").\n\
-USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS\n\
-AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR\n\
-NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU\n\
-AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT\n\
-AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS\n\
-OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE\n\
-TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS\n\
-OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED\n\
-BELOW, THEN YOU MAY NOT USE THE CONTENT.\n\
-\n\
-Applicable Licenses\n\
-\n\
-Unless otherwise indicated, all Content made available by the\n\
-Eclipse Foundation is provided to you under the terms and conditions of\n\
-the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is\n\
-provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html.\n\
-For purposes of the EPL, "Program" will mean the Content.\n\
-\n\
-Content includes, but is not limited to, source code, object code,\n\
-documentation and other files maintained in the Eclipse Foundation source code\n\
-repository ("Repository") in software modules ("Modules") and made available\n\
-as downloadable archives ("Downloads").\n\
-\n\
-\t- Content may be structured and packaged into modules to facilitate delivering,\n\
-\t extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),\n\
-\t plug-in fragments ("Fragments"), and features ("Features").\n\
-\t- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java(TM) ARchive)\n\
-\t in a directory named "plugins".\n\
-\t- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.\n\
-\t Each Feature may be packaged as a sub-directory in a directory named "features".\n\
-\t Within a Feature, files named "feature.xml" may contain a list of the names and version\n\
-\t numbers of the Plug-ins and/or Fragments associated with that Feature.\n\
-\t- Features may also include other Features ("Included Features"). Within a Feature, files\n\
-\t named "feature.xml" may contain a list of the names and version numbers of Included Features.\n\
-\n\
-The terms and conditions governing Plug-ins and Fragments should be\n\
-contained in files named "about.html" ("Abouts"). The terms and\n\
-conditions governing Features and Included Features should be contained\n\
-in files named "license.html" ("Feature Licenses"). Abouts and Feature\n\
-Licenses may be located in any directory of a Download or Module\n\
-including, but not limited to the following locations:\n\
-\n\
-\t- The top-level (root) directory\n\
-\t- Plug-in and Fragment directories\n\
-\t- Inside Plug-ins and Fragments packaged as JARs\n\
-\t- Sub-directories of the directory named "src" of certain Plug-ins\n\
-\t- Feature directories\n\
-\n\
-Note: if a Feature made available by the Eclipse Foundation is installed using the\n\
-Provisioning Technology (as defined below), you must agree to a license ("Feature \n\
-Update License") during the installation process. If the Feature contains\n\
-Included Features, the Feature Update License should either provide you\n\
-with the terms and conditions governing the Included Features or inform\n\
-you where you can locate them. Feature Update Licenses may be found in\n\
-the "license" property of files named "feature.properties" found within a Feature.\n\
-Such Abouts, Feature Licenses, and Feature Update Licenses contain the\n\
-terms and conditions (or references to such terms and conditions) that\n\
-govern your use of the associated Content in that directory.\n\
-\n\
-THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER\n\
-TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.\n\
-SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):\n\
-\n\
-\t- Eclipse Distribution License Version 1.0 (available at http://www.eclipse.org/licenses/edl-v1.0.html)\n\
-\t- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)\n\
-\t- Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)\n\
-\t- Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)\n\
-\t- Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)\n\
-\n\
-IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR\n\
-TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License\n\
-is provided, please contact the Eclipse Foundation to determine what terms and conditions\n\
-govern that particular Content.\n\
-\n\
-\n\Use of Provisioning Technology\n\
-\n\
-The Eclipse Foundation makes available provisioning software, examples of which include,\n\
-but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for\n\
-the purpose of allowing users to install software, documentation, information and/or\n\
-other materials (collectively "Installable Software"). This capability is provided with\n\
-the intent of allowing such users to install, extend and update Eclipse-based products.\n\
-Information about packaging Installable Software is available at\n\
-http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").\n\
-\n\
-You may use Provisioning Technology to allow other parties to install Installable Software.\n\
-You shall be responsible for enabling the applicable license agreements relating to the\n\
-Installable Software to be presented to, and accepted by, the users of the Provisioning Technology\n\
-in accordance with the Specification. By using Provisioning Technology in such a manner and\n\
-making it available in accordance with the Specification, you further acknowledge your\n\
-agreement to, and the acquisition of all necessary rights to permit the following:\n\
-\n\
-\t1. A series of actions may occur ("Provisioning Process") in which a user may execute\n\
-\t the Provisioning Technology on a machine ("Target Machine") with the intent of installing,\n\
-\t extending or updating the functionality of an Eclipse-based product.\n\
-\t2. During the Provisioning Process, the Provisioning Technology may cause third party\n\
-\t Installable Software or a portion thereof to be accessed and copied to the Target Machine.\n\
-\t3. Pursuant to the Specification, you will provide to the user the terms and conditions that\n\
-\t govern the use of the Installable Software ("Installable Software Agreement") and such\n\
-\t Installable Software Agreement shall be accessed from the Target Machine in accordance\n\
-\t with the Specification. Such Installable Software Agreement must inform the user of the\n\
-\t terms and conditions that govern the Installable Software and must solicit acceptance by\n\
-\t the end user in the manner prescribed in such Installable Software Agreement. Upon such\n\
-\t indication of agreement by the user, the provisioning Technology will complete installation\n\
-\t of the Installable Software.\n\
-\n\
-Cryptography\n\
-\n\
-Content may contain encryption software. The country in which you are\n\
-currently may have restrictions on the import, possession, and use,\n\
-and/or re-export to another country, of encryption software. BEFORE\n\
-using any encryption software, please check the country's laws,\n\
-regulations and policies concerning the import, possession, or use, and\n\
-re-export of encryption software, to see if this is permitted.\n\
-\n\
-Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
-########### end of license property ##########################################
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/feature.xml
deleted file mode 100644
index 4ef841eb014..00000000000
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/feature.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.extra.layout.feature" label="%featureName" provider-name="%providerName" version="1.2.0.qualifier">
-
- <copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2008-2012 CEA LIST, Atos Origin, Conselleria de
-Infraestructuras y Transporte, Generalitat de la Comunitat Valenciana
-and others
-All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License
-v1.0
-which accompanies this distribution, and is available at
-http://www.eclipse.org/legal/epl-v10.html
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <description url="https://eclipse.org/papyrus/">
- Feature regrouping layout algorithms for the different Papyrus diagrams
- </description>
-
- <plugin download-size="0" id="org.eclipse.papyrus.layout" install-size="0" unpack="false" version="0.0.0"/>
-
- <plugin download-size="0" id="org.eclipse.papyrus.layout.algorithms.gridAlgorithm" install-size="0" unpack="false" version="0.0.0"/>
-
- <plugin download-size="0" id="org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm" install-size="0" unpack="false" version="0.0.0"/>
-
- <plugin download-size="0" id="org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm" install-size="0" unpack="false" version="0.0.0"/>
-
- <plugin download-size="0" id="org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm" install-size="0" unpack="false" version="0.0.0"/>
-
- <plugin download-size="0" id="org.eclipse.papyrus.layout.algorithms.radialAlgorithm" install-size="0" unpack="false" version="0.0.0"/>
-
- <plugin download-size="0" id="org.eclipse.papyrus.layout.algorithms.springAlgorithm" install-size="0" unpack="false" version="0.0.0"/>
-
- <plugin download-size="0" id="org.eclipse.papyrus.layout.algorithms.treeAlgorithm" install-size="0" unpack="false" version="0.0.0"/>
-
- <plugin download-size="0" id="org.eclipse.papyrus.layout.algorithms.verticalAlgorithm" install-size="0" unpack="false" version="0.0.0"/>
-
- <plugin download-size="0" id="org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm" install-size="0" unpack="false" version="0.0.0"/>
-
- <plugin download-size="0" id="org.eclipse.papyrus.layout.subeditor.gmf" install-size="0" unpack="false" version="0.0.0"/>
-
-</feature> \ No newline at end of file
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/license.html b/features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/license.html
deleted file mode 100644
index 0fd3dd13aac..00000000000
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.layout.feature/license.html
+++ /dev/null
@@ -1,107 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-<title>Eclipse Foundation Software User Agreement</title>
-</head>
-
-<body lang="EN-US">
-<h2>Eclipse Foundation Software User Agreement</h2>
-<p>April 9, 2014</p>
-
-<h3>Usage Of Content</h3>
-
-<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS
- (COLLECTIVELY &quot;CONTENT&quot;). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND
- CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE
- OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR
- NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND
- CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.</p>
-
-<h3>Applicable Licenses</h3>
-
-<p>Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0
- (&quot;EPL&quot;). A copy of the EPL is provided with this Content and is also available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
- For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-
-<p>Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code
- repository (&quot;Repository&quot;) in software modules (&quot;Modules&quot;) and made available as downloadable archives (&quot;Downloads&quot;).</p>
-
-<ul>
- <li>Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;), plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).</li>
- <li>Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java&trade; ARchive) in a directory named &quot;plugins&quot;.</li>
- <li>A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;. Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of the Plug-ins
- and/or Fragments associated with that Feature.</li>
- <li>Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.</li>
-</ul>
-
-<p>The terms and conditions governing Plug-ins and Fragments should be contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and conditions governing Features and
-Included Features should be contained in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature Licenses may be located in any directory of a Download or Module
-including, but not limited to the following locations:</p>
-
-<ul>
- <li>The top-level (root) directory</li>
- <li>Plug-in and Fragment directories</li>
- <li>Inside Plug-ins and Fragments packaged as JARs</li>
- <li>Sub-directories of the directory named &quot;src&quot; of certain Plug-ins</li>
- <li>Feature directories</li>
-</ul>
-
-<p>Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license (&quot;Feature Update License&quot;) during the
-installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or
-inform you where you can locate them. Feature Update Licenses may be found in the &quot;license&quot; property of files named &quot;feature.properties&quot; found within a Feature.
-Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in
-that directory.</p>
-
-<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE
-OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):</p>
-
-<ul>
- <li>Eclipse Distribution License Version 1.0 (available at <a href="http://www.eclipse.org/licenses/edl-v10.html">http://www.eclipse.org/licenses/edl-v1.0.html</a>)</li>
- <li>Common Public License Version 1.0 (available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>)</li>
- <li>Apache Software License 1.1 (available at <a href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>)</li>
- <li>Apache Software License 2.0 (available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
- <li>Mozilla Public License Version 1.1 (available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>)</li>
-</ul>
-
-<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please
-contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.</p>
-
-
-<h3>Use of Provisioning Technology</h3>
-
-<p>The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse
- Update Manager (&quot;Provisioning Technology&quot;) for the purpose of allowing users to install software, documentation, information and/or
- other materials (collectively &quot;Installable Software&quot;). This capability is provided with the intent of allowing such users to
- install, extend and update Eclipse-based products. Information about packaging Installable Software is available at <a
- href="http://eclipse.org/equinox/p2/repository_packaging.html">http://eclipse.org/equinox/p2/repository_packaging.html</a>
- (&quot;Specification&quot;).</p>
-
-<p>You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the
- applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology
- in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the
- Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:</p>
-
-<ol>
- <li>A series of actions may occur (&quot;Provisioning Process&quot;) in which a user may execute the Provisioning Technology
- on a machine (&quot;Target Machine&quot;) with the intent of installing, extending or updating the functionality of an Eclipse-based
- product.</li>
- <li>During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be
- accessed and copied to the Target Machine.</li>
- <li>Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable
- Software (&quot;Installable Software Agreement&quot;) and such Installable Software Agreement shall be accessed from the Target
- Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern
- the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such
- indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.</li>
-</ol>
-
-<h3>Cryptography</h3>
-
-<p>Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to
- another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import,
- possession, or use, and re-export of encryption software, to see if this is permitted.</p>
-
-<p><small>Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.</small></p>
-</body>
-</html>
diff --git a/releng/extra/pom.xml b/releng/extra/pom.xml
index 162c9b07b66..6688bb225f2 100644
--- a/releng/extra/pom.xml
+++ b/releng/extra/pom.xml
@@ -133,17 +133,6 @@
<module>../../extraplugins/facade/org.eclipse.papyrus.facade.editor</module>
<module>../../extraplugins/facade/org.eclipse.papyrus.facade.utils</module>
<module>../../extraplugins/facade/org.eclipse.papyrus.facade</module>
- <module>../../extraplugins/layout/org.eclipse.papyrus.layout</module>
- <module>../../extraplugins/layout/org.eclipse.papyrus.layout.algorithms.gridAlgorithm</module>
- <module>../../extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalAlgorithm</module>
- <module>../../extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalSymmetryAlgorithm</module>
- <module>../../extraplugins/layout/org.eclipse.papyrus.layout.algorithms.horizontalTreeAlgorithm</module>
- <module>../../extraplugins/layout/org.eclipse.papyrus.layout.algorithms.radialAlgorithm</module>
- <module>../../extraplugins/layout/org.eclipse.papyrus.layout.algorithms.springAlgorithm</module>
- <module>../../extraplugins/layout/org.eclipse.papyrus.layout.algorithms.treeAlgorithm</module>
- <module>../../extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalAlgorithm</module>
- <module>../../extraplugins/layout/org.eclipse.papyrus.layout.algorithms.verticalSymmetryAlgorithm</module>
- <module>../../extraplugins/layout/org.eclipse.papyrus.layout.subeditor.gmf</module>
<module>../../extraplugins/revision/org.eclipse.papyrus.revisiontool</module>
<module>../../extraplugins/spem2/org.eclipse.papyrus.spem2.profile</module>
diff --git a/releng/toolkit/server/addDownloadStats-extra.xsl b/releng/toolkit/server/addDownloadStats-extra.xsl
index 91bfb1bac13..120ec8e1da9 100644
--- a/releng/toolkit/server/addDownloadStats-extra.xsl
+++ b/releng/toolkit/server/addDownloadStats-extra.xsl
@@ -28,10 +28,6 @@ Nicolas Bros (Mia-Software) - stats for extra plug-ins
</properties>
</xsl:template>
- <xsl:template match="artifact[@classifier='osgi.bundle' and @id='org.eclipse.papyrus.layout']/properties">
- <xsl:call-template name="artifact_properties"/>
- </xsl:template>
-
<xsl:template name="artifact_properties">
<properties size='{@size+1}'>
<xsl:copy-of select="property" />

Back to the top