summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-04-16 16:28:19 -0400
committerJames Moger <james.moger@gitblit.com>2011-04-16 16:28:19 -0400
commitf602a2f552e1389ee465307723b492b1af378fd5 (patch)
treeea055bd74893df6087d87e8dfd82b28f5ea9d2b6 /.classpath
parentb55030a765f040a15609c60d3f69b6cb7f00bdae (diff)
downloadgitblit-f602a2f552e1389ee465307723b492b1af378fd5.tar.gz
gitblit-f602a2f552e1389ee465307723b492b1af378fd5.zip
Working history feature. Tweak to paging.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index 4f9e926b..f4a6cb60 100644
--- a/.classpath
+++ b/.classpath
@@ -3,8 +3,6 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="contrib"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <classpathentry kind="lib" path="lib/jgit-0.11.3.jar" sourcepath="/org.eclipse.jgit"/>
- <classpathentry kind="lib" path="lib/jgit-http-0.11.3.jar" sourcepath="/org.eclipse.jgit.http.server"/>
<classpathentry kind="lib" path="ext/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="ext/servlet-api-2.5.jar"/>
<classpathentry kind="lib" path="ext/slf4j-api-1.6.1.jar"/>
@@ -15,5 +13,7 @@
<classpathentry kind="lib" path="ext/wicket-1.4.17.jar"/>
<classpathentry kind="lib" path="ext/wicket-auth-roles-1.4.17.jar"/>
<classpathentry kind="lib" path="ext/wicket-extensions-1.4.17.jar"/>
+ <classpathentry kind="lib" path="lib/jgit-0.11.3.jar"/>
+ <classpathentry kind="lib" path="lib/jgit-http-0.11.3.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>