From bd0fdfe97b66159e08ca0c4eb92fc086ce49ce41 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 25 Jun 2011 16:57:03 -0400 Subject: [PATCH] Updated to JGit 1.0.0. --- .classpath | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.classpath b/.classpath index 73cfac4..93f1a9b 100644 --- a/.classpath +++ b/.classpath @@ -81,14 +81,14 @@ </attributes> </classpathentry> <classpathentry kind="lib" path="ext/junit-4.8.2.jar"/> - <classpathentry kind="lib" path="ext/org.eclipse.jgit-0.12.1.jar" sourcepath="ext/org.eclipse.jgit-0.12.1-sources.jar"> + <classpathentry kind="lib" path="ext/org.eclipse.jgit-1.0.0.201106090707-r.jar" sourcepath="ext/org.eclipse.jgit-1.0.0.201106090707-r-sources.jar"> <attributes> - <attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/org.eclipse.jgit-0.12.1-javadoc.jar!/"/> + <attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/org.eclipse.jgit-1.0.0.201106090707-r-javadoc.jar!/"/> </attributes> </classpathentry> - <classpathentry kind="lib" path="ext/org.eclipse.jgit.http.server-0.12.1.jar" sourcepath="ext/org.eclipse.jgit.http.server-0.12.1-sources.jar"> + <classpathentry kind="lib" path="ext/org.eclipse.jgit.http.server-1.0.0.201106090707-r.jar" sourcepath="ext/org.eclipse.jgit.http.server-1.0.0.201106090707-r-sources.jar"> <attributes> - <attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/org.eclipse.jgit.http.server-0.12.1-javadoc.jar!/"/> + <attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/org.eclipse.jgit.http.server-1.0.0.201106090707-r-javadoc.jar!/"/> </attributes> </classpathentry> <classpathentry kind="output" path="bin"/> -- Gitblit v1.9.1