Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2011-10-25 13:25:52 +0000
committercletavernie2011-10-25 13:25:52 +0000
commit1270d1156e18ae44eb57776aae7ce44443d0073b (patch)
tree57d9c69f55526c8b1d6ab9a8f15077df2c9572a8 /extraplugins
parent6d265153fc381b5c499c3723e7a3024f84ec2b8a (diff)
downloadorg.eclipse.papyrus-1270d1156e18ae44eb57776aae7ce44443d0073b.tar.gz
org.eclipse.papyrus-1270d1156e18ae44eb57776aae7ce44443d0073b.tar.xz
org.eclipse.papyrus-1270d1156e18ae44eb57776aae7ce44443d0073b.zip
359057: [Architecture - SVN - Build] The Papyrus architecture should be refactored
https://bugs.eclipse.org/bugs/show_bug.cgi?id=359057
Diffstat (limited to 'extraplugins')
-rw-r--r--extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/.classpath7
-rw-r--r--extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/.project28
-rw-r--r--extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/META-INF/MANIFEST.MF14
-rw-r--r--extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/about.html28
-rw-r--r--extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/build.properties7
-rw-r--r--extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/icons/treeTransparent.gifbin265 -> 0 bytes
-rw-r--r--extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/plugin.properties16
-rw-r--r--extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/plugin.xml14
-rw-r--r--extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/src/org/eclipse/papyrus/layouttool/algorithms/treealgorithm/Activator.java67
-rw-r--r--extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/src/org/eclipse/papyrus/layouttool/algorithms/treealgorithm/TreeAlgorithm.java35
11 files changed, 0 insertions, 223 deletions
diff --git a/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/.classpath b/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/.classpath
deleted file mode 100644
index 2d1a4302f04..00000000000
--- a/extraplugins/autolayout/org.eclipse.papyrus.layouttool.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/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/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/.project b/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/.project
deleted file mode 100644
index 524100b8343..00000000000
--- a/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.papyrus.layouttool.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/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/.settings/org.eclipse.jdt.core.prefs b/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index 0dfe695608b..00000000000
--- a/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,7 +0,0 @@
-#Mon May 25 10:27:15 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/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/META-INF/MANIFEST.MF b/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/META-INF/MANIFEST.MF
deleted file mode 100644
index 131de61f84f..00000000000
--- a/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,14 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
-Bundle-Localization: plugin
-Bundle-SymbolicName: org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm;singleton:=true
-Bundle-Version: 0.8.0.qualifier
-Bundle-Activator: org.eclipse.papyrus.layouttool.algorithms.treealgorithm.Activator
-Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
- org.eclipse.papyrus.layouttool,
- org.eclipse.zest.layouts
-Bundle-ActivationPolicy: lazy
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Bundle-Vendor: %providerName
diff --git a/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/about.html b/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/about.html
deleted file mode 100644
index 35b45e096ae..00000000000
--- a/extraplugins/autolayout/org.eclipse.papyrus.layouttool.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/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/build.properties b/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/build.properties
deleted file mode 100644
index 4a5c7b0c5f8..00000000000
--- a/extraplugins/autolayout/org.eclipse.papyrus.layouttool.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=META-INF/,.,plugin.xml,icons/,about.html,plugin.properties
-source..=src/
-bin..=bin/
diff --git a/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/icons/treeTransparent.gif b/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/icons/treeTransparent.gif
deleted file mode 100644
index 67d68372076..00000000000
--- a/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/icons/treeTransparent.gif
+++ /dev/null
Binary files differ
diff --git a/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/plugin.properties b/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/plugin.properties
deleted file mode 100644
index be779ff45da..00000000000
--- a/extraplugins/autolayout/org.eclipse.papyrus.layouttool.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/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/plugin.xml b/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/plugin.xml
deleted file mode 100644
index 2b53d638ae0..00000000000
--- a/extraplugins/autolayout/org.eclipse.papyrus.layouttool.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.layouttool.algorithms">
- <client
- class="org.eclipse.papyrus.layouttool.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/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/src/org/eclipse/papyrus/layouttool/algorithms/treealgorithm/Activator.java b/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/src/org/eclipse/papyrus/layouttool/algorithms/treealgorithm/Activator.java
deleted file mode 100644
index 9f8bf96cb21..00000000000
--- a/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/src/org/eclipse/papyrus/layouttool/algorithms/treealgorithm/Activator.java
+++ /dev/null
@@ -1,67 +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.layouttool.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.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)
- */
- 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)
- */
- 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/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/src/org/eclipse/papyrus/layouttool/algorithms/treealgorithm/TreeAlgorithm.java b/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/src/org/eclipse/papyrus/layouttool/algorithms/treealgorithm/TreeAlgorithm.java
deleted file mode 100644
index d9fb424e806..00000000000
--- a/extraplugins/autolayout/org.eclipse.papyrus.layouttool.algorithms.treeAlgorithm/src/org/eclipse/papyrus/layouttool/algorithms/treealgorithm/TreeAlgorithm.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.layouttool.algorithms.treealgorithm;
-
-import org.eclipse.papyrus.layouttool.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.layouttool.managealgorithms.AlgorithmFactory#createAlgorithm()
- */
- public AbstractLayoutAlgorithm createAlgorithm() {
- return new TreeLayoutAlgorithm(LayoutStyles.NO_LAYOUT_NODE_RESIZING);
- }
-
-}

Back to the top