diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-10-25 13:40:32 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-10-25 15:45:49 +0100 |
commit | 8269587f4927e3fc14624efcdd05427034782ee5 (patch) | |
tree | bbd26fa007e9cdadcecb1080163b6e79c60357f6 /org.eclipse.jgit/META-INF/MANIFEST.MF | |
parent | e23bdf1c7cfcc6a9351c0b168c11a2ae62a9b063 (diff) | |
download | jgit-8269587f4927e3fc14624efcdd05427034782ee5.tar.gz jgit-8269587f4927e3fc14624efcdd05427034782ee5.zip |
Export new package org.eclipse.jgit.logging and import it where used
Change-Id: Ib81b8733e184e75c2cba21ab27c4bbe8dbe0b04d
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/META-INF/MANIFEST.MF')
-rw-r--r-- | org.eclipse.jgit/META-INF/MANIFEST.MF | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/META-INF/MANIFEST.MF b/org.eclipse.jgit/META-INF/MANIFEST.MF index 433a193378..1a91f06d44 100644 --- a/org.eclipse.jgit/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit/META-INF/MANIFEST.MF @@ -135,6 +135,7 @@ Export-Package: org.eclipse.jgit.annotations;version="5.10.0", org.eclipse.jgit.util.time", org.eclipse.jgit.lib.internal;version="5.10.0"; x-friends:="org.eclipse.jgit.test", + org.eclipse.jgit.logging;version="5.10.0", org.eclipse.jgit.merge;version="5.10.0"; uses:="org.eclipse.jgit.dircache, org.eclipse.jgit.lib, |