]> source.dussan.org Git - jgit.git/commit
CLI version command falls back to Bundle-Version 37/17237/4
authorKaloyan Raev <kaloyan.r@zend.com>
Wed, 9 Oct 2013 19:40:48 +0000 (22:40 +0300)
committerMatthias Sohn <matthias.sohn@sap.com>
Sat, 12 Oct 2013 20:45:27 +0000 (22:45 +0200)
commit46c839abd5a76ec2ab732c592ad17726d14ffaec
tree2f8ef09542086ee460c35d10353918dbfaaa97b4
parentf3d323e9fededbef0acbd9e316119419b8883516
CLI version command falls back to Bundle-Version

If the version command cannot read the Implementation-Version of the
containing JAR fall back to read the Bundle-Version header in
MANIFEST.MF. This makes the command working also from the
org.eclipse.jgit.pgm bundle and during development in a host IDE.

Bug: 419087
Change-Id: I4269d1cbd9bf9fd8be6fb4463aecc1c434aa387b
Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Version.java