Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-03-30 22:35:00 +0000
committerspingel2011-03-30 22:35:00 +0000
commitdc5fdbd882c99776d77a75ddb88d9270a243c515 (patch)
tree8332f31d3185f809d881ed0a5d384d3d516421cd /org.eclipse.mylyn.bugzilla-feature
parent09d4f2e280fb73930e58e0ff43d36d9b522d3eb4 (diff)
downloadorg.eclipse.mylyn.tasks-dc5fdbd882c99776d77a75ddb88d9270a243c515.tar.gz
org.eclipse.mylyn.tasks-dc5fdbd882c99776d77a75ddb88d9270a243c515.tar.xz
org.eclipse.mylyn.tasks-dc5fdbd882c99776d77a75ddb88d9270a243c515.zip
require javax.xml.stream bundle
Diffstat (limited to 'org.eclipse.mylyn.bugzilla-feature')
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/feature.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.bugzilla-feature/feature.xml b/org.eclipse.mylyn.bugzilla-feature/feature.xml
index 9998af62d..be44406c0 100644
--- a/org.eclipse.mylyn.bugzilla-feature/feature.xml
+++ b/org.eclipse.mylyn.bugzilla-feature/feature.xml
@@ -34,6 +34,7 @@
<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.6.0" match="equivalent"/>
</requires>

Back to the top