From f97bf09263fe8ef7ba4dcf231dfe7b8265b1e0df Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 27 Apr 2011 21:22:12 -0400 Subject: [PATCH] Centralized markdown transforms. Moved config ops to GitBlit. --- .classpath | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.classpath b/.classpath index f4a6cb6..e1c4e4a 100644 --- a/.classpath +++ b/.classpath @@ -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"/> @@ -13,7 +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> -- Gitblit v1.9.1