xref: /JGit/org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF (revision 1cbfea9ece03b40669377a7f858218f6994562ea)
151e2646dSJens BaumgartManifest-Version: 1.0
251e2646dSJens BaumgartBundle-ManifestVersion: 2
34b0c192fSMichael KepplerBundle-Name: %Bundle-Name
43832527bSKarsten ThomsAutomatic-Module-Name: org.eclipse.jgit.junit.http
551e2646dSJens BaumgartBundle-SymbolicName: org.eclipse.jgit.junit.http
6*1cbfea9eSMatthias SohnBundle-Version: 5.13.0.qualifier
751e2646dSJens BaumgartBundle-Localization: plugin
84b0c192fSMichael KepplerBundle-Vendor: %Bundle-Vendor
94a11534cSMatthias SohnBundle-ActivationPolicy: lazy
10ab79ce91SMatthias SohnBundle-RequiredExecutionEnvironment: JavaSE-1.8
113bc44010SMatthias SohnImport-Package: javax.servlet;version="[2.5.0,3.2.0)",
123bc44010SMatthias Sohn javax.servlet.http;version="[2.5.0,3.2.0)",
132290516dSChristian Halstrick org.apache.commons.logging;version="[1.1.1,2.0.0)",
1433bbbc3cSMat Booth org.eclipse.jetty.http;version="[9.4.5,10.0.0)",
1533bbbc3cSMat Booth org.eclipse.jetty.security;version="[9.4.5,10.0.0)",
1633bbbc3cSMat Booth org.eclipse.jetty.security.authentication;version="[9.4.5,10.0.0)",
1733bbbc3cSMat Booth org.eclipse.jetty.server;version="[9.4.5,10.0.0)",
1833bbbc3cSMat Booth org.eclipse.jetty.server.handler;version="[9.4.5,10.0.0)",
1933bbbc3cSMat Booth org.eclipse.jetty.server.nio;version="[9.4.5,10.0.0)",
2033bbbc3cSMat Booth org.eclipse.jetty.servlet;version="[9.4.5,10.0.0)",
2133bbbc3cSMat Booth org.eclipse.jetty.util.component;version="[9.4.5,10.0.0)",
2233bbbc3cSMat Booth org.eclipse.jetty.util.log;version="[9.4.5,10.0.0)",
2333bbbc3cSMat Booth org.eclipse.jetty.util.security;version="[9.4.5,10.0.0)",
24e17bfc96SThomas Wolf org.eclipse.jetty.util.ssl;version="[9.4.5,10.0.0)",
25*1cbfea9eSMatthias Sohn org.eclipse.jgit.errors;version="[5.13.0,5.14.0)",
26*1cbfea9eSMatthias Sohn org.eclipse.jgit.http.server;version="[5.13.0,5.14.0)",
27*1cbfea9eSMatthias Sohn org.eclipse.jgit.internal.storage.file;version="[5.13.0,5.14.0)",
28*1cbfea9eSMatthias Sohn org.eclipse.jgit.junit;version="[5.13.0,5.14.0)",
29*1cbfea9eSMatthias Sohn org.eclipse.jgit.lib;version="[5.13.0,5.14.0)",
30*1cbfea9eSMatthias Sohn org.eclipse.jgit.revwalk;version="[5.13.0,5.14.0)",
31*1cbfea9eSMatthias Sohn org.eclipse.jgit.transport;version="[5.13.0,5.14.0)",
32*1cbfea9eSMatthias Sohn org.eclipse.jgit.transport.resolver;version="[5.13.0,5.14.0)",
33c02a57f4SDavid Pursehouse org.junit;version="[4.13,5.0.0)"
34*1cbfea9eSMatthias SohnExport-Package: org.eclipse.jgit.junit.http;version="5.13.0";
353a4a5a4eSMatthias Sohn  uses:="org.eclipse.jgit.transport,
363a4a5a4eSMatthias Sohn   org.eclipse.jgit.junit,
373a4a5a4eSMatthias Sohn   javax.servlet.http,
383a4a5a4eSMatthias Sohn   org.eclipse.jgit.lib,
393a4a5a4eSMatthias Sohn   org.eclipse.jgit.revwalk,
403a4a5a4eSMatthias Sohn   org.eclipse.jetty.server.handler,
417395c7afSMatthias Sohn   org.eclipse.jetty.security,
423a4a5a4eSMatthias Sohn   javax.servlet,
433a4a5a4eSMatthias Sohn   org.eclipse.jetty.server,
443a4a5a4eSMatthias Sohn   org.eclipse.jetty.util.log,
453a4a5a4eSMatthias Sohn   org.eclipse.jetty.servlet"
46