From 1961357f1a7d66d621eec8497326455f5a3bc7e1 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Fri, 2 Sep 2016 14:38:03 -0400 Subject: [PATCH] Add source features and other general build fixes. Change-Id: I3853dcdf0b37aeb528f5a6db78b354bce94b9eca --- .../build.properties | 3 +- .../org.eclipse.launchbar.remote/feature.xml | 4 +-- features/org.eclipse.launchbar.remote/pom.xml | 34 ++++++++++++++++++- features/org.eclipse.launchbar/pom.xml | 34 ++++++++++++++++++- 4 files changed, 70 insertions(+), 5 deletions(-) diff --git a/features/org.eclipse.launchbar.remote/build.properties b/features/org.eclipse.launchbar.remote/build.properties index 64f93a9f0b7..b3a611b5c93 100644 --- a/features/org.eclipse.launchbar.remote/build.properties +++ b/features/org.eclipse.launchbar.remote/build.properties @@ -1 +1,2 @@ -bin.includes = feature.xml +bin.includes = feature.xml,\ + feature.properties diff --git a/features/org.eclipse.launchbar.remote/feature.xml b/features/org.eclipse.launchbar.remote/feature.xml index 9467061f58c..b5d687e641d 100644 --- a/features/org.eclipse.launchbar.remote/feature.xml +++ b/features/org.eclipse.launchbar.remote/feature.xml @@ -1,9 +1,9 @@ diff --git a/features/org.eclipse.launchbar.remote/pom.xml b/features/org.eclipse.launchbar.remote/pom.xml index 7d5a47c5c8a..a2529b02841 100644 --- a/features/org.eclipse.launchbar.remote/pom.xml +++ b/features/org.eclipse.launchbar.remote/pom.xml @@ -14,6 +14,38 @@ org.eclipse.launchbar.features org.eclipse.launchbar.remote 1.0.1-SNAPSHOT - 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} + + + attach-p2-metadata + package + + p2-metadata + + + + + + diff --git a/features/org.eclipse.launchbar/pom.xml b/features/org.eclipse.launchbar/pom.xml index b59d46824d1..9d83cf6ea77 100644 --- a/features/org.eclipse.launchbar/pom.xml +++ b/features/org.eclipse.launchbar/pom.xml @@ -14,6 +14,38 @@ org.eclipse.launchbar.features org.eclipse.launchbar 2.0.1-SNAPSHOT - 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} + + + attach-p2-metadata + package + + p2-metadata + + + + + +