diff options
author | James Moger <james.moger@gitblit.com> | 2012-09-27 09:54:15 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-09-27 09:54:15 -0400 |
commit | 8629fe4a2f58ef90899058e5ec0b35058d760167 (patch) | |
tree | 0522d44ecc5eaca73858119341bfeaab260e6388 /.classpath | |
parent | 94da97716164bc41492ccf7c1ae2418a86630564 (diff) | |
download | gitblit-8629fe4a2f58ef90899058e5ec0b35058d760167.tar.gz gitblit-8629fe4a2f58ef90899058e5ec0b35058d760167.zip |
Updated to JUnit 4.10
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"/> |