Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] update site for jetty 7.x bundles?

2012/10/16 André Dietisheim <adietish@xxxxxxxxxx>
Hi guys

I'm currently working on https://bugs.eclipse.org/bugs/show_bug.cgi?id=388913 and it turned out that I have to change StagingViewTester#commit. To be sure the changed swt-bot test works I'd have to install the jetty-7.x bundles as required by org.eclipse.jgit.junit.http (org.eclipse.egit.ui.test->org.eclipse.jgit.junit.http->org.eclipse.jetty.continuation, ...).

I could not find any update site that would allow me to download jetty-7x bundles. I double checked the sources you listed in the contributor guide.
I looked at http://wiki.eclipse.org/Jetty/Contributor/Update_Site and browsed staring with http://download.eclipse.org/jetty/updates/jetty-bundles-7.x (404) which then lead me to http://archive.eclipse.org/jetty/updates/jetty-bundles-7.x/ , http://archive.eclipse.org/jetty/updates/jetty-bundles-7.x/7.6.0.v20120127/ and forth.

I'd appreciate a lot if you could point me to the right location to get the jetty-7x bundles.

http://archive.eclipse.org/jetty/updates/jetty-bundles-7.x/7.6.0.v20120127/ worked for me
and that's also the p2 repository used in target platforms defined in org.eclipse.egit.target 

--
Matthias

Back to the top