Change-Id: Ibd58603e6c1975c883dbf9f1d115e03a25467774 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Signed-off-by: David Pursehouse <dpursehouse@collab.net>
17 lines
393 B
Python
17 lines
393 B
Python
include_defs('//lib/maven.defs')
|
|
include_defs('//lib/JGIT_VERSION')
|
|
|
|
maven_jar(
|
|
name = 'jgit-archive',
|
|
id = 'org.eclipse.jgit:org.eclipse.jgit.archive:' + JGIT_VERS,
|
|
sha1 = 'd44816c7b47746948485430e7372b15108b4bf2e',
|
|
license = 'jgit',
|
|
repository = REPO,
|
|
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
|
|
unsign = True,
|
|
exclude = [
|
|
'about.html',
|
|
'plugin.properties',
|
|
],
|
|
)
|