Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-02-03 08:06:37 +0000
committerEike Stepper2011-02-03 08:06:37 +0000
commit9e1e12127617943a91d16f9732f957451b420cb2 (patch)
tree972460e0ef060f7b04d5d957cae974a404af3709
parent9b24f0d4dd90b9fd82d0c12e606892b1918d290c (diff)
downloadcdo-9e1e12127617943a91d16f9732f957451b420cb2.tar.gz
cdo-9e1e12127617943a91d16f9732f957451b420cb2.tar.xz
cdo-9e1e12127617943a91d16f9732f957451b420cb2.zip
added discovery URl for SWTBot
-rw-r--r--features/org.eclipse.emf.cdo.tests-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.emf.cdo.tests-feature/feature.xml b/features/org.eclipse.emf.cdo.tests-feature/feature.xml
index ca9257d492..a9699f4508 100644
--- a/features/org.eclipse.emf.cdo.tests-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo.tests-feature/feature.xml
@@ -31,7 +31,7 @@
<url>
<update label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
<discovery label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
- <discovery label="SWTBot Updates" url="http://www.eclipse.org/technology/swtbot/helios/dev-build/update-site"/>
+ <discovery label="SWTBot Updates" url="http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site"/>
</url>
<includes

Back to the top