Add a tiny "jgit version" program
commit1b10014246b57c8aa382108556e963b30e48123a
authorShawn O. Pearce <spearce@spearce.org>
Tue, 2 Sep 2008 16:28:12 +0000 (2 09:28 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 2 Sep 2008 17:50:43 +0000 (2 19:50 +0200)
tree4e3a6de38b498b6e23f69adcdef8a8a7b70f5c56
parent7f62b2be009ae33dc6109ea64768fb2b8be83d1c
Add a tiny "jgit version" program

Displays the current version of the JAR.  This is probably the same
as the library code since they are currently packaged together but
may in the future represent only the version of the CLI (.pgm).

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit.pgm/src/META-INF/services/org.spearce.jgit.pgm.TextBuiltin
org.spearce.jgit.pgm/src/org/spearce/jgit/pgm/Version.java [new file with mode: 0644]