diff options
author | James Moger <james.moger@gitblit.com> | 2011-04-23 19:16:53 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-04-23 19:16:53 -0400 |
commit | f5d0ad7e706f1743b01dcc71f42112d533de89c2 (patch) | |
tree | ca9e8ea117b63ae92c7dd6c5b6ab62ab10a5d527 /.classpath | |
parent | c3f4f124f1b9e45d7696f3c16f958d1c81ff280a (diff) | |
download | gitblit-f5d0ad7e706f1743b01dcc71f42112d533de89c2.tar.gz gitblit-f5d0ad7e706f1743b01dcc71f42112d533de89c2.zip |
Basic Create/Edit Repository. JGit 0.12-stable. Tag icon.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,9 +12,9 @@ <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="lib" path="ext/markdownpapers-core-1.0.0.jar"/>
<classpathentry kind="lib" path="ext/googlecharts-1.4.17.jar"/>
+ <classpathentry kind="lib" path="lib/jgit-0.12-stable.jar"/>
+ <classpathentry kind="lib" path="lib/jgit-http-0.12-stable.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
|