Make HTTP test project work in Eclipse
commit56f6d9ebc372b6e64065ccf9d6aebf96bb91abc8
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 17 Jan 2010 21:44:05 +0000 (17 22:44 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 23 Jan 2010 19:29:25 +0000 (23 11:29 -0800)
tree533e3e84a78edb3455f0e9742eb193b526228361
parentf5eb0d93660786213b98dadde7d93c5605454495
Make HTTP test project work in Eclipse

The Jetty components are not available as part of Eclipse, but a
P2 packaged version can be found via [1] for Eclipse 3.5 and newer.

[1] http://wiki.eclipse.org/Jetty-OSGi_SDK

Change-Id: Ibd5930bb9fc9589125876ca50c52e58bd31b051c
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit.http.test/.classpath [new file with mode: 0644]
org.eclipse.jgit.http.test/.gitignore
org.eclipse.jgit.http.test/.project [new file with mode: 0644]
org.eclipse.jgit.http.test/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.jgit.http.test/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.jgit.http.test/build.properties [new file with mode: 0644]
org.eclipse.jgit.http.test/org.eclipse.jgit.http--All-Tests.launch [new file with mode: 0644]