From 8629fe4a2f58ef90899058e5ec0b35058d760167 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 27 Sep 2012 09:54:15 -0400
Subject: [PATCH] Updated to JUnit 4.10

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

diff --git a/.classpath b/.classpath
index 5d1526d..5dd6f1c 100644
--- a/.classpath
+++ b/.classpath
@@ -13,7 +13,7 @@
 	<classpathentry kind="lib" path="ext/jsch-0.1.44-1.jar" sourcepath="ext/src/jsch-0.1.44-1-sources.jar"/>
 	<classpathentry kind="lib" path="ext/rome-0.9.jar" sourcepath="ext/src/rome-0.9-sources.jar"/>
 	<classpathentry kind="lib" path="ext/jdom-1.0.jar" sourcepath="ext/src/jdom-1.0-sources.jar"/>
-	<classpathentry kind="lib" path="ext/junit-4.8.2.jar"/>
+	<classpathentry kind="lib" path="ext/junit-4.10.jar" sourcepath="ext/src/junit-4.10-sources.jar"/>
 	<classpathentry kind="lib" path="ext/hamcrest-core-1.1.jar"/>
 	<classpathentry kind="lib" path="ext/jetty-webapp-7.6.5.v20120716.jar" sourcepath="ext/src/jetty-webapp-7.6.5.v20120716-sources.jar"/>
 	<classpathentry kind="lib" path="ext/gson-1.7.2.jar" sourcepath="ext/src/gson-1.7.2-sources.jar"/>

--
Gitblit v1.9.1