diff options
author | James Moger <james.moger@gitblit.com> | 2011-06-25 16:57:03 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-06-25 16:57:03 -0400 |
commit | bd0fdfe97b66159e08ca0c4eb92fc086ce49ce41 (patch) | |
tree | bfcdea3f7bf73d2abdfa5b385771cf3f66e6a03b /.classpath | |
parent | 85c2e6eb34215e2242e388a8f8b7173a14b96ad3 (diff) | |
download | gitblit-bd0fdfe97b66159e08ca0c4eb92fc086ce49ce41.tar.gz gitblit-bd0fdfe97b66159e08ca0c4eb92fc086ce49ce41.zip |
Updated to JGit 1.0.0.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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"/>
|