Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2015-12-16 22:18:19 +0000
committerMatthias Sohn2015-12-21 00:14:04 +0000
commitc58d2c11f5fe158b353ab91e13ba28bb63d7a0b8 (patch)
treea45200f7c5d40a8e7126f901a89b8a22be56302b /org.eclipse.egit.mylyn-feature/feature.xml
parent39f3c68d70a6812ecf0f95a2c8a1129026bfdea4 (diff)
downloadegit-c58d2c11f5fe158b353ab91e13ba28bb63d7a0b8.tar.gz
egit-c58d2c11f5fe158b353ab91e13ba28bb63d7a0b8.tar.xz
egit-c58d2c11f5fe158b353ab91e13ba28bb63d7a0b8.zip
Use the shared license-feature for all egit features
CBI has a shared license feature that can be used by feature plugins. When using that shared license feature, we no longer have to keep and update these license files in our own feature plugins. Bug: 484524 Change-Id: Iabf9977912581a0e2f1e4d7275c2abd8607f28fc Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.mylyn-feature/feature.xml')
-rw-r--r--org.eclipse.egit.mylyn-feature/feature.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.egit.mylyn-feature/feature.xml b/org.eclipse.egit.mylyn-feature/feature.xml
index ed2fa221c8..79a1583d78 100644
--- a/org.eclipse.egit.mylyn-feature/feature.xml
+++ b/org.eclipse.egit.mylyn-feature/feature.xml
@@ -4,7 +4,9 @@
label="%featureName"
version="4.2.0.qualifier"
provider-name="%providerName"
- plugin="org.eclipse.egit">
+ plugin="org.eclipse.egit"
+ license-feature="org.eclipse.license"
+ license-feature-version="0.0.0">
<description url="http://www.eclipse.org/egit/">
%description

Back to the top