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