Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2013-06-24 16:15:03 +0000
committerCamilo Bernal2013-07-03 17:33:10 +0000
commit774ef973d47b8fe1adfdc4ea0e31cdecb805f596 (patch)
tree8f3db5cd307ff2a6ae26100394c5dc6f57b5a0b1 /changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
parentcfae5903a2aad997b80c4fd943dbb0d7b8dfbf46 (diff)
downloadorg.eclipse.linuxtools-774ef973d47b8fe1adfdc4ea0e31cdecb805f596.tar.gz
org.eclipse.linuxtools-774ef973d47b8fe1adfdc4ea0e31cdecb805f596.tar.xz
org.eclipse.linuxtools-774ef973d47b8fe1adfdc4ea0e31cdecb805f596.zip
Provide necessary licensing files in features using license-feature.
Create org.eclipse.linuxtools.license.feature which packages epl-v10.html and license.html files. Reference this feature using 'license-feature' in other features to have the necessary files appear in binary/source features. Change-Id: I2fd6ea0bbe47b290625920c0bf5edd35c5d360c4 Reviewed-on: https://git.eclipse.org/r/14014 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
Diffstat (limited to 'changelog/org.eclipse.linuxtools.changelog-feature/feature.xml')
-rw-r--r--changelog/org.eclipse.linuxtools.changelog-feature/feature.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml b/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
index 0af67797d3..bba3ff6670 100644
--- a/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
+++ b/changelog/org.eclipse.linuxtools.changelog-feature/feature.xml
@@ -3,7 +3,9 @@
id="org.eclipse.linuxtools.changelog"
label="%featureName"
version="2.8.1.qualifier"
- provider-name="%featureProvider">
+ provider-name="%featureProvider"
+ license-feature="org.eclipse.linuxtools.license.feature"
+ license-feature-version="1.0.0.qualifier">
<description url="http://www.eclipse.org/linuxtools">
%featureDescription

Back to the top