Cleanup MANIFEST.MF in JGit
commit4cfc7baf9ee56a282232a243c1bcc5931aa9ea75
authorChris Aniszczyk <zx@eclipsesource.com>
Thu, 1 Oct 2009 21:12:50 +0000 (1 14:12 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 1 Oct 2009 21:12:50 +0000 (1 14:12 -0700)
treebef330cc64e1f4474fa0d04a2fd46f3207106f30
parent5f7b89cac5ad42078585db3b0c8d66801caf6260
Cleanup MANIFEST.MF in JGit

- We shouldn't be re-exporting bundles, JSch in this case.
  Instead used a Import-Package clause.

- Some packages weren't exported.  In Eclipse we have a policy to
  export all the packages in a bundle

- Exporting version numbers on the export packages.

Bug: 291108
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/META-INF/MANIFEST.MF