Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Moir2011-01-23 19:08:23 +0000
committerKim Moir2011-01-23 19:08:23 +0000
commit800df20b330e018c5f30aaeb2019a010942a53e0 (patch)
tree90e624ae7461484d932d8c1dc3fc6665f701dfad /features/org.eclipse.equinox.p2.discovery.feature/feature.xml
parenta398035414c86eb68069dcc00ddfdf01b1d5278e (diff)
downloadrt.equinox.p2-800df20b330e018c5f30aaeb2019a010942a53e0.tar.gz
rt.equinox.p2-800df20b330e018c5f30aaeb2019a010942a53e0.tar.xz
rt.equinox.p2-800df20b330e018c5f30aaeb2019a010942a53e0.zip
Bug 332662 - Adopt new feature that allows to share the license filev20110124
Diffstat (limited to 'features/org.eclipse.equinox.p2.discovery.feature/feature.xml')
-rw-r--r--features/org.eclipse.equinox.p2.discovery.feature/feature.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/features/org.eclipse.equinox.p2.discovery.feature/feature.xml b/features/org.eclipse.equinox.p2.discovery.feature/feature.xml
index 0327f032f..c23282fa3 100644
--- a/features/org.eclipse.equinox.p2.discovery.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.discovery.feature/feature.xml
@@ -3,7 +3,9 @@
id="org.eclipse.equinox.p2.discovery.feature"
label="%featureName"
version="1.0.100.qualifier"
- provider-name="%providerName">
+ provider-name="%providerName"
+ license-feature="org.eclipse.license"
+ license-feature-version="1.0.0.qualifier">
<description>
%description

Back to the top