Switch jgit.pgm to J2SE-1.5 execution environment
commitb354de59bf3b5ed2d9a11d2866d406c3363a228b
authorShawn O. Pearce <spearce@spearce.org>
Mon, 21 Jul 2008 03:46:52 +0000 (20 23:46 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 31 Jul 2008 02:47:04 +0000 (30 19:47 -0700)
tree8cbcda5dd00c636b6e3ff06acf6ecf2147a699ed
parentd7cc5dc92de1d3cf2d262f904fb38b1b6142c629
Switch jgit.pgm to J2SE-1.5 execution environment

We have been keeping the jgit library itself on Java 5, and the
jgit command line tools should also be on Java 5 and avoid using
any Java 6 APIs (for now).  Not all of our target platforms have
a Java 6 virtual machine available out of the box.

Since the pgm project broke out of the library project our code
already conforms to Java 5 APIs, so we just have to switch the
build path settings.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit.pgm/.classpath