Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Rosenberg2010-01-17 21:44:05 +0000
committerShawn O. Pearce2010-01-23 19:29:25 +0000
commit56f6d9ebc372b6e64065ccf9d6aebf96bb91abc8 (patch)
tree533e3e84a78edb3455f0e9742eb193b526228361 /org.eclipse.jgit.http.test/.classpath
parentf5eb0d93660786213b98dadde7d93c5605454495 (diff)
downloadjgit-56f6d9ebc372b6e64065ccf9d6aebf96bb91abc8.tar.gz
jgit-56f6d9ebc372b6e64065ccf9d6aebf96bb91abc8.tar.xz
jgit-56f6d9ebc372b6e64065ccf9d6aebf96bb91abc8.zip
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>
Diffstat (limited to 'org.eclipse.jgit.http.test/.classpath')
-rw-r--r--org.eclipse.jgit.http.test/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.jgit.http.test/.classpath b/org.eclipse.jgit.http.test/.classpath
new file mode 100644
index 0000000000..db269cf465
--- /dev/null
+++ b/org.eclipse.jgit.http.test/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="tst"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top