Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.emf.cdo.dawn.tests-feature/feature.properties1
-rw-r--r--features/org.eclipse.emf.cdo.dawn.tests-feature/feature.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/features/org.eclipse.emf.cdo.dawn.tests-feature/feature.properties b/features/org.eclipse.emf.cdo.dawn.tests-feature/feature.properties
index f6ba1ab469..d5d5f26eb0 100644
--- a/features/org.eclipse.emf.cdo.dawn.tests-feature/feature.properties
+++ b/features/org.eclipse.emf.cdo.dawn.tests-feature/feature.properties
@@ -157,6 +157,7 @@ Java and all Java-based trademarks are trademarks of Oracle Corporation in the U
# Label for the update site (on download1.eclipse.org)
updateSiteName=Eclipse Modeling Project Updates
+updateSiteNameSWTBot=SWTBot Dependency
# ==============================================================================
diff --git a/features/org.eclipse.emf.cdo.dawn.tests-feature/feature.xml b/features/org.eclipse.emf.cdo.dawn.tests-feature/feature.xml
index 81bf4cc789..f988761751 100644
--- a/features/org.eclipse.emf.cdo.dawn.tests-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo.dawn.tests-feature/feature.xml
@@ -31,6 +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="%updateSiteNameSWTBot" url="http://www.eclipse.org/technology/swtbot/helios/dev-build/update-site/"/>
</url>
<includes

Back to the top