lttng2: Update lttng2 feature dependency to require RSE feature
authorBernd Hufmann <Bernd.Hufmann@ericsson.com>
Wed, 1 May 2013 13:23:10 +0000 (09:23 -0400)
committerBernd Hufmann <bernd.hufmann@ericsson.com>
Wed, 1 May 2013 19:54:34 +0000 (15:54 -0400)
The lttng2 feature now requires the feature Remote System Explorer
End-User Runtime (org.eclipse.rse) instead of certain RSE plug-ins.
This causes p2 to automatically install the all necessary RSE
features (e.g. ssh shell) features needed by lttng2. Before this
commit the RSE runtime feature had to be installed manually.

Change-Id: I39dc6baaf161047cbd44b7a87bbd78e8631caad7
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/12413
Tested-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
IP-Clean: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
org.eclipse.linuxtools.lttng2/feature.xml

index a74210fd4f5a12d36c8dc64a94a26f1c67cbb5bc..92951c626805ec57e6b520dcd45a8b5ebe0c2f1e 100644 (file)
       <import plugin="org.eclipse.linuxtools.lttng2.core" version="2.0.0" match="greaterOrEqual"/>
       <import plugin="org.eclipse.linuxtools.tmf.core" version="2.0.0" match="greaterOrEqual"/>
       <import plugin="org.eclipse.linuxtools.tmf.ui" version="2.0.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.rse.core" version="3.1.100" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.rse.services" version="3.2.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.rse.subsystems.files.core" version="3.2.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.rse.ui" version="3.1.100" match="greaterOrEqual"/>
       <import plugin="org.eclipse.help"/>
+      <import feature="org.eclipse.rse" version="3.1.100" match="greaterOrEqual"/>
    </requires>
 
    <plugin
This page took 0.042622 seconds and 5 git commands to generate.