Merge "Cleanup old java_library2 buck targets."

This commit is contained in:
Shawn Pearce
2015-09-02 21:24:21 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 14 deletions

View File

@@ -22,12 +22,6 @@ gwt_module(
java_library(
name = 'client-lib',
exported_deps = [':client-lib2'],
visibility = ['PUBLIC'],
)
java_library(
name = 'client-lib2',
srcs = glob(['src/main/**/*.java']),
resources = glob(['src/main/**/*']),
exported_deps = EXPORTED_DEPS,