Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Moir2008-12-04 21:21:21 +0000
committerKim Moir2008-12-04 21:21:21 +0000
commita16c67b29f3d68a3b29d70131303d6e9c17803f5 (patch)
treee4cd4a53b30b7c61e2e32cf53069518854a64186 /features
parent850ec2de9eac46450b2235730b0e6946c42c441d (diff)
downloadeclipse.platform.team-a16c67b29f3d68a3b29d70131303d6e9c17803f5.tar.gz
eclipse.platform.team-a16c67b29f3d68a3b29d70131303d6e9c17803f5.tar.xz
eclipse.platform.team-a16c67b29f3d68a3b29d70131303d6e9c17803f5.zip
Bug 257433 Various 3.5 features still refer to 3.4 update sitev20081204R35x_v20100119
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.cvs-feature/feature.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/features/org.eclipse.cvs-feature/feature.xml b/features/org.eclipse.cvs-feature/feature.xml
index 44a468c36..e76da9f1d 100644
--- a/features/org.eclipse.cvs-feature/feature.xml
+++ b/features/org.eclipse.cvs-feature/feature.xml
@@ -14,8 +14,9 @@
</license>
<url>
- <update label="%updateSiteName" url="http://download.eclipse.org/eclipse/updates/3.4"/>
- <discovery label="%updateSiteName" url="http://download.eclipse.org/eclipse/updates/3.4"/>
+ <update label="%updateSiteName" url="http://download.eclipse.org/eclipse/updates/3.5"/>
+ <discovery label="%updateSiteName" url="http://download.eclipse.org/eclipse/updates/3.5"/>
+ <discovery label="%secondaryUpdateSiteName" url="http://download.eclipse.org/releases/galileo"/>
</url>
<requires>

Back to the top