Update to JGit 3.4.0.201406110918-r

Change-Id: If43358b8d2ed4a9db6af5c7becb47e36747eb11f
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2014-06-13 16:50:37 +02:00
parent 901a5893c2
commit f7e16aa422
3 changed files with 6 additions and 13 deletions

View File

@ -1,15 +1,13 @@
include_defs('//lib/maven.defs')
REPO = ECLIPSE
VERS = '3.4.0.201405051725-m7'
VERS = '3.4.0.201406110918-r'
maven_jar(
name = 'jgit',
id = 'org.eclipse.jgit:org.eclipse.jgit:' + VERS,
bin_sha1 = '421e66466c7946b8f5e5a841297fe44d2071ab88',
src_sha1 = '281dd1817e53814ee055e346d572f687688a8463',
bin_sha1 = '60e74a29895be82ec7bd1fbb6304975e92b955a5',
src_sha1 = '69adaa263e2b5c21a84a25105c0c93761bdd8a80',
license = 'jgit',
repository = REPO,
unsign = True,
deps = [':ewah'],
exclude = [
@ -22,9 +20,8 @@ maven_jar(
maven_jar(
name = 'jgit-servlet',
id = 'org.eclipse.jgit:org.eclipse.jgit.http.server:' + VERS,
sha1 = 'ff19ad93a4e710abcd0a9cce4c388c8b3a3c8b50',
sha1 = '5c778052a90520a970041f2f51e89cac9cf2cb3f',
license = 'jgit',
repository = REPO,
deps = [':jgit'],
unsign = True,
exclude = [
@ -36,9 +33,8 @@ maven_jar(
maven_jar(
name = 'jgit-archive',
id = 'org.eclipse.jgit:org.eclipse.jgit.archive:' + VERS,
sha1 = '647142e1faad38b4d6d4c4922dce83d890a03c0a',
sha1 = '8644e0dde6127c2d1b5a4fa902bf9b534764e969',
license = 'jgit',
repository = REPO,
deps = [':jgit',
'//lib/commons:compress',
'//lib:tukaani-xz',
@ -53,9 +49,8 @@ maven_jar(
maven_jar(
name = 'junit',
id = 'org.eclipse.jgit:org.eclipse.jgit.junit:' + VERS,
sha1 = 'd6878be134e7dfb7f8e96a537d60f0ec7f637833',
sha1 = '4d1232e8b2412521d707d741ca14db9fc6806db2',
license = 'DO_NOT_DISTRIBUTE',
repository = REPO,
unsign = True,
deps = [':jgit'],
)

View File

@ -14,7 +14,6 @@
GERRIT = 'GERRIT:'
GERRIT_API = 'GERRIT_API:'
ECLIPSE = 'ECLIPSE:'
MAVEN_CENTRAL = 'MAVEN_CENTRAL:'
MAVEN_LOCAL = 'MAVEN_LOCAL:'

View File

@ -24,7 +24,6 @@ except ImportError:
REPO_ROOTS = {
'GERRIT': 'http://gerrit-maven.storage.googleapis.com',
'GERRIT_API': 'https://gerrit-api.commondatastorage.googleapis.com/release',
'ECLIPSE': 'https://repo.eclipse.org/content/groups/releases',
'MAVEN_CENTRAL': 'http://repo1.maven.org/maven2',
'MAVEN_LOCAL': 'file://' + path.expanduser('~/.m2/repository'),
}