436176: add license back to feature.xml in Tasks

Change-Id: Ie983faf3eca2606e427c279a74b84921716e9cff
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=436176
diff --git a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.feature/feature.xml b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.feature/feature.xml
index faedf7e..5ff2f36 100644
--- a/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.feature/feature.xml
+++ b/connector-bugzilla-rest/org.eclipse.mylyn.bugzilla.rest.feature/feature.xml
@@ -26,6 +26,10 @@
       %copyright
    </copyright>
 
+   <license url="%licenseURL">
+      %license
+   </license>
+
    <requires>
       <import feature="org.eclipse.mylyn_feature" version="3.12.0.qualifier"/>
    </requires>
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index d6a8a0b..28ce19b 100644
--- a/org.eclipse.mylyn-feature/feature.xml
+++ b/org.eclipse.mylyn-feature/feature.xml
@@ -26,6 +26,10 @@
       %copyright
    </copyright>
 
+   <license url="%licenseURL">
+      %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>
diff --git a/org.eclipse.mylyn.bugzilla-feature/feature.xml b/org.eclipse.mylyn.bugzilla-feature/feature.xml
index 9fce0c4..48b6cb1 100644
--- a/org.eclipse.mylyn.bugzilla-feature/feature.xml
+++ b/org.eclipse.mylyn.bugzilla-feature/feature.xml
@@ -26,6 +26,10 @@
       %copyright
    </copyright>
 
+   <license url="%licenseURL">
+      %license
+   </license>
+
    <requires>
       <import plugin="org.eclipse.mylyn.commons.net" version="3.12.0" match="compatible"/>
       <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.12.0" match="compatible"/>
diff --git a/org.eclipse.mylyn.sdk-feature/feature.xml b/org.eclipse.mylyn.sdk-feature/feature.xml
index ebbb64b..05b2fd5 100644
--- a/org.eclipse.mylyn.sdk-feature/feature.xml
+++ b/org.eclipse.mylyn.sdk-feature/feature.xml
@@ -26,6 +26,10 @@
       %copyright
    </copyright>
 
+   <license url="%licenseURL">
+      %license
+   </license>
+
    <includes
          id="org.eclipse.mylyn_feature"
          version="0.0.0"/>
diff --git a/org.eclipse.mylyn.tasks.ide-feature/feature.xml b/org.eclipse.mylyn.tasks.ide-feature/feature.xml
index 2e662f3..8db79bb 100644
--- a/org.eclipse.mylyn.tasks.ide-feature/feature.xml
+++ b/org.eclipse.mylyn.tasks.ide-feature/feature.xml
@@ -26,6 +26,10 @@
       %copyright
    </copyright>
 
+   <license url="%licenseURL">
+      %license
+   </license>
+
    <requires>
       <import feature="org.eclipse.mylyn_feature" version="3.12.0" match="equivalent"/>
    </requires>
diff --git a/org.eclipse.mylyn.tasks.index-feature/feature.xml b/org.eclipse.mylyn.tasks.index-feature/feature.xml
index 788cc89..e50584d 100644
--- a/org.eclipse.mylyn.tasks.index-feature/feature.xml
+++ b/org.eclipse.mylyn.tasks.index-feature/feature.xml
@@ -1,37 +1,41 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<feature

-      id="org.eclipse.mylyn.tasks.index"

-      label="%featureName"

-      version="3.12.0.qualifier"

-      provider-name="%providerName"

-      plugin="org.eclipse.mylyn.tasks.core"

-      license-feature="org.eclipse.license"

-      license-feature-version="1.0.1">

-

-   <description url="http://eclipse.org/mylyn">

-      %description

-   </description>

-

-   <copyright>

-      %copyright

-   </copyright>

-

-   <requires>

-      <import feature="org.eclipse.mylyn_feature" version="3.12.0" match="compatible"/>

-   </requires>

-

-   <plugin

-         id="org.eclipse.mylyn.tasks.index.core"

-         download-size="0"

-         install-size="0"

-         version="0.0.0"

-         unpack="false"/>

-

-   <plugin

-         id="org.eclipse.mylyn.tasks.index.ui"

-         download-size="0"

-         install-size="0"

-         version="0.0.0"

-         unpack="false"/>

-

-</feature>

+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.eclipse.mylyn.tasks.index"
+      label="%featureName"
+      version="3.12.0.qualifier"
+      provider-name="%providerName"
+      plugin="org.eclipse.mylyn.tasks.core"
+      license-feature="org.eclipse.license"
+      license-feature-version="1.0.1">
+
+   <description url="http://eclipse.org/mylyn">
+      %description
+   </description>
+
+   <copyright>
+      %copyright
+   </copyright>
+
+   <license url="%licenseURL">
+      %license
+   </license>
+
+   <requires>
+      <import feature="org.eclipse.mylyn_feature" version="3.12.0" match="compatible"/>
+   </requires>
+
+   <plugin
+         id="org.eclipse.mylyn.tasks.index.core"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.eclipse.mylyn.tasks.index.ui"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>
diff --git a/org.eclipse.mylyn.test-feature/feature.xml b/org.eclipse.mylyn.test-feature/feature.xml
index 594e08f..122a7a6 100644
--- a/org.eclipse.mylyn.test-feature/feature.xml
+++ b/org.eclipse.mylyn.test-feature/feature.xml
@@ -25,6 +25,10 @@
       %copyright
    </copyright>
 
+   <license url="%licenseURL">
+      %license
+   </license>
+
    <requires>
       <import feature="org.eclipse.mylyn.sdk_feature" version="3.8.0"/>
    </requires>
diff --git a/org.eclipse.mylyn.trac-feature/feature.xml b/org.eclipse.mylyn.trac-feature/feature.xml
index dc36062..f8e9abb 100644
--- a/org.eclipse.mylyn.trac-feature/feature.xml
+++ b/org.eclipse.mylyn.trac-feature/feature.xml
@@ -26,6 +26,10 @@
       %copyright
    </copyright>
 
+   <license url="%licenseURL">
+      %license
+   </license>
+
    <requires>
       <import feature="org.eclipse.mylyn_feature" version="3.12.0" match="compatible"/>
    </requires>