|
|
|
@ -3,12 +3,12 @@ Bundle-ManifestVersion: 2
|
|
|
|
|
Bundle-Name: %Bundle-Name |
|
|
|
|
Automatic-Module-Name: org.eclipse.jgit |
|
|
|
|
Bundle-SymbolicName: org.eclipse.jgit |
|
|
|
|
Bundle-Version: 5.8.0.202006091008-r |
|
|
|
|
Bundle-Version: 5.8.1.qualifier |
|
|
|
|
Bundle-Localization: plugin |
|
|
|
|
Bundle-Vendor: %Bundle-Vendor |
|
|
|
|
Eclipse-ExtensibleAPI: true |
|
|
|
|
Export-Package: org.eclipse.jgit.annotations;version="5.8.0", |
|
|
|
|
org.eclipse.jgit.api;version="5.8.0"; |
|
|
|
|
Export-Package: org.eclipse.jgit.annotations;version="5.8.1", |
|
|
|
|
org.eclipse.jgit.api;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.transport, |
|
|
|
|
org.eclipse.jgit.notes, |
|
|
|
|
org.eclipse.jgit.dircache, |
|
|
|
@ -23,18 +23,18 @@ Export-Package: org.eclipse.jgit.annotations;version="5.8.0",
|
|
|
|
|
org.eclipse.jgit.revwalk.filter, |
|
|
|
|
org.eclipse.jgit.blame, |
|
|
|
|
org.eclipse.jgit.merge", |
|
|
|
|
org.eclipse.jgit.api.errors;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.api.errors;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.lib, |
|
|
|
|
org.eclipse.jgit.errors", |
|
|
|
|
org.eclipse.jgit.attributes;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.attributes;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.lib, |
|
|
|
|
org.eclipse.jgit.treewalk", |
|
|
|
|
org.eclipse.jgit.blame;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.blame;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.lib, |
|
|
|
|
org.eclipse.jgit.revwalk, |
|
|
|
|
org.eclipse.jgit.treewalk.filter, |
|
|
|
|
org.eclipse.jgit.diff", |
|
|
|
|
org.eclipse.jgit.diff;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.diff;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.lib, |
|
|
|
|
org.eclipse.jgit.attributes, |
|
|
|
|
org.eclipse.jgit.revwalk, |
|
|
|
@ -42,47 +42,47 @@ Export-Package: org.eclipse.jgit.annotations;version="5.8.0",
|
|
|
|
|
org.eclipse.jgit.treewalk.filter, |
|
|
|
|
org.eclipse.jgit.treewalk, |
|
|
|
|
org.eclipse.jgit.util", |
|
|
|
|
org.eclipse.jgit.dircache;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.dircache;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.events, |
|
|
|
|
org.eclipse.jgit.lib, |
|
|
|
|
org.eclipse.jgit.attributes, |
|
|
|
|
org.eclipse.jgit.treewalk, |
|
|
|
|
org.eclipse.jgit.util", |
|
|
|
|
org.eclipse.jgit.errors;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.errors;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.transport, |
|
|
|
|
org.eclipse.jgit.dircache, |
|
|
|
|
org.eclipse.jgit.lib, |
|
|
|
|
org.eclipse.jgit.internal.storage.pack", |
|
|
|
|
org.eclipse.jgit.events;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.events;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.lib", |
|
|
|
|
org.eclipse.jgit.fnmatch;version="5.8.0", |
|
|
|
|
org.eclipse.jgit.gitrepo;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.fnmatch;version="5.8.1", |
|
|
|
|
org.eclipse.jgit.gitrepo;version="5.8.1"; |
|
|
|
|
uses:="org.xml.sax.helpers, |
|
|
|
|
org.eclipse.jgit.api, |
|
|
|
|
org.eclipse.jgit.lib, |
|
|
|
|
org.eclipse.jgit.revwalk, |
|
|
|
|
org.xml.sax", |
|
|
|
|
org.eclipse.jgit.gitrepo.internal;version="5.8.0";x-internal:=true, |
|
|
|
|
org.eclipse.jgit.hooks;version="5.8.0";uses:="org.eclipse.jgit.lib", |
|
|
|
|
org.eclipse.jgit.ignore;version="5.8.0", |
|
|
|
|
org.eclipse.jgit.ignore.internal;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.gitrepo.internal;version="5.8.1";x-internal:=true, |
|
|
|
|
org.eclipse.jgit.hooks;version="5.8.1";uses:="org.eclipse.jgit.lib", |
|
|
|
|
org.eclipse.jgit.ignore;version="5.8.1", |
|
|
|
|
org.eclipse.jgit.ignore.internal;version="5.8.1"; |
|
|
|
|
x-friends:="org.eclipse.jgit.test", |
|
|
|
|
org.eclipse.jgit.internal;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.internal;version="5.8.1"; |
|
|
|
|
x-friends:="org.eclipse.jgit.test, |
|
|
|
|
org.eclipse.jgit.http.test", |
|
|
|
|
org.eclipse.jgit.internal.fsck;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.internal.fsck;version="5.8.1"; |
|
|
|
|
x-friends:="org.eclipse.jgit.test", |
|
|
|
|
org.eclipse.jgit.internal.ketch;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.internal.ketch;version="5.8.1"; |
|
|
|
|
x-friends:="org.eclipse.jgit.junit, |
|
|
|
|
org.eclipse.jgit.test, |
|
|
|
|
org.eclipse.jgit.pgm", |
|
|
|
|
org.eclipse.jgit.internal.revwalk;version="5.8.0";x-internal:=true, |
|
|
|
|
org.eclipse.jgit.internal.storage.dfs;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.internal.revwalk;version="5.8.1";x-internal:=true, |
|
|
|
|
org.eclipse.jgit.internal.storage.dfs;version="5.8.1"; |
|
|
|
|
x-friends:="org.eclipse.jgit.test, |
|
|
|
|
org.eclipse.jgit.http.server, |
|
|
|
|
org.eclipse.jgit.http.test, |
|
|
|
|
org.eclipse.jgit.lfs.test", |
|
|
|
|
org.eclipse.jgit.internal.storage.file;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.internal.storage.file;version="5.8.1"; |
|
|
|
|
x-friends:="org.eclipse.jgit.test, |
|
|
|
|
org.eclipse.jgit.junit, |
|
|
|
|
org.eclipse.jgit.junit.http, |
|
|
|
@ -91,35 +91,35 @@ Export-Package: org.eclipse.jgit.annotations;version="5.8.0",
|
|
|
|
|
org.eclipse.jgit.pgm, |
|
|
|
|
org.eclipse.jgit.pgm.test, |
|
|
|
|
org.eclipse.jgit.ssh.apache", |
|
|
|
|
org.eclipse.jgit.internal.storage.io;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.internal.storage.io;version="5.8.1"; |
|
|
|
|
x-friends:="org.eclipse.jgit.junit, |
|
|
|
|
org.eclipse.jgit.test, |
|
|
|
|
org.eclipse.jgit.pgm", |
|
|
|
|
org.eclipse.jgit.internal.storage.pack;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.internal.storage.pack;version="5.8.1"; |
|
|
|
|
x-friends:="org.eclipse.jgit.junit, |
|
|
|
|
org.eclipse.jgit.test, |
|
|
|
|
org.eclipse.jgit.pgm", |
|
|
|
|
org.eclipse.jgit.internal.storage.reftable;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.internal.storage.reftable;version="5.8.1"; |
|
|
|
|
x-friends:="org.eclipse.jgit.http.test, |
|
|
|
|
org.eclipse.jgit.junit, |
|
|
|
|
org.eclipse.jgit.test, |
|
|
|
|
org.eclipse.jgit.pgm", |
|
|
|
|
org.eclipse.jgit.internal.storage.reftree;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.internal.storage.reftree;version="5.8.1"; |
|
|
|
|
x-friends:="org.eclipse.jgit.junit, |
|
|
|
|
org.eclipse.jgit.test, |
|
|
|
|
org.eclipse.jgit.pgm", |
|
|
|
|
org.eclipse.jgit.internal.submodule;version="5.8.0";x-internal:=true, |
|
|
|
|
org.eclipse.jgit.internal.transport.connectivity;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.internal.submodule;version="5.8.1";x-internal:=true, |
|
|
|
|
org.eclipse.jgit.internal.transport.connectivity;version="5.8.1"; |
|
|
|
|
x-friends:="org.eclipse.jgit.test", |
|
|
|
|
org.eclipse.jgit.internal.transport.http;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.internal.transport.http;version="5.8.1"; |
|
|
|
|
x-friends:="org.eclipse.jgit.test", |
|
|
|
|
org.eclipse.jgit.internal.transport.parser;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.internal.transport.parser;version="5.8.1"; |
|
|
|
|
x-friends:="org.eclipse.jgit.http.server, |
|
|
|
|
org.eclipse.jgit.test", |
|
|
|
|
org.eclipse.jgit.internal.transport.ssh;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.internal.transport.ssh;version="5.8.1"; |
|
|
|
|
x-friends:="org.eclipse.jgit.ssh.apache, |
|
|
|
|
org.eclipse.jgit.ssh.jsch", |
|
|
|
|
org.eclipse.jgit.lib;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.lib;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.transport, |
|
|
|
|
org.eclipse.jgit.util.sha1, |
|
|
|
|
org.eclipse.jgit.dircache, |
|
|
|
@ -133,9 +133,9 @@ Export-Package: org.eclipse.jgit.annotations;version="5.8.0",
|
|
|
|
|
org.eclipse.jgit.util, |
|
|
|
|
org.eclipse.jgit.submodule, |
|
|
|
|
org.eclipse.jgit.util.time", |
|
|
|
|
org.eclipse.jgit.lib.internal;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.lib.internal;version="5.8.1"; |
|
|
|
|
x-friends:="org.eclipse.jgit.test", |
|
|
|
|
org.eclipse.jgit.merge;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.merge;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.dircache, |
|
|
|
|
org.eclipse.jgit.lib, |
|
|
|
|
org.eclipse.jgit.revwalk, |
|
|
|
@ -144,40 +144,40 @@ Export-Package: org.eclipse.jgit.annotations;version="5.8.0",
|
|
|
|
|
org.eclipse.jgit.util, |
|
|
|
|
org.eclipse.jgit.api, |
|
|
|
|
org.eclipse.jgit.attributes", |
|
|
|
|
org.eclipse.jgit.nls;version="5.8.0", |
|
|
|
|
org.eclipse.jgit.notes;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.nls;version="5.8.1", |
|
|
|
|
org.eclipse.jgit.notes;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.lib, |
|
|
|
|
org.eclipse.jgit.revwalk, |
|
|
|
|
org.eclipse.jgit.treewalk, |
|
|
|
|
org.eclipse.jgit.merge", |
|
|
|
|
org.eclipse.jgit.patch;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.patch;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.lib, |
|
|
|
|
org.eclipse.jgit.diff", |
|
|
|
|
org.eclipse.jgit.revplot;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.revplot;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.lib, |
|
|
|
|
org.eclipse.jgit.revwalk", |
|
|
|
|
org.eclipse.jgit.revwalk;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.revwalk;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.lib, |
|
|
|
|
org.eclipse.jgit.diff, |
|
|
|
|
org.eclipse.jgit.treewalk.filter, |
|
|
|
|
org.eclipse.jgit.revwalk.filter, |
|
|
|
|
org.eclipse.jgit.treewalk", |
|
|
|
|
org.eclipse.jgit.revwalk.filter;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.revwalk.filter;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.revwalk, |
|
|
|
|
org.eclipse.jgit.lib, |
|
|
|
|
org.eclipse.jgit.util", |
|
|
|
|
org.eclipse.jgit.storage.file;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.storage.file;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.lib, |
|
|
|
|
org.eclipse.jgit.util", |
|
|
|
|
org.eclipse.jgit.storage.pack;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.storage.pack;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.lib", |
|
|
|
|
org.eclipse.jgit.submodule;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.submodule;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.lib, |
|
|
|
|
org.eclipse.jgit.diff, |
|
|
|
|
org.eclipse.jgit.treewalk.filter, |
|
|
|
|
org.eclipse.jgit.treewalk, |
|
|
|
|
org.eclipse.jgit.util", |
|
|
|
|
org.eclipse.jgit.transport;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.transport;version="5.8.1"; |
|
|
|
|
uses:="javax.crypto, |
|
|
|
|
org.eclipse.jgit.util.io, |
|
|
|
|
org.eclipse.jgit.lib, |
|
|
|
@ -190,21 +190,21 @@ Export-Package: org.eclipse.jgit.annotations;version="5.8.0",
|
|
|
|
|
org.eclipse.jgit.transport.resolver, |
|
|
|
|
org.eclipse.jgit.storage.pack, |
|
|
|
|
org.eclipse.jgit.errors", |
|
|
|
|
org.eclipse.jgit.transport.http;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.transport.http;version="5.8.1"; |
|
|
|
|
uses:="javax.net.ssl", |
|
|
|
|
org.eclipse.jgit.transport.resolver;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.transport.resolver;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.transport, |
|
|
|
|
org.eclipse.jgit.lib", |
|
|
|
|
org.eclipse.jgit.treewalk;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.treewalk;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.dircache, |
|
|
|
|
org.eclipse.jgit.lib, |
|
|
|
|
org.eclipse.jgit.attributes, |
|
|
|
|
org.eclipse.jgit.revwalk, |
|
|
|
|
org.eclipse.jgit.treewalk.filter, |
|
|
|
|
org.eclipse.jgit.util", |
|
|
|
|
org.eclipse.jgit.treewalk.filter;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.treewalk.filter;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.treewalk", |
|
|
|
|
org.eclipse.jgit.util;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.util;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.transport, |
|
|
|
|
org.eclipse.jgit.hooks, |
|
|
|
|
org.eclipse.jgit.revwalk, |
|
|
|
@ -217,12 +217,12 @@ Export-Package: org.eclipse.jgit.annotations;version="5.8.0",
|
|
|
|
|
org.eclipse.jgit.treewalk, |
|
|
|
|
javax.net.ssl, |
|
|
|
|
org.eclipse.jgit.util.time", |
|
|
|
|
org.eclipse.jgit.util.io;version="5.8.0"; |
|
|
|
|
org.eclipse.jgit.util.io;version="5.8.1"; |
|
|
|
|
uses:="org.eclipse.jgit.attributes, |
|
|
|
|
org.eclipse.jgit.lib, |
|
|
|
|
org.eclipse.jgit.treewalk", |
|
|
|
|
org.eclipse.jgit.util.sha1;version="5.8.0", |
|
|
|
|
org.eclipse.jgit.util.time;version="5.8.0" |
|
|
|
|
org.eclipse.jgit.util.sha1;version="5.8.1", |
|
|
|
|
org.eclipse.jgit.util.time;version="5.8.1" |
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
|
|
|
|
Import-Package: com.googlecode.javaewah;version="[1.1.6,2.0.0)", |
|
|
|
|
javax.crypto, |
|
|
|
|