From 569f8c08eaa17c85a035426b20a0862fc0d25b6e Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 27 Sep 2012 09:00:31 -0400
Subject: [PATCH] Updated to JGit 2.1.0.201209190230-r

---
 .classpath                       |    4 ++--
 docs/04_releases.mkd             |    1 +
 src/com/gitblit/build/Build.java |   12 ++++++------
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/.classpath b/.classpath
index e6a16a8..90522a1 100644
--- a/.classpath
+++ b/.classpath
@@ -26,8 +26,8 @@
 	<classpathentry kind="lib" path="ext/jetty-ajp-7.6.5.v20120716.jar" sourcepath="ext/src/jetty-ajp-7.6.5.v20120716-sources.jar"/>
 	<classpathentry kind="lib" path="ext/lucene-core-3.6.0.jar" sourcepath="ext/src/lucene-core-3.6.0-sources.jar"/>
 	<classpathentry kind="lib" path="ext/markdownpapers-core-1.2.7.jar" sourcepath="ext/src/markdownpapers-core-1.2.7-sources.jar"/>
-	<classpathentry kind="lib" path="ext/org.eclipse.jgit-2.0.0.201206130900-r.jar" sourcepath="ext/src/org.eclipse.jgit-2.0.0.201206130900-r-sources.jar"/>
-	<classpathentry kind="lib" path="ext/org.eclipse.jgit.http.server-2.0.0.201206130900-r.jar" sourcepath="ext/src/org.eclipse.jgit.http.server-2.0.0.201206130900-r-sources.jar"/>
+	<classpathentry kind="lib" path="ext/org.eclipse.jgit-2.1.0.201209190230-r.jar" sourcepath="ext/src/org.eclipse.jgit-2.1.0.201209190230-r-sources.jar"/>
+	<classpathentry kind="lib" path="ext/org.eclipse.jgit.http.server-2.1.0.201209190230-r.jar" sourcepath="ext/src/org.eclipse.jgit.http.server-2.1.0.201209190230-r-sources.jar"/>
 	<classpathentry kind="lib" path="ext/lucene-highlighter-3.6.0.jar" sourcepath="ext/src/lucene-highlighter-3.6.0-sources.jar"/>
 	<classpathentry kind="lib" path="ext/lucene-memory-3.6.0.jar" sourcepath="ext/src/lucene-memory-3.6.0-sources.jar"/>
 	<classpathentry kind="lib" path="ext/unboundid-ldapsdk-2.3.0.jar" sourcepath="ext/src/unboundid-ldapsdk-2.3.0-sources.jar"/>
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd
index 0ad5879..48aecf3 100644
--- a/docs/04_releases.mkd
+++ b/docs/04_releases.mkd
@@ -34,6 +34,7 @@
 #### dependency changes
 
 - updated to Jetty 7.6.5
+- updated to JGit 2.1.0.201209190230-r
 
 <hr/>
 
diff --git a/src/com/gitblit/build/Build.java b/src/com/gitblit/build/Build.java
index 2bb4336..d57d3cd 100644
--- a/src/com/gitblit/build/Build.java
+++ b/src/com/gitblit/build/Build.java
@@ -557,15 +557,15 @@
 				"3b7c5f3938f202311bdca0bf7ed46bc0118af081");
 
 		public static final MavenObject JGIT = new MavenObject("JGit", "org/eclipse/jgit",
-				"org.eclipse.jgit", "2.0.0.201206130900-r", 1600000, 1565000, 3460000,
-				"c8934e903ef26ec9aa1d0d3b604979c77eda4137",
-				"7e2c1486bf13e7bbdf39b68554e9010abe385c32",
+				"org.eclipse.jgit", "2.1.0.201209190230-r", 1600000, 1565000, 3460000,
+				"5e7296d21645a479a1054fc96f3ec8469cede137",
+				"5f492aaeae1beda2a31d1efa182f5d34e76d7b77",
 				"");
 
 		public static final MavenObject JGIT_HTTP = new MavenObject("JGit", "org/eclipse/jgit",
-				"org.eclipse.jgit.http.server", "2.0.0.201206130900-r", 68000, 62000, 110000,
-				"d42535d996ccfc487092a8850e6e78d368de72d6",
-				"85d5ba16db13144815634aeff31ad6c7d92107e6",
+				"org.eclipse.jgit.http.server", "2.1.0.201209190230-r", 68000, 62000, 110000,
+				"0bd9e5801c246d6f8ad9268d18c45ca9915f9a50",
+				"210c434c38ddcf2126af250018d5845ea41ff502",
 				"");
 
 		public static final MavenObject JSCH = new MavenObject("JSch", "com/jcraft", "jsch",

--
Gitblit v1.9.1