diff options
author | James Moger <james.moger@gitblit.com> | 2011-04-04 16:13:11 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-04-04 16:13:11 -0400 |
commit | fc84260e4238fda10842c1bd3b9fb0cb74b95426 (patch) | |
tree | 8cdb945c3679678a0c4aa32d2f179c5097a70da1 /.classpath | |
parent | 8aadfad0de588bc7b1aecd9c3327ec5c44607179 (diff) | |
download | gitblit-fc84260e4238fda10842c1bd3b9fb0cb74b95426.tar.gz gitblit-fc84260e4238fda10842c1bd3b9fb0cb74b95426.zip |
Dropped log links, created new stylesheet, added activity graph.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ <classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resources"/>
+ <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"/>
|