diff options
author | Robin Rosenberg <robin.rosenberg@dewire.com> | 2010-01-17 22:44:05 +0100 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2010-01-23 11:29:25 -0800 |
commit | 56f6d9ebc372b6e64065ccf9d6aebf96bb91abc8 (patch) | |
tree | 533e3e84a78edb3455f0e9742eb193b526228361 /org.eclipse.jgit.http.test/org.eclipse.jgit.http--All-Tests.launch | |
parent | f5eb0d93660786213b98dadde7d93c5605454495 (diff) | |
download | jgit-56f6d9ebc372b6e64065ccf9d6aebf96bb91abc8.tar.gz 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/org.eclipse.jgit.http--All-Tests.launch')
-rw-r--r-- | org.eclipse.jgit.http.test/org.eclipse.jgit.http--All-Tests.launch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/org.eclipse.jgit.http.test/org.eclipse.jgit.http--All-Tests.launch b/org.eclipse.jgit.http.test/org.eclipse.jgit.http--All-Tests.launch new file mode 100644 index 0000000000..f22dc4bbe9 --- /dev/null +++ b/org.eclipse.jgit.http.test/org.eclipse.jgit.http--All-Tests.launch @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<launchConfiguration type="org.eclipse.jdt.junit.launchconfig"> +<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> +<listEntry value="/org.eclipse.jgit.http.test"/> +</listAttribute> +<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> +<listEntry value="4"/> +</listAttribute> +<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value="=org.eclipse.jgit.http.test"/> +<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/> +<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/> +<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/> +<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value=""/> +<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.jgit.http.test"/> +</launchConfiguration> |