From 5d6f8c3b2b6e98eaa4498b83e82664162f5b2b40 Mon Sep 17 00:00:00 2001 From: Roland Grunberg Date: Fri, 4 Nov 2016 14:33:43 -0400 Subject: Bug 507078 - o.e.cdt.launch.remote.source should be in separate feature. The org.eclipse.cdt.launch.remote feature is the only non-source, non-sdk feature to include the corresponding source plugin for it's main provided plugin. An org.eclipse.cdt.launch.remote source-feature should be created to provide the source plugin. Change-Id: I2e396270f0d19f023e75452c316da0e4eda495b1 Signed-off-by: Roland Grunberg --- .../feature.xml | 7 ----- .../org.eclipse.cdt.launch.remote-feature/pom.xml | 33 ++++++++++++++++++++++ 2 files changed, 33 insertions(+), 7 deletions(-) (limited to 'cross') diff --git a/cross/org.eclipse.cdt.launch.remote-feature/feature.xml b/cross/org.eclipse.cdt.launch.remote-feature/feature.xml index 1bd4b9a487f..7fad2ab47d6 100644 --- a/cross/org.eclipse.cdt.launch.remote-feature/feature.xml +++ b/cross/org.eclipse.cdt.launch.remote-feature/feature.xml @@ -30,11 +30,4 @@ version="0.0.0" unpack="false"/> - - diff --git a/cross/org.eclipse.cdt.launch.remote-feature/pom.xml b/cross/org.eclipse.cdt.launch.remote-feature/pom.xml index 72b2030e745..b8b9eb2f401 100644 --- a/cross/org.eclipse.cdt.launch.remote-feature/pom.xml +++ b/cross/org.eclipse.cdt.launch.remote-feature/pom.xml @@ -15,4 +15,37 @@ 9.1.0-SNAPSHOT org.eclipse.cdt.launch.remote eclipse-feature + + + + + org.eclipse.tycho.extras + tycho-source-feature-plugin + ${tycho-extras-version} + + + source-feature + package + + source-feature + + + + + + org.eclipse.tycho + tycho-p2-plugin + ${tycho-version} + + + attached-p2-metadata + package + + p2-metadata + + + + + + -- cgit v1.2.3