From 56f6d9ebc372b6e64065ccf9d6aebf96bb91abc8 Mon Sep 17 00:00:00 2001 From: Robin Rosenberg Date: Sun, 17 Jan 2010 22:44:05 +0100 Subject: 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 Signed-off-by: Shawn O. Pearce --- org.eclipse.jgit.http.test/build.properties | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 org.eclipse.jgit.http.test/build.properties (limited to 'org.eclipse.jgit.http.test/build.properties') diff --git a/org.eclipse.jgit.http.test/build.properties b/org.eclipse.jgit.http.test/build.properties new file mode 100644 index 0000000000..54c9cd2d79 --- /dev/null +++ b/org.eclipse.jgit.http.test/build.properties @@ -0,0 +1,4 @@ +source.. = tst/ +output.. = bin/ +bin.includes = META-INF/,\ + . -- cgit v1.2.3