diff options
Diffstat (limited to 'org.eclipse.mylyn-feature/feature.xml')
-rw-r--r-- | org.eclipse.mylyn-feature/feature.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml index baa669526..d6a8a0bd6 100644 --- a/org.eclipse.mylyn-feature/feature.xml +++ b/org.eclipse.mylyn-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> - <url> <discovery label="Mylyn 3.12 for Eclipse 3.8, 4.3 and 4.4" url="http://download.eclipse.org/mylyn/releases/3.12"/> </url> |