James Moger
2013-10-16 bd578c3df83e9e190f4e747dd63097defd4a7ba6
Update to JGit 3.1.0

Change-Id: I94d4f6146c79541bf8a36e4c3dca1842e46cddd5
5 files modified
29 ■■■■ changed files
.classpath 4 ●●●● patch | view | raw | blame | history
build.moxie 10 ●●●● patch | view | raw | blame | history
build.xml 2 ●●● patch | view | raw | blame | history
gitblit.iml 12 ●●●● patch | view | raw | blame | history
releases.moxie 1 ●●●● patch | view | raw | blame | history
.classpath
@@ -21,10 +21,10 @@
    <classpathentry kind="lib" path="ext/lucene-queries-3.6.1.jar" sourcepath="ext/src/lucene-queries-3.6.1.jar" />
    <classpathentry kind="lib" path="ext/jakarta-regexp-1.4.jar" />
    <classpathentry kind="lib" path="ext/markdownpapers-core-1.3.2.jar" sourcepath="ext/src/markdownpapers-core-1.3.2.jar" />
    <classpathentry kind="lib" path="ext/org.eclipse.jgit-3.0.0.201306101825-r.jar" sourcepath="ext/src/org.eclipse.jgit-3.0.0.201306101825-r.jar" />
    <classpathentry kind="lib" path="ext/org.eclipse.jgit-3.1.0.201310021548-r.jar" sourcepath="ext/src/org.eclipse.jgit-3.1.0.201310021548-r.jar" />
    <classpathentry kind="lib" path="ext/jsch-0.1.46.jar" sourcepath="ext/src/jsch-0.1.46.jar" />
    <classpathentry kind="lib" path="ext/JavaEWAH-0.5.6.jar" sourcepath="ext/src/JavaEWAH-0.5.6.jar" />
    <classpathentry kind="lib" path="ext/org.eclipse.jgit.http.server-3.0.0.201306101825-r.jar" sourcepath="ext/src/org.eclipse.jgit.http.server-3.0.0.201306101825-r.jar" />
    <classpathentry kind="lib" path="ext/org.eclipse.jgit.http.server-3.1.0.201310021548-r.jar" sourcepath="ext/src/org.eclipse.jgit.http.server-3.1.0.201310021548-r.jar" />
    <classpathentry kind="lib" path="ext/bcprov-jdk15on-1.47.jar" sourcepath="ext/src/bcprov-jdk15on-1.47.jar" />
    <classpathentry kind="lib" path="ext/bcmail-jdk15on-1.47.jar" sourcepath="ext/src/bcmail-jdk15on-1.47.jar" />
    <classpathentry kind="lib" path="ext/bcpkix-jdk15on-1.47.jar" sourcepath="ext/src/bcpkix-jdk15on-1.47.jar" />
build.moxie
@@ -3,7 +3,7 @@
#
# Specify minimum Moxie version required to build
requires: 0.7.4
requires: 0.8.3
# Project Metadata
name: Gitblit
@@ -90,18 +90,18 @@
# Register the Eclipse JGit Maven repositories
registeredRepositories:
- { id: jgit, url: 'http://download.eclipse.org/jgit/maven' }
- { id: jgit-snapshots, url: 'https://repo.eclipse.org/content/groups/snapshots' }
- { id: eclipse, url: 'http://repo.eclipse.org/content/groups/releases' }
- { id: eclipse-snapshots, url: 'http://repo.eclipse.org/content/groups/snapshots' }
# Source all dependencies from the following repositories in the specified order
repositories: central, jgit-snapshots, jgit
repositories: central, eclipse-snapshots, eclipse
# Convenience properties for dependencies
properties: {
  jetty.version  : 7.6.13.v20130916
  wicket.version : 1.4.21
  lucene.version : 3.6.1
  jgit.version   : 3.0.0.201306101825-r
  jgit.version   : 3.1.0.201310021548-r
  groovy.version : 1.8.8
  bouncycastle.version : 1.47
  selenium.version : 2.28.0
build.xml
@@ -8,7 +8,7 @@
        documentation @ http://gitblit.github.io/moxie
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    -->
    <property name="moxie.version" value="0.8.2" />
    <property name="moxie.version" value="0.8.3" />
    <property name="moxie.url" value="http://gitblit.github.io/moxie/maven" />
    <property name="moxie.jar" value="moxie-toolkit-${moxie.version}.jar" />
    <property name="moxie.dir" value="${user.home}/.moxie" />
gitblit.iml
@@ -207,13 +207,13 @@
      </library>
    </orderEntry>
    <orderEntry type="module-library">
      <library name="org.eclipse.jgit-3.0.0.201306101825-r.jar">
      <library name="org.eclipse.jgit-3.1.0.201310021548-r.jar">
        <CLASSES>
          <root url="jar://$MODULE_DIR$/ext/org.eclipse.jgit-3.0.0.201306101825-r.jar!/" />
          <root url="jar://$MODULE_DIR$/ext/org.eclipse.jgit-3.1.0.201310021548-r.jar!/" />
        </CLASSES>
        <JAVADOC />
        <SOURCES>
          <root url="jar://$MODULE_DIR$/ext/src/org.eclipse.jgit-3.0.0.201306101825-r.jar!/" />
          <root url="jar://$MODULE_DIR$/ext/src/org.eclipse.jgit-3.1.0.201310021548-r.jar!/" />
        </SOURCES>
      </library>
    </orderEntry>
@@ -240,13 +240,13 @@
      </library>
    </orderEntry>
    <orderEntry type="module-library">
      <library name="org.eclipse.jgit.http.server-3.0.0.201306101825-r.jar">
      <library name="org.eclipse.jgit.http.server-3.1.0.201310021548-r.jar">
        <CLASSES>
          <root url="jar://$MODULE_DIR$/ext/org.eclipse.jgit.http.server-3.0.0.201306101825-r.jar!/" />
          <root url="jar://$MODULE_DIR$/ext/org.eclipse.jgit.http.server-3.1.0.201310021548-r.jar!/" />
        </CLASSES>
        <JAVADOC />
        <SOURCES>
          <root url="jar://$MODULE_DIR$/ext/src/org.eclipse.jgit.http.server-3.0.0.201306101825-r.jar!/" />
          <root url="jar://$MODULE_DIR$/ext/src/org.eclipse.jgit.http.server-3.1.0.201310021548-r.jar!/" />
        </SOURCES>
      </library>
    </orderEntry>
releases.moxie
@@ -29,6 +29,7 @@
    - Added a normalized diffstat display to the commit, commitdiff, and compare pages
    dependencyChanges:
    - updated to Jetty 7.6.13
    - updated to JGit 3.1.0
    settings:
    - { name: 'git.createRepositoriesShared', defaultValue: 'false' }
    - { name: 'git.allowAnonymousPushes', defaultValue: 'false' }