diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-01-11 23:42:53 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-01-19 09:54:37 +0100 |
commit | 9a57ae47078dbdc4c81e872e176b692de088d828 (patch) | |
tree | b18f59e641d0975a5a6d1d1773c0fe3ff630d37d /org.eclipse.jgit/META-INF | |
parent | 5f556588a9e4bb5ad23ca67fcf2543affaa0805a (diff) | |
download | jgit-9a57ae47078dbdc4c81e872e176b692de088d828.tar.gz jgit-9a57ae47078dbdc4c81e872e176b692de088d828.zip |
Let org.eclipse.jgit.pgm use BooleanTriState
Change-Id: I575cd5e1ecd326514a8bb4c36a86a2dc71ba5457
Diffstat (limited to 'org.eclipse.jgit/META-INF')
-rw-r--r-- | org.eclipse.jgit/META-INF/MANIFEST.MF | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit/META-INF/MANIFEST.MF b/org.eclipse.jgit/META-INF/MANIFEST.MF index 91e905b2ff..6fb62b1583 100644 --- a/org.eclipse.jgit/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit/META-INF/MANIFEST.MF @@ -132,7 +132,8 @@ Export-Package: org.eclipse.jgit.annotations;version="6.1.0", org.eclipse.jgit.submodule, org.eclipse.jgit.util.time", org.eclipse.jgit.lib.internal;version="6.1.0"; - x-friends:="org.eclipse.jgit.test", + x-friends:="org.eclipse.jgit.test, + org.eclipse.jgit.pgm", org.eclipse.jgit.logging;version="6.1.0", org.eclipse.jgit.merge;version="6.1.0"; uses:="org.eclipse.jgit.dircache, |