Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2012-05-25 12:49:26 +0000
committerDani Megert2012-05-25 12:49:26 +0000
commit1f6db22e80b5dc8e6df6a7167e9dfe8424581cd2 (patch)
treeb692c2388183f38ca9a52ff9f001d4b3e7042488
parentfe5ed315b37d0d29872bc6e15b9e22ac64499dc7 (diff)
downloadeclipse.jdt-1f6db22e80b5dc8e6df6a7167e9dfe8424581cd2.tar.gz
eclipse.jdt-1f6db22e80b5dc8e6df6a7167e9dfe8424581cd2.tar.xz
eclipse.jdt-1f6db22e80b5dc8e6df6a7167e9dfe8424581cd2.zip
confusing update sites as <discovery>
-rw-r--r--org.eclipse.jdt-feature/feature.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/org.eclipse.jdt-feature/feature.xml b/org.eclipse.jdt-feature/feature.xml
index 4a5fcd5..353e1f8 100644
--- a/org.eclipse.jdt-feature/feature.xml
+++ b/org.eclipse.jdt-feature/feature.xml
@@ -20,11 +20,6 @@
%license
</license>
- <url>
- <update label="%updateSiteName" url="http://download.eclipse.org/eclipse/updates/3.5"/>
- <discovery label="%updateSiteName" url="http://download.eclipse.org/eclipse/updates/3.5"/>
- </url>
-
<requires>
<import feature="org.eclipse.platform" version="3.8.0" match="greaterOrEqual"/>
</requires>

Back to the top