| James Melvin | 16f9d04 | 2017-03-16 10:55:32 -0600 | [diff] [blame] | 1 | workspace(name = "wuiProfileExtensionBottom") | 
|  | 2 |  | 
|  | 3 | load("//:bazlets.bzl", "load_bazlets") | 
|  | 4 |  | 
|  | 5 | load_bazlets( | 
| Zac Livingston | 56732ba | 2017-03-30 14:23:05 -0600 | [diff] [blame] | 6 | commit = "1affa0acc6e730f8959c28a2098b562d11a90f91", | 
| James Melvin | 16f9d04 | 2017-03-16 10:55:32 -0600 | [diff] [blame] | 7 | # local_path = "/home/<user>/projects/bazlets", | 
|  | 8 | ) | 
|  | 9 |  | 
|  | 10 | # Release Plugin API | 
|  | 11 | #load( | 
|  | 12 | # "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl", | 
|  | 13 | # "gerrit_api", | 
|  | 14 | #) | 
|  | 15 |  | 
|  | 16 | # Snapshot Plugin API | 
|  | 17 | load( | 
|  | 18 | "@com_googlesource_gerrit_bazlets//:gerrit_api_maven_local.bzl", | 
|  | 19 | "gerrit_api_maven_local", | 
|  | 20 | ) | 
|  | 21 |  | 
|  | 22 | load( | 
|  | 23 | "@com_googlesource_gerrit_bazlets//:gerrit_gwt.bzl", | 
|  | 24 | "gerrit_gwt", | 
|  | 25 | ) | 
|  | 26 |  | 
|  | 27 | # Load release Plugin API | 
|  | 28 | #gerrit_api() | 
|  | 29 |  | 
|  | 30 | # Load snapshot Plugin API | 
|  | 31 | gerrit_api_maven_local() | 
|  | 32 |  | 
|  | 33 | gerrit_gwt() |