Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2011-01-21 03:27:29 +0000
committerspingel2011-01-21 03:27:29 +0000
commit6e8fb6518eba01ac5d99726d622c22e404b178b3 (patch)
treef845e1b67fedd8eb51a0038c21ab3466ab2dd41f /org.eclipse.mylyn.bugzilla-feature
parentbdd54def1244f14a196f50b4d7f061c97d9bcc54 (diff)
downloadorg.eclipse.mylyn.tasks-6e8fb6518eba01ac5d99726d622c22e404b178b3.tar.gz
org.eclipse.mylyn.tasks-6e8fb6518eba01ac5d99726d622c22e404b178b3.tar.xz
org.eclipse.mylyn.tasks-6e8fb6518eba01ac5d99726d622c22e404b178b3.zip
NEW - bug 330155: [releng] modularize Mylyn build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=330155
Diffstat (limited to 'org.eclipse.mylyn.bugzilla-feature')
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/feature.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.bugzilla-feature/feature.xml b/org.eclipse.mylyn.bugzilla-feature/feature.xml
index 4ee65972e..52834a772 100644
--- a/org.eclipse.mylyn.bugzilla-feature/feature.xml
+++ b/org.eclipse.mylyn.bugzilla-feature/feature.xml
@@ -28,13 +28,9 @@
%license
</license>
- <url>
- <update label="%updateSiteName" url="http://download.eclipse.org/tools/mylyn/update/e3.4"/>
- </url>
-
<requires>
<import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.4.0" match="compatible"/>
- <import feature="org.eclipse.mylyn_feature" version="3.5.0.qualifier" match="perfect"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.5.0" match="equivalent"/>
</requires>
<plugin

Back to the top