Format .bzl files with Bazel Buildifier

Change-Id: I3ab30565e5ac110a18cbe3d34f76307801c30373
This commit is contained in:
David Pursehouse
2016-12-11 19:00:10 +09:00
parent a052e52971
commit 2d08500516
18 changed files with 510 additions and 491 deletions

View File

@@ -1,4 +1,6 @@
JGIT_VERS = '4.5.0.201609210915-r.115-g81f9c1843'
DOC_VERS = '4.5.0.201609210915-r'
JGIT_VERS = "4.5.0.201609210915-r.115-g81f9c1843"
DOC_VERS = "4.5.0.201609210915-r"
#DOC_VERS = JGIT_VERS # Set to VERS unless using a snapshot
JGIT_DOC_URL="http://download.eclipse.org/jgit/site/" + DOC_VERS + "/apidocs"
JGIT_DOC_URL = "http://download.eclipse.org/jgit/site/" + DOC_VERS + "/apidocs"