Merge "Update Buck"

This commit is contained in:
Shawn Pearce
2013-11-30 02:11:54 +00:00
committed by Gerrit Code Review
17 changed files with 103 additions and 121 deletions

View File

@@ -16,13 +16,12 @@ java_binary(
java_library(
name = 'lib',
deps = [
exported_deps = [
':api',
'//lib/guice:guice',
'//lib/guice:guice-servlet',
'//lib:servlet-api-3_0',
],
export_deps = True,
visibility = ['PUBLIC'],
)