Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2012-05-25 12:49:00 +0000
committerDani Megert2012-05-25 12:49:00 +0000
commit10894ffef9d7da3e4b78a18e87b5315adeaaca75 (patch)
tree105e3dae637969eda10ab700daf808e36ae98c48
parent66bd640348ea8f83905e4f8f4c93a36233471f29 (diff)
downloadeclipse.platform.team-I20120527-1900.tar.gz
eclipse.platform.team-I20120527-1900.tar.xz
eclipse.platform.team-I20120527-1900.zip
confusing update sites as <discovery>
-rw-r--r--features/org.eclipse.cvs-feature/feature.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/features/org.eclipse.cvs-feature/feature.xml b/features/org.eclipse.cvs-feature/feature.xml
index 8e1446e7a..4fb436493 100644
--- a/features/org.eclipse.cvs-feature/feature.xml
+++ b/features/org.eclipse.cvs-feature/feature.xml
@@ -19,12 +19,6 @@
%license
</license>
- <url>
- <update label="%updateSiteName" url="http://download.eclipse.org/eclipse/updates/3.6"/>
- <discovery label="%updateSiteName" url="http://download.eclipse.org/eclipse/updates/3.6"/>
- <discovery label="%secondaryUpdateSiteName" url="http://download.eclipse.org/releases/helios"/>
- </url>
-
<requires>
<import feature="org.eclipse.platform" version="3.7.0" match="greaterOrEqual"/>
</requires>

Back to the top