From f07ce00bfc14e07efb0c6f1618b0071e58aeef37 Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Wed, 3 Feb 2016 21:44:51 -0500 Subject: [PATCH] analysis: Fix dependency on Eclipse 4.5.1 instead of just 4.5 eclipse.core.resources 3.10.1 is from Eclipse 4.5.1. There is no special need to depend on the service release instead of the original 4.5 release. This was noticed by trying to install Trace Compass form master on top of Eclipse 4.5.0. Change-Id: I22879ac99b24d8628b4e378d586564d33e0d7358 Signed-off-by: Marc-Andre Laperle Reviewed-on: https://git.eclipse.org/r/65852 Reviewed-by: Hudson CI Reviewed-by: Bernd Hufmann Tested-by: Bernd Hufmann --- .../META-INF/MANIFEST.MF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis/org.eclipse.tracecompass.analysis.graph.ui/META-INF/MANIFEST.MF b/analysis/org.eclipse.tracecompass.analysis.graph.ui/META-INF/MANIFEST.MF index f97935c967..f02b6abb7c 100644 --- a/analysis/org.eclipse.tracecompass.analysis.graph.ui/META-INF/MANIFEST.MF +++ b/analysis/org.eclipse.tracecompass.analysis.graph.ui/META-INF/MANIFEST.MF @@ -16,6 +16,6 @@ Require-Bundle: org.eclipse.ui, org.eclipse.tracecompass.statesystem.core, org.eclipse.tracecompass.tmf.core, org.eclipse.tracecompass.tmf.ui, - org.eclipse.core.resources;bundle-version="3.10.1" + org.eclipse.core.resources Export-Package: org.eclipse.tracecompass.internal.analysis.graph.ui;x-internal:=true, org.eclipse.tracecompass.internal.analysis.graph.ui.criticalpath.view;x-friends:="org.eclipse.tracecompass.lttng2.kernel.ui" -- 2.34.1