include_defs('//lib/maven.defs') | |
include_defs('//lib/JGIT_VERSION') | |
maven_jar( | |
name = 'jgit-servlet', | |
id = 'org.eclipse.jgit:org.eclipse.jgit.http.server:' + VERS, | |
sha1 = 'fa67bf925001cfc663bf98772f37d5c5c1abd756', | |
license = 'jgit', | |
repository = REPO, | |
deps = ['//lib/jgit/org.eclipse.jgit:jgit'], | |
unsign = True, | |
exclude = [ | |
'about.html', | |
'plugin.properties', | |
], | |
) |