Merge "Make source JARs for {extension,plugin}-api targets"

This commit is contained in:
Shawn Pearce
2013-05-30 21:28:45 +00:00
committed by Gerrit Code Review
6 changed files with 74 additions and 12 deletions

View File

@@ -156,3 +156,14 @@ def gerrit_plugin(
],
visibility = visibility,
)
def java_sources(
name,
srcs,
visibility = []
):
java_library(
name = name,
resources = srcs,
visibility = visibility,
)