lttng: Change external dependencies to imported packages
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 30 Jul 2012 20:30:52 +0000 (16:30 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 2 Aug 2012 19:45:48 +0000 (15:45 -0400)
commit06a8dfa2b31851b72f0477b4fb8534d99a58ad1a
tree0ab63bf1eb13b12b09ea8f598e914356bef08933
parent475009273452d9871692466d786a92dab8ddae80
lttng: Change external dependencies to imported packages

The external dependencies for ctf and lttng2 (RSE and Antlr) were
set as "required bundles". This means the exact plugin must be
present in the current installation when building the workspace
from within Eclipse.

This commit changes those to Imported Packages, which relaxes the
origin of the package. This allows distribution-installed plugins
to fulfill the build dependency.

Change-Id: Ie20d19959d819fc834dc045ec0520285fae2cf2d
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/7021
org.eclipse.linuxtools.ctf.core.tests/META-INF/MANIFEST.MF
org.eclipse.linuxtools.ctf.core/META-INF/MANIFEST.MF
org.eclipse.linuxtools.ctf.parser/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng2.ui/META-INF/MANIFEST.MF
This page took 0.025181 seconds and 5 git commands to generate.