James Moger
2012-09-27 8629fe4a2f58ef90899058e5ec0b35058d760167
Updated to JUnit 4.10
2 files modified
6 ■■■■ changed files
.classpath 2 ●●● patch | view | raw | blame | history
src/com/gitblit/build/Build.java 4 ●●●● patch | view | raw | blame | history
.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"/>
src/com/gitblit/build/Build.java
@@ -539,8 +539,8 @@
                "627b125cc6029d4d5c59c3a910c1bef347384d97",
                "");
        public static final MavenObject JUNIT = new MavenObject("JUnit", "junit", "junit", "4.8.2",
                237000, 0, 0, "c94f54227b08100974c36170dcb53329435fe5ad", "", "");
        public static final MavenObject JUNIT = new MavenObject("JUnit", "junit", "junit", "4.10",
                253000, 141000, 0, "e4f1766ce7404a08f45d859fb9c226fc9e41a861", "6c98d6766e72d5575f96c9479d1c1d3b865c6e25", "");
        public static final MavenObject HAMCREST = new MavenObject("Hamcrest Core", "org/hamcrest", "hamcrest-core", "1.1",
                77000, 0, 0, "860340562250678d1a344907ac75754e259cdb14", null, "");