Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2013-04-22 23:58:57 +0000
committerSteffen Pingel2013-04-22 23:58:57 +0000
commit7627c6238dbfbc112cfd78c02c41979d3a70c699 (patch)
tree7be6f72809117536dba192d812433ba0bd440d24 /org.eclipse.mylyn.bugzilla-feature
parent14187a12a8a4ba0b18ff3eb8fd726c3fedf1c4a6 (diff)
downloadorg.eclipse.mylyn.tasks-7627c6238dbfbc112cfd78c02c41979d3a70c699.tar.gz
org.eclipse.mylyn.tasks-7627c6238dbfbc112cfd78c02c41979d3a70c699.tar.xz
org.eclipse.mylyn.tasks-7627c6238dbfbc112cfd78c02c41979d3a70c699.zip
404949: remove javax.xml.* bundles that are provided by Java 1.6
Change-Id: Ide95eb330b58e4a1e99cf9b9c20057ecc7f13c33 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=404949
Diffstat (limited to 'org.eclipse.mylyn.bugzilla-feature')
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/feature.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla-feature/feature.xml b/org.eclipse.mylyn.bugzilla-feature/feature.xml
index e274f36a4..58fa52b88 100644
--- a/org.eclipse.mylyn.bugzilla-feature/feature.xml
+++ b/org.eclipse.mylyn.bugzilla-feature/feature.xml
@@ -33,8 +33,6 @@
<import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.9.0" match="compatible"/>
<import plugin="org.apache.xmlrpc" version="3.0.0" match="compatible"/>
<import plugin="org.apache.ws.commons.util" version="1.0.1" match="compatible"/>
- <import plugin="javax.xml.bind" version="2.0.0" match="compatible"/>
- <import plugin="javax.xml.stream" version="1.0.1" match="compatible"/>
<import feature="org.eclipse.mylyn_feature" version="3.9.0" match="equivalent"/>
</requires>

Back to the top