diff options
author | Yuxuan 'fishy' Wang <fishywang@google.com> | 2014-07-24 08:17:10 -0700 |
---|---|---|
committer | Yuxuan 'fishy' Wang <fishywang@google.com> | 2014-07-24 08:19:33 -0700 |
commit | c7adc0c91c87309179323d25d3a071cd6d0ee26e (patch) | |
tree | 29763167f07dee3be4ae9bc518b733e514e8490b /org.eclipse.jgit/META-INF | |
parent | f3fc3797579ac0bf55648bad560e7daa5e6df9b5 (diff) | |
download | jgit-c7adc0c91c87309179323d25d3a071cd6d0ee26e.tar.gz jgit-c7adc0c91c87309179323d25d3a071cd6d0ee26e.zip |
Added the missing export in MANIFEST.MF.
This fixes bug 440352.
Change-Id: I4b1c63087a97b7b2f3d7bdb5e066424a84ef6cef
Signed-off-by: Yuxuan 'fishy' Wang <fishywang@google.com>
Diffstat (limited to 'org.eclipse.jgit/META-INF')
-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 36acfb6710..7f2ace0f86 100644 --- a/org.eclipse.jgit/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit/META-INF/MANIFEST.MF @@ -48,6 +48,7 @@ Export-Package: org.eclipse.jgit.api;version="3.5.0"; org.eclipse.jgit.gitrepo;version="3.5.0"; uses:="org.eclipse.jgit.api, org.eclipse.jgit.lib", + org.eclipse.jgit.gitrepo.internal;version="3.5.0", org.eclipse.jgit.ignore;version="3.5.0", org.eclipse.jgit.internal;version="3.5.0";x-friends:="org.eclipse.jgit.test,org.eclipse.jgit.http.test", org.eclipse.jgit.internal.storage.dfs;version="3.5.0";x-friends:="org.eclipse.jgit.test", |