Robin Rosenberg | 56f6d9e | 2010-01-17 22:44:05 +0100 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
Michael Keppler | 4b0c192 | 2019-06-21 17:39:20 +0200 | [diff] [blame] | 3 | Bundle-Name: %Bundle-Name |
Karsten Thoms | 3832527 | 2017-12-21 14:26:37 +0100 | [diff] [blame] | 4 | Automatic-Module-Name: org.eclipse.jgit.http.test |
Robin Rosenberg | 56f6d9e | 2010-01-17 22:44:05 +0100 | [diff] [blame] | 5 | Bundle-SymbolicName: org.eclipse.jgit.http.test |
Matthias Sohn | e81c513 | 2022-11-17 00:06:09 +0100 | [diff] [blame^] | 6 | Bundle-Version: 6.4.0.qualifier |
Michael Keppler | 4b0c192 | 2019-06-21 17:39:20 +0200 | [diff] [blame] | 7 | Bundle-Vendor: %Bundle-Vendor |
Shawn O. Pearce | 0238a21 | 2010-01-23 11:40:31 -0800 | [diff] [blame] | 8 | Bundle-Localization: plugin |
Matthias Sohn | f81a3fc | 2020-12-27 11:50:52 +0100 | [diff] [blame] | 9 | Bundle-RequiredExecutionEnvironment: JavaSE-11 |
Matthias Sohn | f91e47f | 2021-11-19 09:23:12 +0100 | [diff] [blame] | 10 | Import-Package: javax.servlet;version="[2.5.0,5.0.0)", |
| 11 | javax.servlet.http;version="[2.5.0,5.0.0)", |
Jonathan Tan | f516c1d | 2018-02-28 14:36:44 -0800 | [diff] [blame] | 12 | org.apache.commons.codec;version="[1.6.0,2.0.0)", |
| 13 | org.apache.commons.codec.binary;version="[1.6.0,2.0.0)", |
Gabriel Couto | 280707b | 2018-07-19 05:34:56 +0000 | [diff] [blame] | 14 | org.apache.http;version="[4.3.0,5.0.0)", |
Thomas Wolf | cf9433a | 2021-01-18 16:05:58 +0100 | [diff] [blame] | 15 | org.apache.http.client;version="[4.4.0,5.0.0)", |
Gabriel Couto | 280707b | 2018-07-19 05:34:56 +0000 | [diff] [blame] | 16 | org.apache.http.message;version="[4.3.0,5.0.0)", |
Matthias Sohn | f91e47f | 2021-11-19 09:23:12 +0100 | [diff] [blame] | 17 | org.eclipse.jetty.http;version="[10.0.0,11.0.0)", |
| 18 | org.eclipse.jetty.io;version="[10.0.0,11.0.0)", |
| 19 | org.eclipse.jetty.security;version="[10.0.0,11.0.0)", |
| 20 | org.eclipse.jetty.security.authentication;version="[10.0.0,11.0.0)", |
| 21 | org.eclipse.jetty.server;version="[10.0.0,11.0.0)", |
| 22 | org.eclipse.jetty.server.handler;version="[10.0.0,11.0.0)", |
| 23 | org.eclipse.jetty.servlet;version="[10.0.0,11.0.0)", |
| 24 | org.eclipse.jetty.util;version="[10.0.0,11.0.0)", |
| 25 | org.eclipse.jetty.util.component;version="[10.0.0,11.0.0)", |
| 26 | org.eclipse.jetty.util.log;version="[10.0.0,11.0.0)", |
| 27 | org.eclipse.jetty.util.security;version="[10.0.0,11.0.0)", |
| 28 | org.eclipse.jetty.util.thread;version="[10.0.0,11.0.0)", |
Matthias Sohn | 85182df | 2022-09-12 10:55:36 +0200 | [diff] [blame] | 29 | org.eclipse.jgit.api;version="[6.4.0,6.5.0)", |
| 30 | org.eclipse.jgit.errors;version="[6.4.0,6.5.0)", |
| 31 | org.eclipse.jgit.http.server;version="[6.4.0,6.5.0)", |
| 32 | org.eclipse.jgit.http.server.glue;version="[6.4.0,6.5.0)", |
| 33 | org.eclipse.jgit.http.server.resolver;version="[6.4.0,6.5.0)", |
| 34 | org.eclipse.jgit.internal;version="[6.4.0,6.5.0)", |
| 35 | org.eclipse.jgit.internal.storage.dfs;version="[6.4.0,6.5.0)", |
| 36 | org.eclipse.jgit.internal.storage.file;version="[6.4.0,6.5.0)", |
| 37 | org.eclipse.jgit.internal.storage.reftable;version="[6.4.0,6.5.0)", |
| 38 | org.eclipse.jgit.junit;version="[6.4.0,6.5.0)", |
| 39 | org.eclipse.jgit.junit.http;version="[6.4.0,6.5.0)", |
| 40 | org.eclipse.jgit.lib;version="[6.4.0,6.5.0)", |
| 41 | org.eclipse.jgit.nls;version="[6.4.0,6.5.0)", |
| 42 | org.eclipse.jgit.revwalk;version="[6.4.0,6.5.0)", |
| 43 | org.eclipse.jgit.storage.file;version="[6.4.0,6.5.0)", |
| 44 | org.eclipse.jgit.transport;version="[6.4.0,6.5.0)", |
| 45 | org.eclipse.jgit.transport.http;version="[6.4.0,6.5.0)", |
| 46 | org.eclipse.jgit.transport.http.apache;version="[6.4.0,6.5.0)", |
| 47 | org.eclipse.jgit.transport.resolver;version="[6.4.0,6.5.0)", |
| 48 | org.eclipse.jgit.util;version="[6.4.0,6.5.0)", |
Matthias Sohn | ca969ec | 2021-07-19 12:32:26 +0200 | [diff] [blame] | 49 | org.hamcrest;version="[1.1.0,3.0.0)", |
| 50 | org.hamcrest.core;version="[1.1.0,3.0.0)", |
David Pursehouse | c02a57f | 2020-01-21 17:27:59 +0100 | [diff] [blame] | 51 | org.junit;version="[4.13,5.0.0)", |
| 52 | org.junit.rules;version="[4.13,5.0.0)", |
| 53 | org.junit.runner;version="[4.13,5.0.0)", |
| 54 | org.junit.runners;version="[4.13,5.0.0)" |