Partially revert commit "Drop unused dependencies from tmf..."
authorBernd Hufmann <bhufmann@gmail.com>
Fri, 3 Aug 2012 13:04:08 +0000 (09:04 -0400)
committerBernd Hufmann <bhufmann@gmail.com>
Fri, 3 Aug 2012 13:05:42 +0000 (09:05 -0400)
Added missing Required-Bundle org.eclipse.ui.navigator.resources
to TMF UI MANIFEST.MF.

Change-Id: I715a500b3383f628253d481dffb26f4ad4a970f8
Reviewed-on: https://git.eclipse.org/r/7098
Reviewed-by: Bernd Hufmann <bhufmann@gmail.com>
IP-Clean: Bernd Hufmann <bhufmann@gmail.com>
Tested-by: Bernd Hufmann <bhufmann@gmail.com>
org.eclipse.linuxtools.tmf.ui/META-INF/MANIFEST.MF

index 8a432632ef366d3a8f9c3b445f36d2445be832f5..83cc130b10930c246450f8f2c96685c99cc7ce19 100644 (file)
@@ -14,7 +14,8 @@ Require-Bundle: org.eclipse.core.expressions,
  org.eclipse.linuxtools.tmf.core;bundle-version="1.0.0",
  org.eclipse.ui;bundle-version="3.7.0",
  org.eclipse.ui.ide;bundle-version="3.7.0",
- org.eclipse.ui.navigator;bundle-version="3.5.100"
+ org.eclipse.ui.navigator;bundle-version="3.5.100",
+ org.eclipse.ui.navigator.resources;bundle-version="3.4.300"
 Export-Package: org.eclipse.linuxtools.internal.tmf.ui;x-friends:="org.eclipse.linuxtools.tmf.ui.tests",
  org.eclipse.linuxtools.internal.tmf.ui.commands;x-internal:=true,
  org.eclipse.linuxtools.internal.tmf.ui.dialogs;x-internal:=true,
This page took 0.02812 seconds and 5 git commands to generate.