Buck: extend the tool chain to support unsigning JARs

After switching to Eclipse Maven repository for pulling JGit lib, we
have the problem that according to Eclipse release train the JARs have
to be signed. That collids with our jgit patch for diff deserialization.

To rectify that, add `unsign` parameter to maven_jar() function.

Change-Id: Ib7bfa5d16f980a64b887d61a4b4ec325e6ffb0a1
This commit is contained in:
David Ostrovsky
2013-10-26 09:55:15 +02:00
parent 34b66c42e6
commit 6e0a3e5da8
3 changed files with 23 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ maven_jar(
src_sha1 = 'b4e3d9c9c3da39b72acf72bd913ce9dbee88a9d4',
license = 'jgit',
repository = REPO,
unsign = True,
deps = [':ewah'],
exclude = [
'META-INF/eclipse.inf',