bazel: add polymer licenses to the documentation.
Update TODO list in dev-bazel.txt. Change-Id: I39d468dcfb434624688a6f681d34323b14e0f88a
This commit is contained in:
parent
b02b313cea
commit
bf9489aae4
@ -48,6 +48,7 @@ license_map(
|
||||
targets = [
|
||||
"//gerrit-pgm:pgm",
|
||||
"//gerrit-gwtui:ui_module",
|
||||
"//polygerrit-ui/app:polygerrit_ui",
|
||||
],
|
||||
opts = ["--asciidoctor"],
|
||||
visibility = ['//visibility:public'],
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
Bazel build is experimental. Major missing parts:
|
||||
|
||||
* License tracking
|
||||
* Version stamping
|
||||
* Custom plugins
|
||||
* Eclipse project generation.
|
||||
* Test suites for SSH, acceptance, etc.
|
||||
|
@ -63,6 +63,7 @@ genrule2(
|
||||
|
||||
bower_component_bundle(
|
||||
name = 'test_components',
|
||||
testonly = 1,
|
||||
deps = [
|
||||
'//polygerrit-ui:polygerrit_components',
|
||||
'//lib/js:iron-test-helpers',
|
||||
|
Loading…
x
Reference in New Issue
Block a user