Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] http server with authentication for EGit UI Tests

2010/12/2 Gunnar Wagenknecht <gunnar@xxxxxxxxxxxxxxx>
Am 02.12.2010 19:46, schrieb Benjamin Muskalla:
> I'm pretty sure you have to do at least a piggy-back CQ. Chris?

In case of Jetty 6 you need a CQ. In case of Jetty 7 you don't need a CQ
*if* you depend on the Jetty bundles which are available.

If, however, an Eclipse project is consuming only parts of another
Eclipse project (eg., a few Java classes) and includes that into their
release a CQ is necessary. But that is really rare and I'm not aware of
an actual CQ created for that reason.

org.eclipse.jgit.http.test depends on Jetty > 7.0.1 [1] so according to what Gunnar said
we should not need a CQ.

[1] http://egit.eclipse.org/w/?p=jgit.git;a=blob;f=org.eclipse.jgit.http.test/META-INF/MANIFEST.MF;h=3d219949106e720788a7ec48667805be1d617851;hb=HEAD

--
Matthias

Back to the top