
Includes {get,set}GitwebDescription on Repository, which can replace methods in GitRepositoryManager. Change-Id: Ie25a49864c770e1cfb065dfc9e7c1e8faa97b03c
13 lines
334 B
Python
13 lines
334 B
Python
include_defs('//lib/maven.defs')
|
|
include_defs('//lib/JGIT_VERSION')
|
|
|
|
maven_jar(
|
|
name = 'junit',
|
|
id = 'org.eclipse.jgit:org.eclipse.jgit.junit:' + JGIT_VERS,
|
|
sha1 = '35d1fcd4cbbf1332ac5aee89e370b65cbe82c390',
|
|
license = 'DO_NOT_DISTRIBUTE',
|
|
repository = REPO,
|
|
unsign = True,
|
|
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
|
|
)
|