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/.project | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 org.eclipse.jgit.http.test/.project (limited to 'org.eclipse.jgit.http.test/.project') diff --git a/org.eclipse.jgit.http.test/.project b/org.eclipse.jgit.http.test/.project new file mode 100644 index 0000000000..b686ff7a24 --- /dev/null +++ b/org.eclipse.jgit.http.test/.project @@ -0,0 +1,28 @@ + + + org.eclipse.jgit.http.test + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + + -- cgit v1.2.3