From 85bb1512f9cf4fb9442cd7bd20b6c7a2d031488c Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Fri, 13 Nov 2015 19:27:39 +0200 Subject: [PATCH] autotools: Drop old Linux Tools compat bundle. People that would have migrated did it in the last 4 years it is no longer even known whether this is of any use anymore so better to drop it now that there is major release on the horizon. Change-Id: Ic68606582b426be10125fe6a6de345358fc57755 Signed-off-by: Alexander Kurtakov --- .../feature.xml | 7 ---- .../feature.xml | 7 ---- .../.classpath | 7 ---- .../.gitignore | 5 --- .../.project | 34 ------------------- .../.settings/org.eclipse.jdt.core.prefs | 11 ------ .../.settings/org.eclipse.jdt.ui.prefs | 3 -- .../META-INF/MANIFEST.MF | 13 ------- .../about.html | 24 ------------- .../build.properties | 8 ----- .../plugin.properties | 13 ------- .../plugin.xml | 18 ---------- .../pom.xml | 17 ---------- .../cdt/autotools/core/Activator.java | 30 ---------------- pom.xml | 1 - 15 files changed, 198 deletions(-) delete mode 100644 build/org.eclipse.linuxtools.cdt.autotools.core/.classpath delete mode 100644 build/org.eclipse.linuxtools.cdt.autotools.core/.gitignore delete mode 100644 build/org.eclipse.linuxtools.cdt.autotools.core/.project delete mode 100644 build/org.eclipse.linuxtools.cdt.autotools.core/.settings/org.eclipse.jdt.core.prefs delete mode 100644 build/org.eclipse.linuxtools.cdt.autotools.core/.settings/org.eclipse.jdt.ui.prefs delete mode 100644 build/org.eclipse.linuxtools.cdt.autotools.core/META-INF/MANIFEST.MF delete mode 100644 build/org.eclipse.linuxtools.cdt.autotools.core/about.html delete mode 100644 build/org.eclipse.linuxtools.cdt.autotools.core/build.properties delete mode 100644 build/org.eclipse.linuxtools.cdt.autotools.core/plugin.properties delete mode 100644 build/org.eclipse.linuxtools.cdt.autotools.core/plugin.xml delete mode 100644 build/org.eclipse.linuxtools.cdt.autotools.core/pom.xml delete mode 100644 build/org.eclipse.linuxtools.cdt.autotools.core/src/org/eclipse/linuxtools/cdt/autotools/core/Activator.java diff --git a/build/org.eclipse.cdt.autotools-feature/feature.xml b/build/org.eclipse.cdt.autotools-feature/feature.xml index 8e8c1b2003a..5c97cec3848 100644 --- a/build/org.eclipse.cdt.autotools-feature/feature.xml +++ b/build/org.eclipse.cdt.autotools-feature/feature.xml @@ -62,11 +62,4 @@ install-size="0" version="0.0.0"/> - - diff --git a/build/org.eclipse.cdt.autotools.source-feature/feature.xml b/build/org.eclipse.cdt.autotools.source-feature/feature.xml index bef3bcbbfba..f4bbe0021fa 100644 --- a/build/org.eclipse.cdt.autotools.source-feature/feature.xml +++ b/build/org.eclipse.cdt.autotools.source-feature/feature.xml @@ -33,11 +33,4 @@ version="0.0.0" unpack="false"/> - - diff --git a/build/org.eclipse.linuxtools.cdt.autotools.core/.classpath b/build/org.eclipse.linuxtools.cdt.autotools.core/.classpath deleted file mode 100644 index b1dabee3829..00000000000 --- a/build/org.eclipse.linuxtools.cdt.autotools.core/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/build/org.eclipse.linuxtools.cdt.autotools.core/.gitignore b/build/org.eclipse.linuxtools.cdt.autotools.core/.gitignore deleted file mode 100644 index 8d94ef8debe..00000000000 --- a/build/org.eclipse.linuxtools.cdt.autotools.core/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -bin -@dot -javaCompiler...args -build.xml -target diff --git a/build/org.eclipse.linuxtools.cdt.autotools.core/.project b/build/org.eclipse.linuxtools.cdt.autotools.core/.project deleted file mode 100644 index a8fa01ed740..00000000000 --- a/build/org.eclipse.linuxtools.cdt.autotools.core/.project +++ /dev/null @@ -1,34 +0,0 @@ - - - org.eclipse.linuxtools.cdt.autotools.core - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - org.eclipse.pde.api.tools.apiAnalysisBuilder - - - - - - org.eclipse.pde.PluginNature - org.eclipse.jdt.core.javanature - org.eclipse.pde.api.tools.apiAnalysisNature - - diff --git a/build/org.eclipse.linuxtools.cdt.autotools.core/.settings/org.eclipse.jdt.core.prefs b/build/org.eclipse.linuxtools.cdt.autotools.core/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 838bd9d6942..00000000000 --- a/build/org.eclipse.linuxtools.cdt.autotools.core/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,11 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.7 -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.compiler.debug.sourceFile=generate -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.7 diff --git a/build/org.eclipse.linuxtools.cdt.autotools.core/.settings/org.eclipse.jdt.ui.prefs b/build/org.eclipse.linuxtools.cdt.autotools.core/.settings/org.eclipse.jdt.ui.prefs deleted file mode 100644 index 4c7131801a1..00000000000 --- a/build/org.eclipse.linuxtools.cdt.autotools.core/.settings/org.eclipse.jdt.ui.prefs +++ /dev/null @@ -1,3 +0,0 @@ -#Tue Jan 02 14:11:13 EST 2007 -eclipse.preferences.version=1 -internal.default.compliance=default diff --git a/build/org.eclipse.linuxtools.cdt.autotools.core/META-INF/MANIFEST.MF b/build/org.eclipse.linuxtools.cdt.autotools.core/META-INF/MANIFEST.MF deleted file mode 100644 index 06c02431a9c..00000000000 --- a/build/org.eclipse.linuxtools.cdt.autotools.core/META-INF/MANIFEST.MF +++ /dev/null @@ -1,13 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: %Bundle-Name.0 -Bundle-SymbolicName: org.eclipse.linuxtools.cdt.autotools.core;singleton:=true -Bundle-Version: 2.0.0.qualifier -Bundle-Activator: org.eclipse.linuxtools.cdt.autotools.core.Activator -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.core.resources;bundle-version="3.7.100", - org.eclipse.cdt.autotools.core;bundle-version="1.0.2" -Bundle-Localization: plugin -Bundle-ActivationPolicy: lazy -Bundle-RequiredExecutionEnvironment: JavaSE-1.7 -Bundle-Vendor: %provider diff --git a/build/org.eclipse.linuxtools.cdt.autotools.core/about.html b/build/org.eclipse.linuxtools.cdt.autotools.core/about.html deleted file mode 100644 index d7c511887d6..00000000000 --- a/build/org.eclipse.linuxtools.cdt.autotools.core/about.html +++ /dev/null @@ -1,24 +0,0 @@ - - -About - - -

About This Content

- -

June 22, 2007

-

License

- -

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise -indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") 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 http://www.eclipse.org.

- - \ No newline at end of file diff --git a/build/org.eclipse.linuxtools.cdt.autotools.core/build.properties b/build/org.eclipse.linuxtools.cdt.autotools.core/build.properties deleted file mode 100644 index 1f5b1eb5b5c..00000000000 --- a/build/org.eclipse.linuxtools.cdt.autotools.core/build.properties +++ /dev/null @@ -1,8 +0,0 @@ -source.. = src/ -output.. = bin/ -bin.includes = META-INF/,\ - .,\ - plugin.properties,\ - plugin.xml,\ - about.html -src.includes = about.html diff --git a/build/org.eclipse.linuxtools.cdt.autotools.core/plugin.properties b/build/org.eclipse.linuxtools.cdt.autotools.core/plugin.properties deleted file mode 100644 index 846175c02d6..00000000000 --- a/build/org.eclipse.linuxtools.cdt.autotools.core/plugin.properties +++ /dev/null @@ -1,13 +0,0 @@ -################################################################################# -# Copyright (c) 2012 Red Hat, Inc. -# 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: -# Red Hat Incorporated - initial API and implementation -################################################################################# -Bundle-Name.0 = Autotools Core Plug-in (Compatibility) -provider=Eclipse CDT -Makefile.builder.name=Autotools Makefile Generator \ No newline at end of file diff --git a/build/org.eclipse.linuxtools.cdt.autotools.core/plugin.xml b/build/org.eclipse.linuxtools.cdt.autotools.core/plugin.xml deleted file mode 100644 index 3a14a1c214a..00000000000 --- a/build/org.eclipse.linuxtools.cdt.autotools.core/plugin.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - diff --git a/build/org.eclipse.linuxtools.cdt.autotools.core/pom.xml b/build/org.eclipse.linuxtools.cdt.autotools.core/pom.xml deleted file mode 100644 index ceb6c679c4e..00000000000 --- a/build/org.eclipse.linuxtools.cdt.autotools.core/pom.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - 4.0.0 - - - org.eclipse.cdt - cdt-parent - 8.8.0-SNAPSHOT - ../../pom.xml - - - 2.0.0-SNAPSHOT - org.eclipse.linuxtools.cdt.autotools.core - eclipse-plugin - \ No newline at end of file diff --git a/build/org.eclipse.linuxtools.cdt.autotools.core/src/org/eclipse/linuxtools/cdt/autotools/core/Activator.java b/build/org.eclipse.linuxtools.cdt.autotools.core/src/org/eclipse/linuxtools/cdt/autotools/core/Activator.java deleted file mode 100644 index 1457c65b09d..00000000000 --- a/build/org.eclipse.linuxtools.cdt.autotools.core/src/org/eclipse/linuxtools/cdt/autotools/core/Activator.java +++ /dev/null @@ -1,30 +0,0 @@ -package org.eclipse.linuxtools.cdt.autotools.core; - -import org.osgi.framework.BundleActivator; -import org.osgi.framework.BundleContext; - -public class Activator implements BundleActivator { - - private static BundleContext context; - - static BundleContext getContext() { - return context; - } - - /* - * (non-Javadoc) - * @see org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext) - */ - public void start(BundleContext bundleContext) throws Exception { - Activator.context = bundleContext; - } - - /* - * (non-Javadoc) - * @see org.osgi.framework.BundleActivator#stop(org.osgi.framework.BundleContext) - */ - public void stop(BundleContext bundleContext) throws Exception { - Activator.context = null; - } - -} diff --git a/pom.xml b/pom.xml index 77e9e0a552c..6af54ede685 100644 --- a/pom.xml +++ b/pom.xml @@ -193,7 +193,6 @@ build/org.eclipse.cdt.autotools.ui.tests build/org.eclipse.cdt.autotools-feature build/org.eclipse.cdt.autotools.source-feature - build/org.eclipse.linuxtools.cdt.autotools.core launch/org.eclipse.cdt.docker.launcher launch/org.eclipse.cdt.docker.launcher-feature