Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Moir2011-01-19 18:05:00 +0000
committerKim Moir2011-01-19 18:05:00 +0000
commit7d66c317c1cf837017dd14228c86074f01df0faa (patch)
tree03c72a280e39d5bb9fdd87e7881dba74ef1924fd /features/org.eclipse.cvs-feature/feature.xml
parentc2d1187b9d71da5b51f2dbb7a3047c161d51a6b3 (diff)
downloadeclipse.platform.team-7d66c317c1cf837017dd14228c86074f01df0faa.tar.gz
eclipse.platform.team-7d66c317c1cf837017dd14228c86074f01df0faa.tar.xz
eclipse.platform.team-7d66c317c1cf837017dd14228c86074f01df0faa.zip
Bug 332662 - Adopt new feature that allows to share the license file
Diffstat (limited to 'features/org.eclipse.cvs-feature/feature.xml')
-rw-r--r--features/org.eclipse.cvs-feature/feature.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/features/org.eclipse.cvs-feature/feature.xml b/features/org.eclipse.cvs-feature/feature.xml
index 907ff1989..deda32864 100644
--- a/features/org.eclipse.cvs-feature/feature.xml
+++ b/features/org.eclipse.cvs-feature/feature.xml
@@ -3,7 +3,9 @@
id="org.eclipse.cvs"
label="%featureName"
version="1.3.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