diff options
author | Yuxuan 'fishy' Wang <fishywang@google.com> | 2014-03-24 12:39:41 -0700 |
---|---|---|
committer | Yuxuan 'fishy' Wang <fishywang@google.com> | 2014-04-23 22:59:49 -0700 |
commit | 1f3b75c9ee5a0ae09ecba136a8048e67107f5d1b (patch) | |
tree | bcb344c5ac7d2130d3c754706b50a1126f47af33 /org.eclipse.jgit/META-INF | |
parent | 0ad8fa7b36dafbea07da15897cc2f2b601772e24 (diff) | |
download | jgit-1f3b75c9ee5a0ae09ecba136a8048e67107f5d1b.tar.gz jgit-1f3b75c9ee5a0ae09ecba136a8048e67107f5d1b.zip |
Added the command line of jgit repo.
Change-Id: Ib809b00c236a9c44422a872ae801b060f5b26808
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.jgit/META-INF/MANIFEST.MF b/org.eclipse.jgit/META-INF/MANIFEST.MF index e1b91380a2..1fa0ad9cf0 100644 --- a/org.eclipse.jgit/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit/META-INF/MANIFEST.MF @@ -45,6 +45,9 @@ Export-Package: org.eclipse.jgit.api;version="3.4.0"; org.eclipse.jgit.events;version="3.4.0"; uses:="org.eclipse.jgit.lib", org.eclipse.jgit.fnmatch;version="3.4.0", + org.eclipse.jgit.gitrepo;version="3.4.0"; + uses:="org.eclipse.jgit.api, + org.eclipse.jgit.lib", org.eclipse.jgit.ignore;version="3.4.0", org.eclipse.jgit.internal;version="3.4.0";x-friends:="org.eclipse.jgit.test,org.eclipse.jgit.http.test", org.eclipse.jgit.internal.storage.dfs;version="3.4.0";x-friends:="org.eclipse.jgit.test", |