Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Moir2011-01-23 19:08:22 +0000
committerKim Moir2011-01-23 19:08:22 +0000
commit2a01fb33043f47cc582fefff591959ff997c0ff3 (patch)
tree88156b09d9e10a62cac8c2ad58ded96e815ca9c5 /features/org.eclipse.equinox.core.sdk/feature.xml
parentbb0b319dd33e30e3f092ed63df6b4d3eff142893 (diff)
downloadrt.equinox.framework-2a01fb33043f47cc582fefff591959ff997c0ff3.tar.gz
rt.equinox.framework-2a01fb33043f47cc582fefff591959ff997c0ff3.tar.xz
rt.equinox.framework-2a01fb33043f47cc582fefff591959ff997c0ff3.zip
Bug 332662 - Adopt new feature that allows to share the license filev20110124
Diffstat (limited to 'features/org.eclipse.equinox.core.sdk/feature.xml')
-rw-r--r--features/org.eclipse.equinox.core.sdk/feature.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/features/org.eclipse.equinox.core.sdk/feature.xml b/features/org.eclipse.equinox.core.sdk/feature.xml
index 6ac894756..b0fad6a72 100644
--- a/features/org.eclipse.equinox.core.sdk/feature.xml
+++ b/features/org.eclipse.equinox.core.sdk/feature.xml
@@ -3,8 +3,10 @@
id="org.eclipse.equinox.core.sdk"
label="%featureName"
version="3.7.0.qualifier"
- provider-name="%providerName">
-
+ provider-name="%providerName"
+ license-feature="org.eclipse.license"
+ license-feature-version="1.0.0.qualifier">
+
<description>
%description
</description>

Back to the top