Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-05-16 18:42:07 +0000
committerEike Stepper2011-05-16 18:42:07 +0000
commit8de140e139369ff9855e9c1fbbd11d296cf8e944 (patch)
treed14872a58e1724a9d53f6c486eb12815bc699534
parent56ffb4dff65f879464f69516f0151c3eec558bd2 (diff)
downloadcdo-8de140e139369ff9855e9c1fbbd11d296cf8e944.tar.gz
cdo-8de140e139369ff9855e9c1fbbd11d296cf8e944.tar.xz
cdo-8de140e139369ff9855e9c1fbbd11d296cf8e944.zip
added discovery url for SWTBot Dependency
-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