blob: 1788c75a21afb0921f11e08dfd146748aeb7f710 [file] [log] [blame]
java_library(
name = 'type',
srcs = glob(['*.java']),
deps = [
# IMPORTANT! This list is to remain empty. See src/com/facebook/buck/junit/BUCK.
],
visibility = [
'//src/com/facebook/buck/cli:cli',
'//src/com/facebook/buck/event:event',
'//src/com/facebook/buck/event/listener:listener',
'//src/com/facebook/buck/junit:base',
'//src/com/facebook/buck/shell:steps',
'//src/com/facebook/buck/test:test',
'//src/com/facebook/buck/cxx:rules',
'//src/com/facebook/buck/java:rules',
'//test/com/facebook/buck/cli:cli',
'//test/com/facebook/buck/event/listener:listener',
'//test/com/facebook/buck/event:event',
'//test/com/facebook/buck/junit:junit',
'//test/com/facebook/buck/test:test',
],
)