From 531cd203f387f8358a2e15da5f6171f5871ea688 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 20 Apr 2011 20:16:31 -0400 Subject: [PATCH] Support Markdown rendering. Use Wicket GoogleCharts from Maven. --- .classpath | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.classpath b/.classpath index 4f9e926..70505ff 100644 --- a/.classpath +++ b/.classpath @@ -1,10 +1,7 @@ <?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="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 +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="output" path="bin"/> </classpath> -- Gitblit v1.9.1