Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-03-11 16:28:18 +0000
committerQuentin Le Menez2018-03-11 22:39:35 +0000
commit6a85d3a05d3bd942dba8e71edf82e97dce813b91 (patch)
treec58695b63c497d3af16b69f1634d3eb2de0deb49 /plugins/developer/org.eclipse.papyrus.dev.ui
parentba98ab1ef4202d0489df0ae2dd2aee8fe6f378d4 (diff)
downloadorg.eclipse.papyrus-6a85d3a05d3bd942dba8e71edf82e97dce813b91.tar.gz
org.eclipse.papyrus-6a85d3a05d3bd942dba8e71edf82e97dce813b91.tar.xz
org.eclipse.papyrus-6a85d3a05d3bd942dba8e71edf82e97dce813b91.zip
[Releng] [Photon] Delete old Dev framework and add a new Toolsmiths one
- Delete the old Dev releng profile and replace it with a Toolsmith one - Add new features: Junit, Releng, Diagramgen and Debug to be released - Move the junit framework at the root of the junit test folder - Remove Toolsmiths from the main build as it will have its own - Repopulate the SDK feature and distribute the excess features in theit own root parent - Add a new views feature - Moved the assistants to the toolsmiths folder and put them in the toolsmiths build Change-Id: I1c0331b25607baaf1cfcc635d9c7b0d9c6d73e63 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'plugins/developer/org.eclipse.papyrus.dev.ui')
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.ui/.classpath7
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.ui/.project28
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.ui/.settings/org.eclipse.core.resources.prefs2
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.ui/.settings/org.eclipse.core.runtime.prefs2
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.ui/.settings/org.eclipse.jdt.core.prefs7
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.ui/.settings/org.eclipse.m2e.core.prefs4
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.ui/META-INF/MANIFEST.MF17
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.ui/about.html28
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.ui/build.properties9
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.ui/icons/papyrus/Papyrus_16x16.gifbin561 -> 0 bytes
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.ui/plugin.properties12
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.ui/plugin.xml33
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.ui/pom.xml14
-rw-r--r--plugins/developer/org.eclipse.papyrus.dev.ui/src/org/eclipse/papyrus/dev/ui/Activator.java80
14 files changed, 0 insertions, 243 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.dev.ui/.classpath b/plugins/developer/org.eclipse.papyrus.dev.ui/.classpath
deleted file mode 100644
index 6bd52e0f095..00000000000
--- a/plugins/developer/org.eclipse.papyrus.dev.ui/.classpath
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin/"/>
-</classpath>
diff --git a/plugins/developer/org.eclipse.papyrus.dev.ui/.project b/plugins/developer/org.eclipse.papyrus.dev.ui/.project
deleted file mode 100644
index 25dceb259dd..00000000000
--- a/plugins/developer/org.eclipse.papyrus.dev.ui/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.papyrus.dev.ui</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/plugins/developer/org.eclipse.papyrus.dev.ui/.settings/org.eclipse.core.resources.prefs b/plugins/developer/org.eclipse.papyrus.dev.ui/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index 896a9a53a53..00000000000
--- a/plugins/developer/org.eclipse.papyrus.dev.ui/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-encoding/<project>=UTF-8 \ No newline at end of file
diff --git a/plugins/developer/org.eclipse.papyrus.dev.ui/.settings/org.eclipse.core.runtime.prefs b/plugins/developer/org.eclipse.papyrus.dev.ui/.settings/org.eclipse.core.runtime.prefs
deleted file mode 100644
index 5a0ad22d2a7..00000000000
--- a/plugins/developer/org.eclipse.papyrus.dev.ui/.settings/org.eclipse.core.runtime.prefs
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-line.separator=\n
diff --git a/plugins/developer/org.eclipse.papyrus.dev.ui/.settings/org.eclipse.jdt.core.prefs b/plugins/developer/org.eclipse.papyrus.dev.ui/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index 0c68a61dca8..00000000000
--- a/plugins/developer/org.eclipse.papyrus.dev.ui/.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.8
-org.eclipse.jdt.core.compiler.compliance=1.8
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.8
diff --git a/plugins/developer/org.eclipse.papyrus.dev.ui/.settings/org.eclipse.m2e.core.prefs b/plugins/developer/org.eclipse.papyrus.dev.ui/.settings/org.eclipse.m2e.core.prefs
deleted file mode 100644
index f897a7f1cb2..00000000000
--- a/plugins/developer/org.eclipse.papyrus.dev.ui/.settings/org.eclipse.m2e.core.prefs
+++ /dev/null
@@ -1,4 +0,0 @@
-activeProfiles=
-eclipse.preferences.version=1
-resolveWorkspaceProjects=true
-version=1
diff --git a/plugins/developer/org.eclipse.papyrus.dev.ui/META-INF/MANIFEST.MF b/plugins/developer/org.eclipse.papyrus.dev.ui/META-INF/MANIFEST.MF
deleted file mode 100644
index 2c8490a4d3a..00000000000
--- a/plugins/developer/org.eclipse.papyrus.dev.ui/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,17 +0,0 @@
-Manifest-Version: 1.0
-Export-Package: org.eclipse.papyrus.dev.ui
-Bundle-ActivationPolicy: lazy
-Bundle-ClassPath: .
-Bundle-Name: %pluginName
-Bundle-Localization: plugin
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Require-Bundle: org.eclipse.ui;bundle-version="[3.107.0,4.0.0)",
- org.eclipse.papyrus.infra.core;bundle-version="[3.0.0,4.0.0)"
-Bundle-Vendor: %providerName
-Bundle-Version: 0.0.1.qualifier
-Eclipse-BuddyPolicy: dependent
-Bundle-ManifestVersion: 2
-Bundle-Activator: org.eclipse.papyrus.dev.ui.Activator
-Bundle-Description: Plugin dedicated to manage generic menus and actions,
- linked to Papyrus Developer.
-Bundle-SymbolicName: org.eclipse.papyrus.dev.ui;singleton:=true
diff --git a/plugins/developer/org.eclipse.papyrus.dev.ui/about.html b/plugins/developer/org.eclipse.papyrus.dev.ui/about.html
deleted file mode 100644
index dd3c089a94c..00000000000
--- a/plugins/developer/org.eclipse.papyrus.dev.ui/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>November 14, 2008</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/plugins/developer/org.eclipse.papyrus.dev.ui/build.properties b/plugins/developer/org.eclipse.papyrus.dev.ui/build.properties
deleted file mode 100644
index 442a9d0cb2d..00000000000
--- a/plugins/developer/org.eclipse.papyrus.dev.ui/build.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-source.. = src
-output.. = bin
-bin.includes = META-INF/,\
- .,\
- plugin.xml,\
- about.html,\
- icons/,\
- plugin.properties
-src.includes = about.html
diff --git a/plugins/developer/org.eclipse.papyrus.dev.ui/icons/papyrus/Papyrus_16x16.gif b/plugins/developer/org.eclipse.papyrus.dev.ui/icons/papyrus/Papyrus_16x16.gif
deleted file mode 100644
index 8a31f458379..00000000000
--- a/plugins/developer/org.eclipse.papyrus.dev.ui/icons/papyrus/Papyrus_16x16.gif
+++ /dev/null
Binary files differ
diff --git a/plugins/developer/org.eclipse.papyrus.dev.ui/plugin.properties b/plugins/developer/org.eclipse.papyrus.dev.ui/plugin.properties
deleted file mode 100644
index 3cf88e92752..00000000000
--- a/plugins/developer/org.eclipse.papyrus.dev.ui/plugin.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-#################################################################################
-# Copyright (c) 2017 CEA LIST.
-# 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:
-# Francois Le Fevre (CEA LIST) francois.le-fevre@cea.fr - Initial API and implementation
-##################################################################################
-pluginName=Papyrus Dev UI
-providerName=Eclipse Modeling Project
diff --git a/plugins/developer/org.eclipse.papyrus.dev.ui/plugin.xml b/plugins/developer/org.eclipse.papyrus.dev.ui/plugin.xml
deleted file mode 100644
index 3f9ff2ba32a..00000000000
--- a/plugins/developer/org.eclipse.papyrus.dev.ui/plugin.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?>
-<plugin>
- <extension
- point="org.eclipse.ui.menus">
- <menuContribution
- allPopups="false"
- locationURI="popup:org.eclipse.ui.popup.any">
- <separator
- name="org.eclipse.papyrus.dev.ui.menu.separator.before"
- visible="true"
- id="org.eclipse.papyrus.dev.ui.menu.separator.before">
- </separator>
- <menu
- id="org.eclipse.papyrus.dev.ui.menu"
- label="Papyrus Developer"
- icon="platform:/plugin/org.eclipse.papyrus.dev.ui/icons/papyrus/Papyrus_16x16.gif"
- tooltip="Papyrus Developer Menu">
- <command
- commandId="org.eclipse.papyrus.dev.ui.commands"
- label="Upcoming elts for Developer..."
- style="push"
- tooltip="Upcoming elements for Developer...">
- </command>
- <separator
- name="org.eclipse.papyrus.dev.ui.menu.separator.after"
- visible="true"
- id="org.eclipse.papyrus.dev.ui.menu.separator.after">
- </separator>
- </menu>
- </menuContribution>
- </extension>
-</plugin>
diff --git a/plugins/developer/org.eclipse.papyrus.dev.ui/pom.xml b/plugins/developer/org.eclipse.papyrus.dev.ui/pom.xml
deleted file mode 100644
index 651214515a9..00000000000
--- a/plugins/developer/org.eclipse.papyrus.dev.ui/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.eclipse.papyrus</groupId>
- <artifactId>org.eclipse.papyrus.developer</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.papyrus.developer</groupId>
- <artifactId>org.eclipse.papyrus.dev.ui</artifactId>
- <packaging>eclipse-plugin</packaging>
- <description>A plugin to hold the menu for developer tools.</description>
-</project>
diff --git a/plugins/developer/org.eclipse.papyrus.dev.ui/src/org/eclipse/papyrus/dev/ui/Activator.java b/plugins/developer/org.eclipse.papyrus.dev.ui/src/org/eclipse/papyrus/dev/ui/Activator.java
deleted file mode 100644
index b5b9aaf5148..00000000000
--- a/plugins/developer/org.eclipse.papyrus.dev.ui/src/org/eclipse/papyrus/dev/ui/Activator.java
+++ /dev/null
@@ -1,80 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2017 CEA LIST 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
- *
- * Contributors:
- * Francois Le Fevre (CEA LIST) francois.le-fevre@cea.fr - Initial API and implementation
- *
- *****************************************************************************/
-
-package org.eclipse.papyrus.dev.ui;
-
-import org.eclipse.papyrus.infra.core.log.LogHelper;
-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.
- */
- public static final String PLUGIN_ID = "org.eclipse.papyrus.dev.ui"; //$NON-NLS-1$
-
- /**
- * The shared instance.
- */
- private static Activator plugin;
-
- /**
- * The log helper.
- */
- public static LogHelper log;
-
- /**
- * Returns the shared instance.
- *
- * @return The shared instance.
- */
- public static Activator getDefault() {
- return plugin;
- }
-
- /**
- * The constructor.
- */
- public Activator() {
- }
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
- */
- @Override
- public void start(final BundleContext context) throws Exception {
- super.start(context);
- plugin = this;
- log = new LogHelper(this);
- }
-
-
- /**
- * {@inheritDoc}
- *
- * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
- */
- @Override
- public void stop(final BundleContext context) throws Exception {
- plugin = null;
- super.stop(context);
- }
-
-}

Back to the top