436176: add license back to feature.xml in Builds

Change-Id: I7e51b2648aa68ace3362f4b5b82c5b487949c280
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=436176
diff --git a/org.eclipse.mylyn.builds-feature/feature.xml b/org.eclipse.mylyn.builds-feature/feature.xml
index 0994628..3b64491 100644
--- a/org.eclipse.mylyn.builds-feature/feature.xml
+++ b/org.eclipse.mylyn.builds-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"/>
       <import feature="org.eclipse.mylyn.team_feature" version="3.12.0" match="compatible"/>
diff --git a/org.eclipse.mylyn.builds.sdk-feature/feature.xml b/org.eclipse.mylyn.builds.sdk-feature/feature.xml
index 24aba3b..daf7e57 100644
--- a/org.eclipse.mylyn.builds.sdk-feature/feature.xml
+++ b/org.eclipse.mylyn.builds.sdk-feature/feature.xml
@@ -26,6 +26,10 @@
       %copyright
    </copyright>
 
+   <license url="%licenseURL">
+      %license
+   </license>
+
    <includes
          id="org.eclipse.mylyn.hudson"
          version="0.0.0"/>
diff --git a/org.eclipse.mylyn.hudson-feature/feature.xml b/org.eclipse.mylyn.hudson-feature/feature.xml
index 6ff4b02..a9f25b9 100644
--- a/org.eclipse.mylyn.hudson-feature/feature.xml
+++ b/org.eclipse.mylyn.hudson-feature/feature.xml
@@ -26,6 +26,10 @@
       %copyright
    </copyright>
 
+   <license url="%licenseURL">
+      %license
+   </license>
+
    <requires>
       <import plugin="com.google.gson" version="2.1.0" match="compatible"/>