Merge "Don't restrict the visibility of <plugin_name>__plugin library"
This commit is contained in:
@@ -104,7 +104,7 @@ def gerrit_plugin(
|
|||||||
resources = resources,
|
resources = resources,
|
||||||
deps = deps,
|
deps = deps,
|
||||||
provided_deps = ['//gerrit-%s-api:lib' % type] + provided_deps + gwt_deps,
|
provided_deps = ['//gerrit-%s-api:lib' % type] + provided_deps + gwt_deps,
|
||||||
visibility = ['//tools/eclipse:classpath'],
|
visibility = ['PUBLIC'],
|
||||||
)
|
)
|
||||||
if gwt_module:
|
if gwt_module:
|
||||||
prebuilt_jar(
|
prebuilt_jar(
|
||||||
|
|||||||
Reference in New Issue
Block a user