Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.mylyn.trac-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.trac-feature/feature.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.trac-feature/feature.xml b/org.eclipse.mylyn.trac-feature/feature.xml
index fce7bde9e..dc3606281 100644
--- a/org.eclipse.mylyn.trac-feature/feature.xml
+++ b/org.eclipse.mylyn.trac-feature/feature.xml
@@ -14,7 +14,9 @@
label="%featureName"
version="3.12.0.qualifier"
provider-name="%providerName"
- 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
@@ -24,10 +26,6 @@
%copyright
</copyright>
- <license url="license.html">
- %license
- </license>
-
<requires>
<import feature="org.eclipse.mylyn_feature" version="3.12.0" match="compatible"/>
</requires>

Back to the top