Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2016-05-17 06:09:22 +0000
committerAlexander Kurtakov2016-05-17 08:02:31 +0000
commitf1073b948396aade0f8689c094350b89560ee10e (patch)
tree0093e377297f6f067d4e2b056d21c34c14cb72cb /profiling
parent4f4bb1485b0056469b41220fad86bb9453cece2b (diff)
downloadorg.eclipse.linuxtools-f1073b948396aade0f8689c094350b89560ee10e.tar.gz
org.eclipse.linuxtools-f1073b948396aade0f8689c094350b89560ee10e.tar.xz
org.eclipse.linuxtools-f1073b948396aade0f8689c094350b89560ee10e.zip
Reduce Activators content.
Change-Id: I799bf05be8b0e407398043f1e67481e6cf9b7e44 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/72868 Tested-by: Hudson CI
Diffstat (limited to 'profiling')
-rw-r--r--profiling/org.eclipse.linuxtools.binutils/src/org/eclipse/linuxtools/internal/Activator.java8
-rw-r--r--profiling/org.eclipse.linuxtools.tools.launch.ui/src/org/eclipse/linuxtools/internal/tools/launch/ui/Activator.java18
2 files changed, 1 insertions, 25 deletions
diff --git a/profiling/org.eclipse.linuxtools.binutils/src/org/eclipse/linuxtools/internal/Activator.java b/profiling/org.eclipse.linuxtools.binutils/src/org/eclipse/linuxtools/internal/Activator.java
index c1a45c53c5..4f1262a807 100644
--- a/profiling/org.eclipse.linuxtools.binutils/src/org/eclipse/linuxtools/internal/Activator.java
+++ b/profiling/org.eclipse.linuxtools.binutils/src/org/eclipse/linuxtools/internal/Activator.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2009 STMicroelectronics.
+ * Copyright (c) 2009, 2016 STMicroelectronics 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
@@ -24,12 +24,6 @@ public class Activator extends AbstractUIPlugin {
// The shared instance
private static Activator plugin;
- /**
- * The constructor
- */
- public Activator() {
- }
-
@Override
public void start(BundleContext context) throws Exception {
super.start(context);
diff --git a/profiling/org.eclipse.linuxtools.tools.launch.ui/src/org/eclipse/linuxtools/internal/tools/launch/ui/Activator.java b/profiling/org.eclipse.linuxtools.tools.launch.ui/src/org/eclipse/linuxtools/internal/tools/launch/ui/Activator.java
deleted file mode 100644
index a07696fd60..0000000000
--- a/profiling/org.eclipse.linuxtools.tools.launch.ui/src/org/eclipse/linuxtools/internal/tools/launch/ui/Activator.java
+++ /dev/null
@@ -1,18 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011 IBM Corporation
- * 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:
- * Otavio Busatto Pontes <obusatto@br.ibm.com> - initial API and implementation
- *******************************************************************************/
-
-package org.eclipse.linuxtools.internal.tools.launch.ui;
-
-public interface Activator {
-
- // The plug-in ID
- String PLUGIN_ID = "org.eclipse.linuxtools.tools.launch.ui"; //$NON-NLS-1$
-}

Back to the top