Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-03-08 02:09:51 +0000
committerspingel2011-03-08 02:09:51 +0000
commita2d7e03669bf125b2c106c5d2f8d301e63620f70 (patch)
treea9d141acd3504e90a6b709ee3ac04ea5701cbbac /org.eclipse.mylyn.bugzilla-feature/feature.xml
parentace953b18313e81afcab42311884473d0d10944c (diff)
downloadorg.eclipse.mylyn.tasks-a2d7e03669bf125b2c106c5d2f8d301e63620f70.tar.gz
org.eclipse.mylyn.tasks-a2d7e03669bf125b2c106c5d2f8d301e63620f70.tar.xz
org.eclipse.mylyn.tasks-a2d7e03669bf125b2c106c5d2f8d301e63620f70.zip
NEW - bug 338896: remove Orbit bundles from features
https://bugs.eclipse.org/bugs/show_bug.cgi?id=338896
Diffstat (limited to 'org.eclipse.mylyn.bugzilla-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/feature.xml27
1 files changed, 5 insertions, 22 deletions
diff --git a/org.eclipse.mylyn.bugzilla-feature/feature.xml b/org.eclipse.mylyn.bugzilla-feature/feature.xml
index 52834a772..fa700dfaf 100644
--- a/org.eclipse.mylyn.bugzilla-feature/feature.xml
+++ b/org.eclipse.mylyn.bugzilla-feature/feature.xml
@@ -29,7 +29,11 @@
</license>
<requires>
- <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.4.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.net" version="3.5.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.5.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 feature="org.eclipse.mylyn_feature" version="3.5.0" match="equivalent"/>
</requires>
@@ -47,25 +51,4 @@
version="0.0.0"
unpack="false"/>
- <plugin
- id="org.apache.xmlrpc"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.apache.ws.commons.util"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="javax.xml.bind"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
</feature>

Back to the top