diff options
author | James Moger <james.moger@gitblit.com> | 2011-04-16 16:28:19 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-04-16 16:28:19 -0400 |
commit | f602a2f552e1389ee465307723b492b1af378fd5 (patch) | |
tree | ea055bd74893df6087d87e8dfd82b28f5ea9d2b6 /.classpath | |
parent | b55030a765f040a15609c60d3f69b6cb7f00bdae (diff) | |
download | gitblit-f602a2f552e1389ee465307723b492b1af378fd5.tar.gz gitblit-f602a2f552e1389ee465307723b492b1af378fd5.zip |
Working history feature. Tweak to paging.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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>
|