
Change-Id: Ibd58603e6c1975c883dbf9f1d115e03a25467774 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Signed-off-by: David Pursehouse <dpursehouse@collab.net>
17 lines
396 B
Python
17 lines
396 B
Python
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',
|
|
],
|
|
)
|