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 /gprof/org.eclipse.linuxtools.gprof-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 'gprof/org.eclipse.linuxtools.gprof-feature/feature.xml')
-rw-r--r--gprof/org.eclipse.linuxtools.gprof-feature/feature.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/gprof/org.eclipse.linuxtools.gprof-feature/feature.xml b/gprof/org.eclipse.linuxtools.gprof-feature/feature.xml
index 2666e30f7e..837e1353b2 100644
--- a/gprof/org.eclipse.linuxtools.gprof-feature/feature.xml
+++ b/gprof/org.eclipse.linuxtools.gprof-feature/feature.xml
@@ -3,7 +3,9 @@
id="org.eclipse.linuxtools.gprof.feature"
label="%featureName"
version="2.0.0.qualifier"
- provider-name="%provider">
+ provider-name="%provider"
+ license-feature="org.eclipse.linuxtools.license.feature"
+ license-feature-version="1.0.0.qualifier">
<description>
%description

Back to the top