542870: Mylyn is not compatible with Java 11

* added javax.activation that JAXB depends on.

Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=542870

Change-Id: I340d257dbc1a2703a5b98f971891273bb3abd9c2
Signed-off-by: alexei.trebounskikh <alexei.trebounskikh@tasktop.com>
diff --git a/org.eclipse.mylyn.commons-target/mylyn-commons-e4.5.target b/org.eclipse.mylyn.commons-target/mylyn-commons-e4.5.target
index cfec2b0..02462dc 100644
--- a/org.eclipse.mylyn.commons-target/mylyn-commons-e4.5.target
+++ b/org.eclipse.mylyn.commons-target/mylyn-commons-e4.5.target
@@ -5,6 +5,7 @@
 <unit id="com.google.gson" version="2.7.0.v20170129-0911"/>
 <unit id="com.google.guava" version="21.0.0.v20170206-1425"/>
 <unit id="com.thoughtworks.qdox" version="1.6.3.v20081201-1400"/>
+<unit id="javax.activation" version="1.1.0.v201211130549"/>
 <unit id="javax.xml.bind" version="2.2.0.v201105210648"/>
 <unit id="javax.xml" version="1.3.4.v201005080400"/>
 <unit id="org.apache.commons.codec" version="1.9.0.v20170208-1614"/>
diff --git a/org.eclipse.mylyn.commons.notifications-feature/feature.xml b/org.eclipse.mylyn.commons.notifications-feature/feature.xml
index a794910..2752b41 100644
--- a/org.eclipse.mylyn.commons.notifications-feature/feature.xml
+++ b/org.eclipse.mylyn.commons.notifications-feature/feature.xml
@@ -32,6 +32,7 @@
 
    <requires>
       <import plugin="javax.xml.bind" version="2.2.0" match="compatible"/>
+      <import plugin="javax.activation" version="1.1.0" match="compatible"/>
       
       <import feature="org.eclipse.mylyn.commons" version="3.25.0" match="greaterOrEqual"/>      
    </requires>
diff --git a/org.eclipse.mylyn.commons.sdk-feature/feature.xml b/org.eclipse.mylyn.commons.sdk-feature/feature.xml
index 7060fae..606a18b 100644
--- a/org.eclipse.mylyn.commons.sdk-feature/feature.xml
+++ b/org.eclipse.mylyn.commons.sdk-feature/feature.xml
@@ -289,4 +289,11 @@
          version="0.0.0"
          unpack="false"/>         
 
+   <plugin
+         id="javax.activation"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+                  
 </feature>
diff --git a/org.eclipse.mylyn.development/Bootstrap/mylyn-bootstrap-e4.4.target b/org.eclipse.mylyn.development/Bootstrap/mylyn-bootstrap-e4.4.target
index 8327bec..4dfc5bf 100644
--- a/org.eclipse.mylyn.development/Bootstrap/mylyn-bootstrap-e4.4.target
+++ b/org.eclipse.mylyn.development/Bootstrap/mylyn-bootstrap-e4.4.target
@@ -29,6 +29,7 @@
 <unit id="javax.activation" version="1.1.0.v201211130549"/>
 <unit id="javax.mail" version="1.4.0.v201005080615"/>
 <unit id="javax.wsdl" version="1.6.2.v201012040545"/>
+<unit id="javax.activation" version="1.1.0.v201211130549"/>
 <unit id="javax.xml" version="1.3.4.v201005080400"/>
 <unit id="javax.xml.bind" version="2.2.0.v201105210648"/>
 <unit id="javax.xml.rpc" version="1.1.0.v201209140446"/>
diff --git a/org.eclipse.mylyn.development/Bootstrap/mylyn-bootstrap-e4.5.target b/org.eclipse.mylyn.development/Bootstrap/mylyn-bootstrap-e4.5.target
index f584f85..aa83b40 100644
--- a/org.eclipse.mylyn.development/Bootstrap/mylyn-bootstrap-e4.5.target
+++ b/org.eclipse.mylyn.development/Bootstrap/mylyn-bootstrap-e4.5.target
@@ -28,6 +28,7 @@
 <unit id="javax.activation" version="1.1.0.v201211130549"/>
 <unit id="javax.mail" version="1.4.0.v201005080615"/>
 <unit id="javax.wsdl" version="1.6.2.v201012040545"/>
+<unit id="javax.activation" version="1.1.0.v201211130549"/>
 <unit id="javax.xml" version="1.3.4.v201005080400"/>
 <unit id="javax.xml.bind" version="2.2.0.v201105210648"/>
 <unit id="javax.xml.rpc" version="1.1.0.v201209140446"/>
diff --git a/org.eclipse.mylyn.development/Work/mylyn-work-e4.4.target b/org.eclipse.mylyn.development/Work/mylyn-work-e4.4.target
index 3214d92..4e5e89a 100644
--- a/org.eclipse.mylyn.development/Work/mylyn-work-e4.4.target
+++ b/org.eclipse.mylyn.development/Work/mylyn-work-e4.4.target
@@ -21,6 +21,7 @@
 <unit id="javax.activation" version="1.1.0.v201211130549"/>
 <unit id="javax.mail" version="1.4.0.v201005080615"/>
 <unit id="javax.wsdl" version="1.6.2.v201012040545"/>
+<unit id="javax.activation" version="1.1.0.v201211130549"/>
 <unit id="javax.xml" version="1.3.4.v201005080400"/>
 <unit id="javax.xml.bind" version="2.2.0.v201105210648"/>
 <unit id="javax.xml.rpc" version="1.1.0.v201209140446"/>