Buck: unsign all jgit jars

Change-Id: I25749b80f2060f3322844cd2b94075acd3874e51
This commit is contained in:
David Ostrovsky 2013-11-08 21:59:31 +01:00
parent 0dd4462e97
commit 0b579f89ef

View File

@ -26,6 +26,7 @@ maven_jar(
license = 'jgit',
repository = REPO,
deps = [':jgit'],
unsign = True,
exclude = [
'about.html',
'plugin.properties',
@ -38,6 +39,7 @@ maven_jar(
sha1 = 'a8b47bb41cec25b1d128f7d267badbc7dcf6d9aa',
license = 'DO_NOT_DISTRIBUTE',
repository = REPO,
unsign = True,
deps = [':jgit'],
)