Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Montplaisir2015-02-06 19:41:08 +0000
committerAlexandre Montplaisir2015-02-10 19:03:17 +0000
commitb37432dd20e68e87aabdd0952393422a7f9c130f (patch)
treec9ca9e5e53c4f496d3b2af5bb935febe40373f8d /org.eclipse.tracecompass.tmf.ui
parent2aebf5f32e5ecdd3e4c0c51dfc9caefc3502f027 (diff)
downloadorg.eclipse.tracecompass-b37432dd20e68e87aabdd0952393422a7f9c130f.tar.gz
org.eclipse.tracecompass-b37432dd20e68e87aabdd0952393422a7f9c130f.tar.xz
org.eclipse.tracecompass-b37432dd20e68e87aabdd0952393422a7f9c130f.zip
Remove versions from other Trace Compass plugin dependencies
These are normally shipped together, so there should be no version discrepancies. It can be very useful for third-party dependencies though (or even our "own" if we eventually move some components in different git repos). Change-Id: I8699155b5032564b22ca674cf1965b54a44036da Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/41319 Reviewed-by: Hudson CI
Diffstat (limited to 'org.eclipse.tracecompass.tmf.ui')
-rw-r--r--org.eclipse.tracecompass.tmf.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.tracecompass.tmf.ui/META-INF/MANIFEST.MF b/org.eclipse.tracecompass.tmf.ui/META-INF/MANIFEST.MF
index 3d36bf8cb5..3b5ce783f9 100644
--- a/org.eclipse.tracecompass.tmf.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.tracecompass.tmf.ui/META-INF/MANIFEST.MF
@@ -13,7 +13,7 @@ Require-Bundle: org.eclipse.core.expressions,
org.eclipse.core.resources,
org.eclipse.core.runtime,
org.eclipse.tracecompass.common.core,
- org.eclipse.tracecompass.tmf.core;bundle-version="0.1.0",
+ org.eclipse.tracecompass.tmf.core,
org.eclipse.ui,
org.eclipse.ui.ide,
org.eclipse.ui.navigator,

Back to the top