Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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