Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn-feature/feature.xml4
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/feature.xml6
-rw-r--r--org.eclipse.mylyn.sdk-feature/feature.xml4
-rw-r--r--org.eclipse.mylyn.test-feature/feature.xml4
-rw-r--r--org.eclipse.mylyn.trac-feature/feature.xml4
5 files changed, 1 insertions, 21 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index 03cc77a8f..162d16b13 100644
--- a/org.eclipse.mylyn-feature/feature.xml
+++ b/org.eclipse.mylyn-feature/feature.xml
@@ -28,10 +28,6 @@
%license
</license>
- <url>
- <update label="%updateSiteName" url="http://download.eclipse.org/tools/mylyn/update/e3.4"/>
- </url>
-
<requires>
<import plugin="org.eclipse.mylyn.commons.core" version="3.4.0" match="compatible"/>
<import plugin="org.eclipse.mylyn.commons.net" version="3.4.0" match="compatible"/>
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
diff --git a/org.eclipse.mylyn.sdk-feature/feature.xml b/org.eclipse.mylyn.sdk-feature/feature.xml
index bcd0d8de4..d8d56375e 100644
--- a/org.eclipse.mylyn.sdk-feature/feature.xml
+++ b/org.eclipse.mylyn.sdk-feature/feature.xml
@@ -31,10 +31,6 @@
%license
</license>
- <url>
- <update label="%updateSiteName" url="http://download.eclipse.org/tools/mylyn/update/e3.4"/>
- </url>
-
<requires>
<import feature="org.eclipse.mylyn.bugzilla_feature" version="3.4.0"/>
<import feature="org.eclipse.mylyn.commons" version="3.4.0"/>
diff --git a/org.eclipse.mylyn.test-feature/feature.xml b/org.eclipse.mylyn.test-feature/feature.xml
index 453d46913..7d70fed3c 100644
--- a/org.eclipse.mylyn.test-feature/feature.xml
+++ b/org.eclipse.mylyn.test-feature/feature.xml
@@ -27,10 +27,6 @@
%license
</license>
- <url>
- <update label="%updateSiteName" url="http://download.eclipse.org/tools/mylyn/update/e3.4"/>
- </url>
-
<plugin
id="org.eclipse.mylyn.bugzilla.tests"
download-size="0"
diff --git a/org.eclipse.mylyn.trac-feature/feature.xml b/org.eclipse.mylyn.trac-feature/feature.xml
index 123729f2e..6adfbbc9e 100644
--- a/org.eclipse.mylyn.trac-feature/feature.xml
+++ b/org.eclipse.mylyn.trac-feature/feature.xml
@@ -28,10 +28,6 @@
%license
</license>
- <url>
- <update label="%updateSiteName" url="http://download.eclipse.org/tools/mylyn/update/e3.4"/>
- </url>
-
<requires>
<import plugin="org.eclipse.mylyn.context.core" version="3.4.0" match="compatible"/>
<import plugin="org.eclipse.mylyn.commons.net" version="3.4.0" match="compatible"/>

Back to the top