diff options
author | James Moger <james.moger@gitblit.com> | 2011-04-20 20:16:31 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-04-20 20:16:31 -0400 |
commit | 531cd203f387f8358a2e15da5f6171f5871ea688 (patch) | |
tree | 37b82696690d1197619345a0c2b4bcfdb0dea7c3 /.classpath | |
parent | 45c0d6ed8c9c3afc4d09200358ee2d53f06023e2 (diff) | |
download | gitblit-531cd203f387f8358a2e15da5f6171f5871ea688.tar.gz gitblit-531cd203f387f8358a2e15da5f6171f5871ea688.zip |
Support Markdown rendering. Use Wicket GoogleCharts from Maven.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?>
<classpath>
<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="ext/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="ext/servlet-api-2.5.jar"/>
@@ -15,5 +14,7 @@ <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="output" path="bin"/>
</classpath>
|