Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2010-04-21 04:18:12 +0000
committerspingel2010-04-21 04:18:12 +0000
commitaa164611d33f5ff40d720aee7fe93aa0b7412335 (patch)
tree334556c0916d3e0db990d48a3413021f3ab22ee4 /org.eclipse.mylyn.sdk-feature/feature.xml
parent8461ca1436d01d992fdcc8f215e02d9178b5ddf3 (diff)
downloadorg.eclipse.mylyn.tasks-aa164611d33f5ff40d720aee7fe93aa0b7412335.tar.gz
org.eclipse.mylyn.tasks-aa164611d33f5ff40d720aee7fe93aa0b7412335.tar.xz
org.eclipse.mylyn.tasks-aa164611d33f5ff40d720aee7fe93aa0b7412335.zip
RESOLVED - bug 308737: [api] provide generic XML-RPC transport layer
https://bugs.eclipse.org/bugs/show_bug.cgi?id=308737
Diffstat (limited to 'org.eclipse.mylyn.sdk-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.sdk-feature/feature.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.sdk-feature/feature.xml b/org.eclipse.mylyn.sdk-feature/feature.xml
index b88a8c3a1..26e7dfbe1 100644
--- a/org.eclipse.mylyn.sdk-feature/feature.xml
+++ b/org.eclipse.mylyn.sdk-feature/feature.xml
@@ -110,6 +110,20 @@
unpack="false"/>
<plugin
+ id="org.eclipse.mylyn.commons.soap.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.mylyn.commons.xmlrpc.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.mylyn.context.ui.source"
download-size="0"
install-size="0"

Back to the top