James Moger
2011-06-25 bd0fdfe97b66159e08ca0c4eb92fc086ce49ce41
Updated to JGit 1.0.0.
3 files modified
6 files deleted
2202 ■■■■■ changed files
.classpath 8 ●●●● patch | view | raw | blame | history
src/com/gitblit/Build.java 16 ●●●● patch | view | raw | blame | history
src/com/gitblit/Constants.java 2 ●●● patch | view | raw | blame | history
src/org/eclipse/jgit/api/BlameCommand.java 227 ●●●●● patch | view | raw | blame | history
src/org/eclipse/jgit/blame/BlameGenerator.java 961 ●●●●● patch | view | raw | blame | history
src/org/eclipse/jgit/blame/BlameResult.java 356 ●●●●● patch | view | raw | blame | history
src/org/eclipse/jgit/blame/Candidate.java 386 ●●●●● patch | view | raw | blame | history
src/org/eclipse/jgit/blame/Region.java 133 ●●●●● patch | view | raw | blame | history
src/org/eclipse/jgit/blame/ReverseWalk.java 113 ●●●●● patch | view | raw | blame | history
.classpath
@@ -81,14 +81,14 @@
        </attributes>
    </classpathentry>
    <classpathentry kind="lib" path="ext/junit-4.8.2.jar"/>
    <classpathentry kind="lib" path="ext/org.eclipse.jgit-0.12.1.jar" sourcepath="ext/org.eclipse.jgit-0.12.1-sources.jar">
    <classpathentry kind="lib" path="ext/org.eclipse.jgit-1.0.0.201106090707-r.jar" sourcepath="ext/org.eclipse.jgit-1.0.0.201106090707-r-sources.jar">
        <attributes>
            <attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/org.eclipse.jgit-0.12.1-javadoc.jar!/"/>
            <attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/org.eclipse.jgit-1.0.0.201106090707-r-javadoc.jar!/"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="lib" path="ext/org.eclipse.jgit.http.server-0.12.1.jar" sourcepath="ext/org.eclipse.jgit.http.server-0.12.1-sources.jar">
    <classpathentry kind="lib" path="ext/org.eclipse.jgit.http.server-1.0.0.201106090707-r.jar" sourcepath="ext/org.eclipse.jgit.http.server-1.0.0.201106090707-r-sources.jar">
        <attributes>
            <attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/org.eclipse.jgit.http.server-0.12.1-javadoc.jar!/"/>
            <attribute name="javadoc_location" value="jar:platform:/resource/gitblit/ext/org.eclipse.jgit.http.server-1.0.0.201106090707-r-javadoc.jar!/"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="output" path="bin"/>
src/com/gitblit/Build.java
@@ -385,16 +385,16 @@
                "3b7c5f3938f202311bdca0bf7ed46bc0118af081");
        public static final MavenObject JGIT = new MavenObject("JGit", "org/eclipse/jgit",
                "org.eclipse.jgit", "0.12.1", 1318000, 1354000, 2993000,
                "fd77699699b9651d2fc31c7ed63af98b14fc1975",
                "c8b3d84922c7802cfe6a661e13a002641a78583d",
                "5609aa3ce3ac3d52030befd27ddd2941f6c07570");
                "org.eclipse.jgit", "1.0.0.201106090707-r", 1318000, 1354000, 2993000,
                "34e70691382d67ee5c84ef207fb8d3784594ba2c",
                "78dbd385cf40cb266f4fb2de8651b288a72f4e2d",
                "dab55685bb6eee8d07cc87faf0cedaa3f9d04a0d");
        public static final MavenObject JGIT_HTTP = new MavenObject("JGit", "org/eclipse/jgit",
                "org.eclipse.jgit.http.server", "0.12.1", 68000, 62000, 99000,
                "384058ca906dffb8b8708c2db8849c9754359b28",
                "7b026658ed8de2eccc2d11d647d43d7c84a56911",
                "6c19e37b3caafd70c1b7b024ae1858c725181688");
                "org.eclipse.jgit.http.server", "1.0.0.201106090707-r", 68000, 62000, 99000,
                "35e22f7000af95d0c90caaf2012071ef3734ff59",
                "4a2368beb1e9db4a6a0d609b7b869f218bf8e7a9",
                "3100ce7c40d6968481a12377c59c708cda2d17b5");
        public static final MavenObject JSCH = new MavenObject("JSch", "com/jcraft", "jsch",
                "0.1.44-1", 214000, 211000, 413000, "2e9ae08de5a71bd0e0d3ba2558598181bfa71d4e",
src/com/gitblit/Constants.java
@@ -27,7 +27,7 @@
    // The build script extracts this exact line so be careful editing it
    // and only use A-Z a-z 0-9 .-_ in the string.
    public static final String JGIT_VERSION = "JGit 0.12.1";
    public static final String JGIT_VERSION = "JGit 1.0.0";
    public static final String ADMIN_ROLE = "#admin";
src/org/eclipse/jgit/api/BlameCommand.java
File was deleted
src/org/eclipse/jgit/blame/BlameGenerator.java
File was deleted
src/org/eclipse/jgit/blame/BlameResult.java
File was deleted
src/org/eclipse/jgit/blame/Candidate.java
File was deleted
src/org/eclipse/jgit/blame/Region.java
File was deleted
src/org/eclipse/jgit/blame/ReverseWalk.java
File was deleted