From b354de59bf3b5ed2d9a11d2866d406c3363a228b Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Sun, 20 Jul 2008 23:46:52 -0400 Subject: [PATCH] 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 --- org.spearce.jgit.pgm/.classpath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.spearce.jgit.pgm/.classpath b/org.spearce.jgit.pgm/.classpath index cc861d26..50dd6d30 100644 --- a/org.spearce.jgit.pgm/.classpath +++ b/org.spearce.jgit.pgm/.classpath @@ -2,7 +2,7 @@ - + -- 2.11.4.GIT