[EGIT PATCH 07/26] Export the new DirCache API to Eclipse plugins using jgit
- Date: Mon, 11 Aug 2008 18:07:54 -0700
- From: "Shawn O. Pearce" <spearce@xxxxxxxxxxx>
- Subject: [EGIT PATCH 07/26] Export the new DirCache API to Eclipse plugins using jgit
Signed-off-by: Shawn O. Pearce <spearce@xxxxxxxxxxx> --- org.spearce.jgit/META-INF/MANIFEST.MF | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/org.spearce.jgit/META-INF/MANIFEST.MF b/org.spearce.jgit/META-INF/MANIFEST.MF index 388dc18..36f92f2 100644 --- a/org.spearce.jgit/META-INF/MANIFEST.MF +++ b/org.spearce.jgit/META-INF/MANIFEST.MF @@ -5,7 +5,8 @@ Bundle-SymbolicName: org.spearce.jgit Bundle-Version: 0.3.1.qualifier Bundle-Localization: plugin Bundle-Vendor: %provider_name -Export-Package: org.spearce.jgit.errors;uses:="org.spearce.jgit.lib", +Export-Package: org.spearce.jgit.dircache, + org.spearce.jgit.errors;uses:="org.spearce.jgit.lib", org.spearce.jgit.lib, org.spearce.jgit.revplot, org.spearce.jgit.revwalk, -- 1.6.0.rc2.22.g71b99 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
- Follow-Ups:
- [EGIT PATCH 08/26] Support locking (and unlocking) a .git/index through DirCache
- From: Shawn O. Pearce
- [EGIT PATCH 08/26] Support locking (and unlocking) a .git/index through DirCache
- References:
- [EGIT PATCH 00/26] New DirCache API
- From: Shawn O. Pearce
- [EGIT PATCH 01/26] Force all source code to UTF-8 encoding by default
- From: Shawn O. Pearce
- [EGIT PATCH 02/26] Protect WorkingTreeIterator's name encoding from weird ByteBuffers
- From: Shawn O. Pearce
- [EGIT PATCH 03/26] Add Constants.encode as a utility for quick encoding in UTF-8
- From: Shawn O. Pearce
- [EGIT PATCH 04/26] Rely upon Constants.CHARSET over Constants.CHARACTER_ENCODING
- From: Shawn O. Pearce
- [EGIT PATCH 05/26] Allow AbstractTreeIterators to find out about StopWalkExceptions
- From: Shawn O. Pearce
- [EGIT PATCH 06/26] Implement a new .git/index (aka dircache) read interface
- From: Shawn O. Pearce
- [EGIT PATCH 00/26] New DirCache API
- Prev by Date: [EGIT PATCH 05/26] Allow AbstractTreeIterators to find out about StopWalkExceptions
- Next by Date: [EGIT PATCH 06/26] Implement a new .git/index (aka dircache) read interface
- Previous by thread: [EGIT PATCH 06/26] Implement a new .git/index (aka dircache) read interface
- Next by thread: [EGIT PATCH 08/26] Support locking (and unlocking) a .git/index through DirCache
- Index(es):