From 1e83907b001a2df3f14a35fc36c47ea8f49155c4 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 25 Apr 2011 21:52:38 -0400
Subject: [PATCH] Sprinkled some icons throughout ui. Centralized icon retrieval.

---
 .classpath |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.classpath b/.classpath
index 2fc1d0f..e1c4e4a 100644
--- a/.classpath
+++ b/.classpath
@@ -1,11 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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"/>
 	<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"/>
@@ -16,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="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