Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Matching source code for 7.0.1.v20091125

You have 3 places you can get it from.

1) The git repository (the preferred method)
git://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git
http://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project.git

tag name: jetty-7.0.1.v20091125 (1758a31e6d9df6490921a723365269afee34518c)

2) Using the git web UI, download the archive for this tag.
http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/tag/?id=jetty-7.0.1.v20091125

3) Using maven, grab the <classifier>sources</classifier> for the module you are interested in.
Example: http://search.maven.org/#artifactdetails%7Corg.eclipse.jetty%7Cjetty-server%7C7.0.1.v20091125%7Cjar
The bottom has the sources classifier: jetty-server-7.0.1.v20091125-sources.jar

--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
www.webtide.com
Developer advice, services and support
from the Jetty & CometD experts.



On Thu, Jul 26, 2012 at 8:25 AM, Ike Ikonne <iikonne@xxxxxxxxxx> wrote:
Hi all,

I would appreciate if if anyone could point to me to the location where I could find
the source code for Jetty 7.0.1.v20091125.

Thanks,

Ike

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



Back to the top