Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.doc/help/EGit/Contributor_Guide/Tests.html')
-rw-r--r--org.eclipse.egit.doc/help/EGit/Contributor_Guide/Tests.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.doc/help/EGit/Contributor_Guide/Tests.html b/org.eclipse.egit.doc/help/EGit/Contributor_Guide/Tests.html
index 3ff25984bd..a3f2ad75a4 100644
--- a/org.eclipse.egit.doc/help/EGit/Contributor_Guide/Tests.html
+++ b/org.eclipse.egit.doc/help/EGit/Contributor_Guide/Tests.html
@@ -40,8 +40,8 @@
<p>To run these tests from Eclipse the Jetty feature is needed. Use one of the target platforms as described in
<a href="Development-IDE-Configuration.html#Dependencies">dependencies</a>.
</p>
- <p>Alternatively, install "Jetty 7.6.11.v20130520" from
- <a href="http://download.eclipse.org/jetty/updates/jetty-bundles-7.x/7.6.11.v20130520/" target="egit_external">http://download.eclipse.org/jetty/updates/jetty-bundles-7.x/7.6.11.v20130520/</a> .
+ <p>Alternatively, install "Jetty 9.2.10.v20150310" from
+ <a href="http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.2.10.v20150310/" target="egit_external">http://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.2.10.v20150310/</a>
</p>
<h2 id="EGit_Core_Tests">EGit Core Tests</h2>
<p>The EGit Core tests are executed during the maven build for the bundle

Back to the top