From 1681eb8676ab2117b4982cc3d11f463bd814a908 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Fri, 19 Dec 2014 15:39:47 -0500 Subject: [PATCH] Revert "Bug 451929 - Leverage p2 ability to express native packages" This is breaking downstream builds. This reverts commit 18e6101a53d99969f9dff1fdbc95debb18983390. Change-Id: I5dd2ee129518757866ab832c683b648d13b07b83 Reviewed-on: https://git.eclipse.org/r/38594 Tested-by: Hudson CI Reviewed-by: Doug Schaefer --- build/org.eclipse.cdt.autotools.core/META-INF/p2.inf | 2 -- build/org.eclipse.cdt.make.core/META-INF/p2.inf | 2 -- cross/org.eclipse.cdt.build.crossgcc/META-INF/p2.inf | 2 -- debug/org.eclipse.cdt.gdb/META-INF/p2.inf | 2 -- dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF/p2.inf | 2 -- qt/org.eclipse.cdt.qt.core/META-INF/p2.inf | 2 -- 6 files changed, 12 deletions(-) delete mode 100644 build/org.eclipse.cdt.autotools.core/META-INF/p2.inf delete mode 100644 build/org.eclipse.cdt.make.core/META-INF/p2.inf delete mode 100644 cross/org.eclipse.cdt.build.crossgcc/META-INF/p2.inf delete mode 100644 debug/org.eclipse.cdt.gdb/META-INF/p2.inf delete mode 100644 dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF/p2.inf delete mode 100644 qt/org.eclipse.cdt.qt.core/META-INF/p2.inf diff --git a/build/org.eclipse.cdt.autotools.core/META-INF/p2.inf b/build/org.eclipse.cdt.autotools.core/META-INF/p2.inf deleted file mode 100644 index e78a044b37c..00000000000 --- a/build/org.eclipse.cdt.autotools.core/META-INF/p2.inf +++ /dev/null @@ -1,2 +0,0 @@ -instructions.install=\ - org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:debian,package:autoconf); \ No newline at end of file diff --git a/build/org.eclipse.cdt.make.core/META-INF/p2.inf b/build/org.eclipse.cdt.make.core/META-INF/p2.inf deleted file mode 100644 index ed2d49ea934..00000000000 --- a/build/org.eclipse.cdt.make.core/META-INF/p2.inf +++ /dev/null @@ -1,2 +0,0 @@ -instructions.install=\ - org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:debian,package:make); \ No newline at end of file diff --git a/cross/org.eclipse.cdt.build.crossgcc/META-INF/p2.inf b/cross/org.eclipse.cdt.build.crossgcc/META-INF/p2.inf deleted file mode 100644 index 7f4b59363a9..00000000000 --- a/cross/org.eclipse.cdt.build.crossgcc/META-INF/p2.inf +++ /dev/null @@ -1,2 +0,0 @@ -instructions.install=\ - org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:debian,package:gcc); \ No newline at end of file diff --git a/debug/org.eclipse.cdt.gdb/META-INF/p2.inf b/debug/org.eclipse.cdt.gdb/META-INF/p2.inf deleted file mode 100644 index 950ec77a152..00000000000 --- a/debug/org.eclipse.cdt.gdb/META-INF/p2.inf +++ /dev/null @@ -1,2 +0,0 @@ -instructions.install=\ - org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:debian,package:gdb); \ No newline at end of file diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF/p2.inf b/dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF/p2.inf deleted file mode 100644 index 950ec77a152..00000000000 --- a/dsf-gdb/org.eclipse.cdt.dsf.gdb/META-INF/p2.inf +++ /dev/null @@ -1,2 +0,0 @@ -instructions.install=\ - org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:debian,package:gdb); \ No newline at end of file diff --git a/qt/org.eclipse.cdt.qt.core/META-INF/p2.inf b/qt/org.eclipse.cdt.qt.core/META-INF/p2.inf deleted file mode 100644 index 8358c36a329..00000000000 --- a/qt/org.eclipse.cdt.qt.core/META-INF/p2.inf +++ /dev/null @@ -1,2 +0,0 @@ -instructions.install=\ - org.eclipse.equinox.p2.touchpoint.natives.checkAndPromptNativePackage(distro:debian,package:qt-sdk); \ No newline at end of file