Fix missing optional import of jgit.lfs in egit.core MANIFEST.MF
commitd1c98a7beee6477cf726662a421b1d13e3c3aa2d
authorThomas Wolf <thomas.wolf@paranor.ch>
Thu, 23 Aug 2018 10:53:40 +0000 (23 12:53 +0200)
committerThomas Wolf <thomas.wolf@paranor.ch>
Thu, 23 Aug 2018 10:53:40 +0000 (23 12:53 +0200)
tree07507d90e9ee03d1690fba23329edc6c91fe1cf7
parent4220ef5d5a16ce5b0b89d9c725e926797c96f631
Fix missing optional import of jgit.lfs in egit.core MANIFEST.MF

Commit e2be982 inadvertently lost the optional import again, leading
to a CCE at run-time if the JGit LFS was installed because the package
was not on the bundle classpath.

Re-add it again.

Change-Id: I31ce187f6496d5482e485bbe6f9bbbeb365ce685
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.egit.core/META-INF/MANIFEST.MF