Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.test-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.test-feature/feature.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.test-feature/feature.xml b/org.eclipse.mylyn.test-feature/feature.xml
index 46b66e59c..594e08f66 100644
--- a/org.eclipse.mylyn.test-feature/feature.xml
+++ b/org.eclipse.mylyn.test-feature/feature.xml
@@ -13,7 +13,9 @@
id="org.eclipse.mylyn.test_feature"
label="%featureName"
version="3.12.0.qualifier"
- plugin="org.eclipse.mylyn.tasks.core">
+ plugin="org.eclipse.mylyn.tasks.core"
+ license-feature="org.eclipse.license"
+ license-feature-version="1.0.1">
<description url="http://eclipse.org/mylyn">
%description
@@ -23,10 +25,6 @@
%copyright
</copyright>
- <license url="license.html">
- %license
- </license>
-
<requires>
<import feature="org.eclipse.mylyn.sdk_feature" version="3.8.0"/>
</requires>

Back to the top