1
0
mirror of https://github.com/google/nomulus synced 2026-01-04 20:24:22 +00:00

Merge pull request #10 from wolfgangmeyers/flows-visibility

Make ui/server/registrar and flows targets public
This commit is contained in:
Justine Tunney
2016-04-11 09:56:51 -07:00
3 changed files with 3 additions and 0 deletions

View File

@@ -22,3 +22,4 @@ Pablo Mayrgundter <pmy@google.com>
Daisuke Yabuki <dxy@google.com>
Tim Boring <tjb@google.com>
Hans Ridder <hans.ridder@gmail.com>
Wolfgang Meyers <wolfgang@donuts.co>

View File

@@ -45,4 +45,5 @@ java_library(
"//third_party/java/objectify:objectify-v4_1",
"//third_party/java/servlet/servlet_api",
],
visibility = ["//visibility:public"],
)

View File

@@ -37,4 +37,5 @@ java_library(
"//third_party/closure/templates",
],
visibility = ["//visibility:public"],
)