Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2015-09-30 06:40:45 +0000
committerAlexander Kurtakov2015-09-30 07:10:16 +0000
commitdc82c1c4db92f36a00638d445c9fff862c77b4b7 (patch)
tree3f22686b4a5cfa719fe7df81460b771f337f9a4b
parente8a8d0d58e5cb626774884ee6c8059be9c484013 (diff)
downloadorg.eclipse.linuxtools-dc82c1c4db92f36a00638d445c9fff862c77b4b7.tar.gz
org.eclipse.linuxtools-dc82c1c4db92f36a00638d445c9fff862c77b4b7.tar.xz
org.eclipse.linuxtools-dc82c1c4db92f36a00638d445c9fff862c77b4b7.zip
changelog: Another runtime.compat removal.
Forgot one instance of the o.e.core.runtime.compat inclusion. Change-Id: I27321ef1f7922dfd721233d0882676be05b15c03 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/57020 Tested-by: Hudson CI
-rw-r--r--changelog/org.eclipse.linuxtools.changelog-feature/feature.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml b/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
index 074b009ac1..4c095687d2 100644
--- a/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
+++ b/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
@@ -35,7 +35,6 @@
<import plugin="org.eclipse.team.core"/>
<import plugin="org.eclipse.ui.navigator"/>
<import plugin="org.eclipse.compare"/>
- <import plugin="org.eclipse.core.runtime.compatibility"/>
<import plugin="org.eclipse.core.runtime" version="2.1.0" match="greaterOrEqual"/>
</requires>

Back to the top